01-24-2019 12:57 AM
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.
01-24-2019 02:13 AM
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!