LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fire bad status alarm?

Solved!
Go to solution

I want use it's "Bad Status Alarm" to alarm person on duty  the corresponding sensor was failure! what shall I do to experience 'Bad Status' alarm first?  there is no example project about "Bad Status Alarm".

0 Kudos
Message 1 of 6
(3,567 Views)

your question is very generic, can you specify what you are trying to achieve? For ecxample how do you weant to notify? Under what condition do you want to specify a sensor as bad status? 

0 Kudos
Message 2 of 6
(3,547 Views)

Firstly,Thanks for your replay. I'm a new . I'm building a scada program with labview . There are Modbus TCP/IP controllers and  DS18B20 sensors in  the system controlled by this program . I want use it's "Bad Status Alarm" to alarm person the corresponding DS18B20 sensor was failure.  How could i trigger "Bad Status Alarm" programmatically.

0 Kudos
Message 3 of 6
(3,538 Views)
Solution
Accepted by topic author tommy1983

Are you using the DSC module? Can you upload the program you have this far?

 

The manufacturer talks about an alarm search: the sensor sets a flag and will respond to this alarm search.

0 Kudos
Message 4 of 6
(3,526 Views)

@tommy1983 wrote:

Firstly,Thanks for your replay. I'm a new . I'm building a scada program with labview . There are Modbus TCP/IP controllers and  DS18B20 sensors in  the system controlled by this program . I want use it's "Bad Status Alarm" to alarm person the corresponding DS18B20 sensor was failure.  How could i trigger "Bad Status Alarm" programmatically.


Just query for sensor failure status, if it fails make that has a triggering point for alaram (Tower Lamp and Buzzer can be used as a alaram)

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 5 of 6
(3,515 Views)

Yes,I'm using the DSC module.  My project is big Object-Oriented project . It's too big to upload.  There are two reasons why i want to use "Bad Status Alarm":

1.   There is an one-to-one match between each double point and each DS18B20 sensor, A "Bad Status Alarm" event could tell me all the infomation about the sensor().

2.   Alarms wiil be toke record by DSC module , they will show me the working state  of sensors. 

0 Kudos
Message 6 of 6
(3,506 Views)