02-07-2014 02:33 AM
sorry about that. is this okay?
02-07-2014 02:41 AM
02-07-2014 11:28 AM
<!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>
02-07-2014 02:01 PM
02-08-2014 06:25 AM - edited 02-08-2014 06:35 AM
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
02-08-2014 11:04 AM
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.
02-08-2014 11:47 AM
i can't replicate those and i don't quite understand how it works
02-08-2014 11:50 AM
02-08-2014 10:43 PM
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??
02-09-2014 07:19 AM
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"?