Home AMX Forum NetLinx Studio
Options

LEVEL_EVENT not triggering from panel?

Hello, it's been a while since I used a level_event, but I believe it should be something like:

level_event[dvpanel,1] {
SEND_STRING DVMASTER,"'LEVEL EVENT:',itoa(LEVEL.INPUT)"
}

(dvpanel is configured as 10001:1:0)
I have a bar-graph on the touch panel with level port 1, level code 1. Touching the bar-graph on the panel does not trigger a level_event, however if I emulate a device of 10001:1:0, Level 1, and send a new value, a level_event is in fact triggered.

The panel responds to other usual button_events fine. (I also made the bargraph have a channel of 3, and it does trigger PUSH and RELEASE events for it)

My panel is a MXD-700

Any thoughts on this would be appreciated.

Comments

Sign In or Register to comment.