Home AMX User Forum AMXForums Archive Threads AMX Hardware

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
}
}

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

Am I missing anything? The module documentation is sparse.

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?

I have reposted in hardware forum. TIA

Paul
Sign In or Register to comment.