Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is this stopping at the read function?

I have configured the port and it send the read command "TS" to the device and then it goes to visa read but i am not getting anything back. VI attached and the specs sheet for communication for my device. 

Download All
0 Kudos
Message 1 of 4
(3,081 Views)

does it work with hyperterminal?

greetings from the Netherlands
0 Kudos
Message 2 of 4
(3,074 Views)
0 Kudos
Message 3 of 4
(3,070 Views)

What I see in the vi shows at least one mistake. The number of characters to get back should be bigger or equal to 23 with an endchar defined as CR.

You have connected the returncount and that is in your case 2

Furthermore I would add a CR to the TS command , see my modifications

greetings from the Netherlands
0 Kudos
Message 4 of 4
(3,068 Views)