04-16-2019 10:56 AM
I am working on getting the O2E card to communicate with my other LabView code. Specifically, I would like to be able to cycle the output signal state on/off. There is a command in the programmer's guide to do this but I am getting a timeout error (to me it appears that the command is not registering correctly).
Commands that I am able to correctly operate with are the *IDN? and *OPT? queries. I cannot enumerate the slot otherwise these also fail, i.e. :SLOT3:IDN? fails.
I am quite puzzled that I am able to communicate with the card in one fashion but not another. This would imply to me that driver configuration and NIMax settings are correct but maybe I do not have my VISA commands formatted correctly.
Any help here would be greatly appreciated, thank you.
Solved! Go to Solution.
04-17-2019 09:45 AM
I found out the issue. I have the server installed as "Multi-Chassis Mode". By digging through the Web Application's Javascript and Python I determined, I need to prepend "CHASSIS1:" to all my commands and in the case for "*IDN?", the "CHASSIS1" was being lumped into wildcard. Should really have this better documented through the programming guide.