LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read a specific value from yokogawa to labview

Hi i would like to read specific numeric values from yokogawa with labview the values i want are not present in the preset for labview. 

I wrote a program but i seem to have a problem with the write function.

I would really appreciate any suggestions.

Thank you,

Carmen.

 

Carmihaleo_0-1626084849694.png

 

Carmihaleo_1-1626084881415.png

 

The error seems to be coming from the read because that is were i am getting errors 

0 Kudos
Message 1 of 19
(3,120 Views)

Hi Carmihaleo,

 


@Carmihaleo wrote:

I wrote a program but i seem to have a problem with the write function.


So you write a "1" command to your device and expect some useful response?

Does the manual of your device mention such a command?

 

Did you read the programming manual for your Yokogawa to understand all its (SCPI) commands?

Did you read the manual to learn about how to properly format commands, included any expected TermChars?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 19
(3,113 Views)

Could you at least hit CTRL+U before posting a picture?


The wires and nodes overlap...

0 Kudos
Message 3 of 19
(3,101 Views)

Hi, sorry i am just new to labview. i have not used it before so i am still learning.

Thank you for the tip.🙂

0 Kudos
Message 4 of 19
(3,089 Views)

This is the updated picture though

Carmihaleo_0-1626086720060.png

 

Message 5 of 19
(3,088 Views)

Hi sorry that was a mistake.

 

i am trying to display the value of urms for example. 

do you know where i can find the synthax for that please.

 

I am literally lost with the manual i have difficulties sometimes finding what is where. Thank you so much for your help i know this can be frustrating for you as it is something that should be obvious

0 Kudos
Message 6 of 19
(3,086 Views)

Hi Carmen,

 


@Carmihaleo wrote:

i am trying to display the value of urms for example. 

do you know where i can find the synthax for that please.

I am literally lost with the manual i have difficulties sometimes finding what is where.


You will find the syntax of all commands in the manual of your device -  I will not start to read that for you…

(There should be atleast one chapter explaining all those SCPI commands supported by your device!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 19
(3,078 Views)

Thank you for the suggestion. I have just found the right command. Thank you

0 Kudos
Message 8 of 19
(3,062 Views)

 

I have been using Yokogawa power analyzers for years and there are LabVIEW drivers in the IDnet for just about every Yokogawa instrument

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 9 of 19
(3,022 Views)

Hi,

 

Try the examples that are shipped with the driver package.

In the examples you can also see how to read values. 

And read the manual !!

 

Kees

 

0 Kudos
Message 10 of 19
(3,006 Views)