LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pulse Input

Dear All,

 

We are doveloping a application, In this application a fire panel and a buzzer in the system a relay is attached between DAQ and Buzzer. Whenever the fire Alarm is enable the relay got a digital signal and enable the Buzzer, for this i am using a third party DAQ device in this DAQ we are giving a input from the fire panel and output to the Relay, whenever the fire panel enable or give true signal to DAQ the DAQ must give a signal to relay for operate the Buzzer. In our system when we got a true signal from the fire panel in the output the relay continously go in ON-OFF condition.

 

Along with this query i have attached the VI.

Suggest us how we can resolve this issue.

 

Thanks and Regards

Himanshu Goyal

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 1 of 6
(3,089 Views)

I'm confused by your description.

 

What issue are your trying to solve?

 

How does the .vi you posted relate to this?

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

Dear,

Here I am trying to say that in my system I have a DAQ device, In this DAQ device we have some inputs and outputs, According to the DAQ output we are operating a relay for Open and Close the circuit. In our system when we write false on visa the relay open the connection but when we write true in visa the relay continuously in Open-Close-Open the connection. So how I can resolve this issue.

 

Thanks and Regards

Himanshu Goyal

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 3 of 6
(3,036 Views)

Where is your DAQ device?  Your VI doesn't have any DAQ devices.  It just has a modbus connection.

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

Dear,

 

We are operating this DAQ device on ModBUS, means the DAQ device having the modbus interface. We read the register addresses and according to the value we operate the relay.

 

Thanks and Regards

Himanshu Goyal

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 5 of 6
(3,015 Views)

All I can say is read the manual on this Modbus DAQ device.  Does it come with its own software package that you can communicate with it to turn relays on and off?  If so, try that first.  See if it is able to turn on the relay and hold it on.  There is nothing obvious in your code that should make a relay output on and off.

 

One thing odd about your code is that you say you are reading a register adress, then operating the relay, however the VI you posted only shows operating of a relay by writing a coil at address 0.

 

 

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