GLD Pinging

Hello,

I will be installing a GLD (my favorite little console) in a venue which I’m currently designing the control system for. When the user shuts down the system they will be prompted to turn off the console, and I’d like to ping the console every 500ms or so until there is no reply. Then of course the shutdown process will continue…

The problem is, they will not have access to turn off the physical power switch on the back of the unit. After the console is proven to be shut down, a relay will kill it’s AC. What I’m wondering is if the console continues to reply to pings after soft shutdown, or does the NIC shut all the way down even before power is lost. Alternatively, is there a UDP “heartbeat” packet I could send and watch for instead of a traditional ping that would cease when the console is in the soft shutdown state?

Thanks!

-Jordan

Designer / Programmer

7k Solutions

Newport Beach, CA

Commercial AVL Integration Provider

Hi Jordan,

Yes the console will continue to reply to pings after the soft shutdown. You could use the “GLD Find” UDP message to be able to determine whether the console has been soft shutdown. This UDP message is sent to the console on port #51320(UDP) using the above string in the data. We use this as a broadcast send to find units on the local sub-net, but it should reply equally as well with a directed UDP message.

HTH.

Antony Jackson

Software Manager

Allen & Heath Limited

Thanks for the reply Antony. That’s perfect… And just to be sure, the GLD will not reply to this UDP string when in soft shutdown?

-Jordan

Designer / Programmer

7k Solutions

Newport Beach, CA

Yes, it will stop responding to this UDP when soft shutdown.

Antony Jackson

Software Manager

Allen & Heath Limited

Brilliant, thank you.

Designer / Programmer

7k Solutions

Newport Beach, CA