LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

External communication with Konica Minolta CS-2000 Spectroradiometer

Solved!
Go to solution

Does anyone could send me a LabView Excample how to communicate with the CS-2000.

 

I tried the instructions of the “CS-2000 communication Specification”

e.g. “MEAS,1” but ever got the error response ER00

0 Kudos
Message 1 of 6
(4,728 Views)

Hello,
please use the following tutorial, to control a USB-device via VISA.

USB Instrument Control Tutorial
http://zone.ni.com/devzone/cda/tut/p/id/4478

 

Regards

Ulrich

AE NI-CER

0 Kudos
Message 2 of 6
(4,704 Views)
Does the device show up as a comm port when connected to the computer?? Could you attach the pdf file with the communication specs??
0 Kudos
Message 3 of 6
(4,688 Views)

If I connect the CS-2000 I get a new com port (COM3). I used the normal serial communication VIs and got the error massages as discribed.

 

See technical note.

0 Kudos
Message 4 of 6
(4,677 Views)
Solution
Accepted by topic author Bernd2000

Then you should be able to use portmon to watch the software from Konica minolta actually talk to the device and reverse engineer the labview code. Looks like you will need to append a CR, LF, or CR+LF to the end of your command string. Post your labview code and the portmon data capture.

 

http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx

0 Kudos
Message 5 of 6
(4,671 Views)

Thanks a lot.

With this tool I found the problem.

The communication and connection was correct, I used the wrong command.

You have first to switch the device into the remote mote with “RMTS,1” (witch in not really good described in the communication note).

Now I get a positive response from the CS-2000.

 

Problem solved!

0 Kudos
Message 6 of 6
(4,656 Views)