Home AMX User Forum NetLinx Studio

Not getting any response from diagnostics...

Maybe I'm not quite understanding how to make this work. I'm trying to see string commands from and to my autopatch switcher. I have enabled device notifications, and added 5001:2:0 as the only item in the list of devices to get/send string commands. I am currently connected to my master, and when I push a touchpanel button, I am watching the string response (a variable I created) in debugger mode, but I don't ever see lines populate in the Diagnostics Output Bar. I have disabled my firewall software just in case.

Comments

  • Joe HebertJoe Hebert Posts: 2,159
    vegastech wrote: »
    Maybe I'm not quite understanding how to make this work. I'm trying to see string commands from and to my autopatch switcher. I have enabled device notifications, and added 5001:2:0 as the only item in the list of devices to get/send string commands. I am currently connected to my master, and when I push a touchpanel button, I am watching the string response (a variable I created) in debugger mode, but I don't ever see lines populate in the Diagnostics Output Bar. I have disabled my firewall software just in case.
    You can't use system 0 for notifications. You have to use the actual system number.

    In your other thread you are using SEND_COMMAND instead of SEND_STRING when sending data out to the switcher.
  • Thank you! On both counts. I figured out the send_string item 60 seconds before I saw your post! I gotta stop doing this programming sporadically.
Sign In or Register to comment.