Hi, I have 3 sensors measuring, humidity,temperature,lightintensity and soli moisture that I need to represent in different Numeric Indicators on the front panel. I want to represent the measurements in a PI&D that I drwa on the front panel.
I have built a simple labview program that recieves the Serial data from Labview by using VISA Serial and VISA Read Blocks.My problem is that the data comes as a stream of numbers , somtehing like this:
Time_Temperature_Himidity_Moisture_Light intensity
1s 20 20 4 3
2s 20 20 4 3
.
.
.
.
. etc
I just dont know how to split this String into several strings and show them in separate Numeric Indicators so that I have overview of the measurements from each of the instruments?
I tried String Split/Search Block, but didnt manage to achieve it.
Need some tips here.