LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scan from string

sorry about that. is this okay?

Download All
0 Kudos
Message 11 of 23
(1,273 Views)

Hi Gekides,

 

now you correctly downconverted those VIs. But now you missed to include some default data for your "body" indicator…

 

The main point is: I don't want to re-type all that html text shwon in your pictures!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 23
(1,268 Views)

<!DOCTYPE HTML>

<html>

<meta http-equiv="refresh" content="5">

21.77

degreescelsius604

sensor value2.95

sensor voltage<br />

2.23

Volts46.06

%<br />

0.10

Volts0.39

m/s<br />

2.51

v2.54

v5.33

kPa<br />

<br />

</html>

0 Kudos
Message 13 of 23
(1,254 Views)

Hi Gekides,

 

you really should talk to the guy who created that HTML server - or beat him…

 

getting from http part 2.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 14 of 23
(1,242 Views)

thanks. but the values that i will need are 21.77 degree celcius, 46.06%, 0.10m/s and 2.51kPa. is there anyway to extract only those reading because i will need them to be displayed on a numeric indicator? 

something like this

new front panel.png

0 Kudos
Message 15 of 23
(1,226 Views)

You have an array, so just use index array to get out the indices that you are interested in.  Then convert them to numbers and send them to their respective indicators.

0 Kudos
Message 16 of 23
(1,214 Views)

i can't replicate those and i don't quite understand how it works

0 Kudos
Message 17 of 23
(1,205 Views)
If you don't understand how to index an array, you need to stop right now and take a couple tutorials or the free basic classes.
0 Kudos
Message 18 of 23
(1,201 Views)

a bit of index array is ok. but i don't know what are those? can i have the vi of that so i can slowly understand please??

0 Kudos
Message 19 of 23
(1,187 Views)

Hi Gekides,

 

my solution will give you an array of values and all you need to use is IndexArray to pick your needed values…

 


but i don't know what are those?


 

What do you mean by "those"?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 20 of 23
(1,166 Views)