07-09-2018 11:02 PM - edited 07-09-2018 11:23 PM
I am newer to LV and have just perchased the labview version 2015 and would like to lock display Yokogawa WT210
I need :
Chanel A : Voltage (V)
Chanel B : Power Factor(PF)
Chanel C : Current (A)
But when I command measure, WT 200 display set to
Chanel A : Voltage (V)
Chanel B : Current (A)
Chanel C : Power (W)
Thanks
Ai
Solved! Go to Solution.
07-10-2018 01:57 AM
07-10-2018 04:09 AM
Emboar.
I'm sorry.
I need remote set WT210 display in picture below.
Changing "Element" .It's not work.
Thank you for your help.
07-10-2018 07:04 PM - edited 07-10-2018 07:05 PM
See page 14-22 on the manual.
It seems that you can achieve your request by sending
DISPLAY1:FUNCTION? -> :DISPLAY1:FUNCTION V
command through VISA write function.
Try it out.
07-12-2018 02:39 AM
Dear Emboar
Thanks so much. It's really success.