device notifications - how to monitor output/input?
vegastech
Posts: 369
I was trying to see exactly what my code was sending out to my video switcher, and I realized that apparently I don't know how to use netlinx device notifications as well as I thought I did. I have my switcher on serial port 1 (5001:1:0), and I enabled device notifications after adding that device's address, along with the checkboxes for strings and commands to and from the device. However, when I send a command out, I'm not seeing it in the output bar. What could I be doing wrong? I'm only doing a SEND_STRING dvAVSW sequence, where dvAVSW is listed as the aforementioned 5001:1:0. I am able to monitor the variables associated with my button presses.
0
Comments
There's no problem with that.
writing code like this:
means
When you go into diagnostics, that conversion does not work. Instead of putting 5001:1:0 into the diagnostics dialog, you have to substitute the actual system number. This means put 5001:1:1 in the diagnostics dialog.
Jeff
P.S.
I am feeling extra helpful at the moment and if you want me to show you quickly using gotomeeting, let me know. It will take about 2 minutes.