08-05-2017 02:10 PM
I have controller PAD2 1136/1 for lighting my vision project. (LATAB
Trying to write LabVIEW program to control my device but no luck so far.
Looks like "simple program" for RS232!!
Any one has an experience with this device?
08-07-2017 02:40 PM
Hi Kubus,
I have not worked with this device before, but what seems to be the problem? Have you tried communicating with the device via LabVIEW? If so, what examples or code did you use? What errors are you getting?
08-14-2017 06:46 AM
This is what I did. No Luck
08-15-2017 10:58 AM
Try adding an error indicator to the end of your code at the error output of the VISA Close to see if the code is generating any errors. I would also make sure the command is in the right format. The way you programmed, you are sending an array of hex values, but only one index of the array each time the for loop runs. I'm not sure what format the device you are using requires but I would verify that.
You can also try testing the device using the VISA Interactive Control in NI-MAX, I've included a link below that walks through that:
Test Communication with VISA Interactive Control