PV750 Buzzer setup for J1939 warnings and its acknowledgment

Discuss issues and ideas you have to configuring displays with PowerVision
Danny
Posts: 2
Joined: Thu Sep 09, 2010 7:08 pm

PV750 Buzzer setup for J1939 warnings and its acknowledgment

Post by Danny » Fri Aug 26, 2011 2:22 am

Application: PV750 monitoring a Standard J1939 Cummins QSB 6.7 engine in noisy enviroment. A buzzer needs to be connected towards all J1939 parameter warnings and shutdowns. How should I configure it through PV750 and PV450 configuration 2.2? :oops:

How can we make a 'pop up' acknowledgment against the buzzer warning, and set a unused button (button 2) to silence it?
:roll:
mbowdich
Posts: 209
Joined: Tue Oct 05, 2010 10:54 am

Re: PV750 Buzzer setup for J1939 warnings and its acknowledg

Post by mbowdich » Fri Aug 26, 2011 7:44 am

I currently drive the IO.Output high whenever a new DM1 causes the alarm screen to popup. I use the same button for silence and acknowledge. I use a lamp gauge to have the button text say "silence" the if the IO.Output is high. I inserted a new state in the DM1 state machine between "Wait for Button" and "Acknowledge Current" that checks if the IO.Output is high. If it is, it is then sent low and the state returns to "Wait for Button". If IO.Output is not high, then it continues on to "Acknowledge Current" as normal.
ksaenz
Enovation Controls Development
Enovation Controls Development
Posts: 263
Joined: Thu Aug 19, 2010 7:53 am

Re: PV750 Buzzer setup for J1939 warnings and its acknowledg

Post by ksaenz » Fri Aug 26, 2011 7:48 am

Hello Danny,

The Murphy PVA gauges (http://www.fwmurphy.com/pva/) are compatible with the PV750. One of those gauges is the audible alarm (PVAA20). That would be the easiest way to add a buzzer to the PV750.

An alternative would be to use the digital output to control a buzzer manually. You can make a state machine to turn he output on and show the button to silence it when a new fault is available.

Regards,

ksaenz
Danny
Posts: 2
Joined: Thu Sep 09, 2010 7:08 pm

Re: PV750 Buzzer setup for J1939 warnings and its acknowledg

Post by Danny » Sun Aug 28, 2011 7:00 pm

Thanks for your information.

In this application, I prefer the Digital Output. I have found the schematic for the OD, but could not find how to program it by PV750 2.2 software. Could you supply an example of the programming to both active and silence the OD buzzer, please?
ksaenz
Enovation Controls Development
Enovation Controls Development
Posts: 263
Joined: Thu Aug 19, 2010 7:53 am

Re: PV750 Buzzer setup for J1939 warnings and its acknowledg

Post by ksaenz » Mon Aug 29, 2011 3:08 pm

Hello Danny,

To turn the output on and off you just to execute the actions "IO->Output High()" and "IO->Output Low()" from a state in a state machine.

Regards,

ksaenz
jbilleter
Posts: 87
Joined: Fri Oct 15, 2010 6:49 pm

Re: PV750 Buzzer setup for J1939 warnings and its acknowledg

Post by jbilleter » Wed Nov 23, 2011 11:16 am

I would like to use the PVAA20 with my PV750 for audible alarm notification. However, I need to create different tones for different alarms. I have been told that this has already been done by the folks at Murphy, but would like to know if someone can send me an example so I can see how it is done, or at the minimum, a detailed explanation on how to do it. I can see how it can be done with using the Output on the PV750, and using state machines, but I want to know if it can be done with the PVAA20. Thank you.

I'm using Build 2.3.11147 (10/10/2011).
Jacob Billeter
Staff Engineer - MurCal, Inc.
jtilley
Enovation Controls Development
Enovation Controls Development
Posts: 31
Joined: Wed Sep 08, 2010 10:02 am

Re: PV750 Buzzer setup for J1939 warnings and its acknowledg

Post by jtilley » Mon Nov 28, 2011 12:51 pm

Hi jbilleter,

The PVAA20 is controlled by Murphy displays over the RS485 bus. There is no manual control of the PVAA20. When a display detects a DM1 fault on the CAN bus, it sends a message to the PVAA20 to place it in an alarm state. The buzzer on the PVAA20 will either sound with a solid tone (for Stop or Protect lamp status) or will sound on and off (for MIL and Warning lamp status). The PVAA20 does have a relay output to drive additional external alarms in conjunction with the PVAA20, but the alarm status is controlled by the Murphy display that the PVAA20 is connected to.

To implement a custom tone for an alarm, you will probably have to use a generic buzzer with the digital output as you discussed with ksaenz. The digital output on the PV750 is open-drain, so it will be grounded when it is active. If you connect the buzzer's ground pin to the PV750's digital output pin, and power the buzzer accordingly, you should be able to create a tone with any kind of rhythm that you need using a state machine (with the actions described by ksaenz) and timers.

Thanks for the question! Let me know if you require additional assistance.
Joe Tilley
Software Engineer
FW Murphy