10-11-2011 09:41 AM
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.
10-11-2011 11:48 AM
10-11-2011 11:51 AM
10-11-2011 11:56 AM
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