From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Yokogawa WT3000E how to read user defined Functions in LABVIEW?

Hi everybody,

 

is it possible to read the values of user defined functions from WT3000E in LabVIEW?

I tried to find any command for that but without success!

Can anybody help me please?

0 Kudos
Message 1 of 8
(3,634 Views)

Well, I just peeked at the Manual, noted there were GPIB and optional RS-232 and USB interfaces that seem designed for interacting with PCs.  Have you thoroughly studied the Manual, particularly sections dealing with the optional PC connections, to see if there are hints there?

 

Bob Schor

0 Kudos
Message 2 of 8
(3,585 Views)

Hi,

 

The index of command at page 6-11 (5th edition)

:MEASure:FUNCtion<x>? Queries all settings related to user-defined functions. 6-79

 

Kees

0 Kudos
Message 3 of 8
(3,566 Views)

Hi, thank you for your replies.

With the command: ":MEASure:FUNCtion<x>..." I define the expression of this function in wt3000. My goal is to display the values of this functions on my LabVIEW front Panel, like the numeric values of Voltage and Current with ":NUM:NORM:VAL?....".

I hope you understand my problem.

 

0 Kudos
Message 4 of 8
(3,546 Views)

The function I mentioned is a query function for all user defined settings

0 Kudos
Message 5 of 8
(3,537 Views)

Is this approach right to read the values of user defined functions?

I'm not sure and I can't try it out now.

0 Kudos
Message 6 of 8
(3,534 Views)

I think you should start with the first example:

:MEASURE:FUNCTION1? ->

 

Don't have the instrument available but you can start with this example. 

0 Kudos
Message 7 of 8
(3,528 Views)

Are you able to communicate with the WT3000E?  The simpliest entry to begin with is the "*IDN?" query (Entered without the quotes) which should return a string response usually containing the Manaufacturer, Model Number, Firmware Version, and possibly some other company/product relevant info.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 8 of 8
(3,520 Views)