Desert_AIP
Senior Member
For two separate Buttons.
You have to name the buttons in the button setup section in PCAccess.
Then simple code would look like this.
Each state will be a permanent change until the beeper is enabled or disabled by a new action.
You have to name the buttons in the button setup section in PCAccess.
Then simple code would look like this.
Code:
WHEN Nap On
THEN All Consoles DISABLE BEEPS
WHEN Nap Off
THEN All Consoles ENABLE BEEPS
Each state will be a permanent change until the beeper is enabled or disabled by a new action.