07-12-2021 05:15 AM
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.
The error seems to be coming from the read because that is were i am getting errors
07-12-2021 05:20 AM
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?
07-12-2021 05:24 AM
Could you at least hit CTRL+U before posting a picture?
The wires and nodes overlap...
07-12-2021 05:44 AM
Hi, sorry i am just new to labview. i have not used it before so i am still learning.
Thank you for the tip.🙂
07-12-2021 05:45 AM
This is the updated picture though
07-12-2021 05:57 AM
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
07-12-2021 06:09 AM
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!)
07-12-2021 06:56 AM
Thank you for the suggestion. I have just found the right command. Thank you
07-12-2021 01:15 PM
I have been using Yokogawa power analyzers for years and there are LabVIEW drivers in the IDnet for just about every Yokogawa instrument
07-13-2021 01:46 AM
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