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