LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scan from string

how do i extract the individual values and get them to display on waveform chart or thermometer? 

i have no idea on how to format strings as there aren't many examples given. can anyone help me? 

 

getting values from http.png

0 Kudos
Message 1 of 23
(3,451 Views)

Hi Gekides,

 

you may try this:

check.png

That's just one possibility, there are multiple others...

 

Next time you should attach a VI with some data instead of those pictures. So we don't need to retype all the text in your receive buffer display...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 23
(3,417 Views)

those value won't be there all the time because it comes from Arduino and the Arduino isn't on all the time. Sorry. i will remember to attach the VI file

Thank you very much!!! may i ask how do i actually save those reading into microsoft excel? getting from http part 2(saving).png

0 Kudos
Message 3 of 23
(3,216 Views)

Hi Gekides,

 

try this:

check.png

You need to provide a filepath to avoid the file dialog pooping up in each iteration…

 

- Why do you use the format string "%,;"  when your numbers use the point as decimal separator?

- Why didn't you use the array constant input for SpreadsheetStringIntoArray as I have shown before?

- Why does your IP address has a point at the end?

- Why don't you use the CleanUp button?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 23
(3,180 Views)

sorry but can you send me this VI 

Thank you very much 

0 Kudos
Message 5 of 23
(3,153 Views)

Hi Gekides,

 

no, I can't - I didn't save it to my harddisc...

 

BUT: It's a snippet! And it's not that hard to recreate this with your own VI as starting point…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 23
(3,142 Views)

new body.pngHi this is my new program and somehow i can't seems to get the value out again. can you help me with it?

0 Kudos
Message 7 of 23
(3,062 Views)

Can you attach your VI in LV2011?

 

Thanks.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 23
(3,051 Views)

sorry but i only got 2010. does this work??

Download All
0 Kudos
Message 9 of 23
(3,042 Views)

Hi Gekides,

 

instead of putting pictures of your VI block diagrams into the block diagram of some LV2010 VIs you should use "Save for previous" from the File menu to downconvert your VI!

 

What should I do with some pictures? I'm not a painter…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 23
(3,038 Views)