Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

GPIB-232CT-A in S MODE with labview 8.6 and windows XP

Now it's working in MAX, it is giving me the idn :). But it's still not working (Err -1073807339) in my labview program. Can someone take a look a this vi? 

 

I'm using this instructions: http://digital.ni.com/public.nsf/allkb/61BA0EE248FB0B328625660B0066858D to test.

0 Kudos
Message 11 of 12
(795 Views)

You are not correctly sending the termination characters. In order to use '\' codes, you have to right click on the string constants and select '\' Code Display. If you do that with your existing code, you will need to edit them in order to remove the \\. If you don't want to use slash codes, use the CR and LF constants on the string palette.

0 Kudos
Message 12 of 12
(791 Views)