NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

sending path containing \N to LabView transletae it to newline

Using TestStand 4.0 and LabView 8.5.
sending a path to the LabView module looking like this
"C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\express\source\I-OAssistantBlock.llb\I-O Assistant Block.vi" Wgeb the path enters the LV path control the \N has been interpreted as a \n.
The workaround using \\ is not in all cases conveiant.
0 Kudos
Message 1 of 2
(3,083 Views)

Hi,

Unfortunately the only way to make it work is;

a) Start with // in your string

b) Convert the string with / to // before passing to the labview

c) make the conversion in with the labview before passing to a path control.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(3,081 Views)