Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Light Controller PAD2 1136/1

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?

0 Kudos
Message 1 of 4
(2,597 Views)

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?

 

Matt G.
Product Manager
National Instruments
0 Kudos
Message 2 of 4
(2,540 Views)

This is what I did. No Luck

Download All
0 Kudos
Message 3 of 4
(2,522 Views)

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

http://zone.ni.com/reference/en-XX/help/370131S-01/ni-visa/testcommunicationwithvisainteractivecontr...

Matt G.
Product Manager
National Instruments
0 Kudos
Message 4 of 4
(2,507 Views)