Home AMX User Forum NetLinx Studio

PLK-SB2 Behaviour

Hi,

I'm not familiar with these and addinf one to a netlinx system using PLK-DMS keypads.

After defining the physical and virtual devices and module

DEFINE_MODULE 'SB1-SB2Mod' MDSB1(vdvSB1,dvSB1)

tested its function as follows

BUTTON_EVENT [vdvSB1, 1]
{
PUSH:
{
TO [dvAV_RELAY8, 1] // THE RELAY WILL TURN ON WHILE BUTTON HELD
}
}

Noticed that notifications are repeated in the notifications window (PUSH PUSH then RELEASE RELEASE).

Behaviour is erratic, ie

- hold and release button - it stays on after release for a while then goes off
- sometimes it doesnt respond
- delayed response

general craziness.

Am I missing anything? The module documentation is sparse.

TIA

Paul

Comments

  • I've established that duplicated notifications also occur with the working DMS keypads in the installation without problems.

    The issue seam related just to the PLK-PB2. Have swapped out for another unit and get the same result.

    Does anyone have some experince with these in a Netlinx install they'd care to share?

    TIA.

    Paul
Sign In or Register to comment.