LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Task: Saving for LV 6.1

Hallo,

can somebody please convert the attached VI (LabVIEW 7) so that I can open it with LabVIEW 6.1?

Thanks a lot, Arno
0 Kudos
Message 1 of 4
(2,614 Views)
If you have LV 7.0, you can select save VI with options for opening the VI in 6.1 version. Remember that you cannot go back to 6.1 if you have LV 7.1.
I have attached 6.1 version of your VI here.
0 Kudos
Message 2 of 4
(2,614 Views)
The VI works, thanks, but not good enough. See what it does:

1,0E-6 1,0E-6 --> 1.0e-6 1,0E-6

What I need is a VI that replaces ALL ","'s and "E"'s in the string. Does anybody have a better idea?

Arno
0 Kudos
Message 3 of 4
(2,614 Views)
The Search and Replace String function has an input called "replace all?". The default is false. Wire a true to it. Right clicking on the function and selecting Help would have gotten you this information.
0 Kudos
Message 4 of 4
(2,614 Views)