LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can't figure out problem6.5 on page 284 of labview 7 express student edition

using lv7.11 with winxp, can't figure out how to bundle time and date with temp measurement into an array that i can then review to verify 4 samples per second.
0 Kudos
Message 1 of 3
(2,500 Views)
Convert time to DBL, in that case both the temperature and the timestamp are floats, so they can be put into the same array. An array can only contain item of the same data type.
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 3
(2,475 Views)
Thank you.
0 Kudos
Message 3 of 3
(2,467 Views)