LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array to spreadsheet string - remove space after delimiter

Hi

I created a Labview program to acquire a electrical signal and send it using TCP/IP.

The image in attachment shows a piece of my code. The AQ subVI was created by me to accomplish the acquisition.

However, the string that the "array to spreadsheet string" VI returns is something like this:

-0.800781^ -1.030273^ -1.098633^ -0.942383^ -0.644531^ -0.209961^ 0.258789^ 0.712891^

The VI is using the ^ character as a delimiter and it is converting commas to points as decimal separators.

Now, what i would like to do is to remove the space character between the ^ character and the sample value, simply because that is what the receiver of the TCP/IP message wants.

Can anybody help me?

Thanks in advance
0 Kudos
Message 1 of 3
(3,890 Views)

hi there

remove the space between the ";" and "%" in your format specifier.

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 2 of 3
(3,882 Views)
It was so simple ... and yet i could not see it...

Thanks a lot for the help


0 Kudos
Message 3 of 3
(3,861 Views)