AXB-IRS4
khurram
Posts: 31
Anybody have experience with AXB-IRS4 with NI-3100 Controller . I have first time experience with this.
I use normal netlinx code Pulse [device, channels] .AXB-IRS4 ir port led is giving status. But on device no any effect . when I try to read user manual the command sound is different.
Example:
SEND_COMMAND 2, "'CH',18"
I did not unterstant how is its work.
I use normal netlinx code Pulse [device, channels] .AXB-IRS4 ir port led is giving status. But on device no any effect . when I try to read user manual the command sound is different.
Example:
SEND_COMMAND 2, "'CH',18"
I did not unterstant how is its work.
0
Comments
The unit should appear in your Online device tree, eg: 85 = IR port 1, 86 = IR port 2, 87 = IR port 3, 88 = IR port 4. Define & load each device with the required IR File then
Pulse[device,channel]
Hope this helps
pulse[dvIRdevice,11]
wait 5 pulse[dvIRdevice,18]
wait 10 pulse[dvIRdevice,21]
The AXB-IRS4 also has dipswitch configurations on it. Check out the manual online and AMX-PI for more information.