Axcess to netlinx
alanh
Posts: 30
Previously in axcess programming if you had 6 (number doesn't matter could be any number) identical devices you could use a variable i.e selected_camera, in your code you could them use selected camera = 5 and in your push statement you have
send_string selected_camera,"$01,whatever"
where selected_camera transmitted out on port 5 or whatever port selected_camera =
How do you achieve this in netlinx,
any help greatly apprecited.
send_string selected_camera,"$01,whatever"
where selected_camera transmitted out on port 5 or whatever port selected_camera =
How do you achieve this in netlinx,
any help greatly apprecited.
0
Comments
You then use the index to point to which device to send too.
The trick to remember here is everything is based upon what position in the array you put it.
Hope this helps
Thanks
Will give it a try.