I'm trying to display a counter value on the KPNAV keypad when a F key is pressed. Seems simple enough. This works as expected with a KP1 or KP2 but only displays the F key name label on the KPNAV's display. Area 3 has the KP2, area 2 has two KPNAV's.
For example:
WHENEVER KEY F2 ON ANY KEYPAD ACTIVATES
THEN DISPLAY "Test string" IN Lab(Area 3) INDIFINITELY,[*]CLEARS, BEEP
This displays properly on the KP2 when using the F2 key on the KP2 or the F2 key on the KPNAV.
WHENEVER KEY F2 ON ANY KEYPAD ACTIVATES
THEN DISPLAY "Test string" IN House(Area 2) INDIFINITELY,[*]CLEARS, BEEP
This displays properly on the KPNAV only when using the F2 key on the KP2. When using the F2 key on either KPNAV it only displays the Key label on the display.
Does anyone know how to display a string on a KPNAV activated by a F key on a KPNAV keypad?
M1G Hardware 0.11, Firmware 5.2.8
KP2 Hardware 1.4, Firmware 2.1.48
KPNAV Hardware 4.0, Firmware 1.0.14
Thanks for any insight or work arounds to this issue,
--Brian
For example:
WHENEVER KEY F2 ON ANY KEYPAD ACTIVATES
THEN DISPLAY "Test string" IN Lab(Area 3) INDIFINITELY,[*]CLEARS, BEEP
This displays properly on the KP2 when using the F2 key on the KP2 or the F2 key on the KPNAV.
WHENEVER KEY F2 ON ANY KEYPAD ACTIVATES
THEN DISPLAY "Test string" IN House(Area 2) INDIFINITELY,[*]CLEARS, BEEP
This displays properly on the KPNAV only when using the F2 key on the KP2. When using the F2 key on either KPNAV it only displays the Key label on the display.
Does anyone know how to display a string on a KPNAV activated by a F key on a KPNAV keypad?
M1G Hardware 0.11, Firmware 5.2.8
KP2 Hardware 1.4, Firmware 2.1.48
KPNAV Hardware 4.0, Firmware 1.0.14
Thanks for any insight or work arounds to this issue,
--Brian