LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Yokogawa ykwt500 Analyzer

 Hi Guys,

 

I have requirement to interface the Yokogawa ykwt500 Analyzer to a labview VI and write measurements to an excel file. I have downloaded the library files. How can I interface it with a labview vi? It's not an actual device. I just need to plug and play the driver and take measurements.

Certified LabVIEW Architect
System Test Architect
Electrical Engineering
JLR
0 Kudos
Message 1 of 4
(2,652 Views)

Hi Rishi,

 

Do you mean you downloaded these drivers?

http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=50008A07FB292B33E04400144F1EF8...

 

If yes, you should be good to go. Unless Yokogawa has released some kind of device simulator, you probably can't do too much until you get the actual VIs. In the meantime, you can write code using case structures or conditional disable structures to run your program in a simulation mode, and then you will just have to integrate with your device when you get it.

0 Kudos
Message 2 of 4
(2,601 Views)

Hi gregoryj,

 

I have downloaded these drivers. I'm just running a sample program to read the data. But, I'm not interfacing the device now. I wan to know if there is anyway to simulate the signal or measurements from this device without actually connecting the device.

Certified LabVIEW Architect
System Test Architect
Electrical Engineering
JLR
0 Kudos
Message 3 of 4
(2,593 Views)

Hi Rishi,

 

No, you cannot actually use the drivers until you have your instrument connected. For now, you can just use random numbers, or if you want to spend more time to make more accurate looking signals, but it will be whatever you feel like coding up.

0 Kudos
Message 4 of 4
(2,589 Views)