LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set an alarm in labview for hex data being logged in .csv file?

hello,

 

i am new in labview environment and i want to ask how to set alarm for my data (array of 10 hex bytes) so that when a certain value exceeds the limit the alarm starts beeping and color of table changes, in which i am displaying my data on front panel.

and please suggest how to set this alarm on individual byte of hex data.

0 Kudos
Message 1 of 2
(2,244 Views)

Hi hassan,

 

i am new in labview environment

Then you surely want to take those beginner courses offered in the Training section in the header of this LabVIEW board!?

 

how to set alarm for my data (array of 10 hex bytes) so that when a certain value exceeds the limit

So you want to compare a value from your array with a limit?

What about all those comparison functions in the Comparison functions palette?

 

the alarm starts beeping

There is a Beep function - just use Quickdrop!

 

and color of table changes, in which i am displaying my data on front panel.

To change colors (aka "a property") of frontpanel elements you should use property nodes of those elements…

 

please suggest how to set this alarm on individual byte of hex data.

To index an element from an array you should use the IndexArray function…

 

Your questions are very basic, so please take those beginner tutorials!

Best regards,
GerdW


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