LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The value read by visa read VI is not correct!

Solved!
Go to solution
Solution
Accepted by topic author song403

ok. so I should type command like"*OPC? :CALC1:MARK1:X?;Y?" before read value?

0 Kudos
Message 11 of 13
(595 Views)
You still have not looked at the code in the driver?

And why did you mark this question as the solution?
0 Kudos
Message 12 of 13
(591 Views)

In my program, I use ":CALC1:MARK1:Y?" to fetch the measurement value. I use read command to got the value. However, the device need some time to move the value from memroy to output area. So I read it too fast. After add "*OPC?" command before read command then the value is correct.

0 Kudos
Message 13 of 13
(566 Views)