Home AMX User Forum NetLinx Studio

Custom event emulation

Not sure if I am missing something but I am unable to get custom event emulation to work. It''s not something I normally use so it could be a lapse of reason on my part.

NS4 is v4.4.1626

My test unit is an NX1200, running 1.5.78.

Async Notifications is enabled with ALL Devices and ALL options.

I get no notification if I use the Emulate Custom Event and also no notification if I use do_custom_event().

Am I missing the obvious?

Comments

  • ericmedleyericmedley Posts: 4,177
    You need to create a tester in code first. One way is to crete a button event that fires the custom events based upon the button events. Then you can use Emulate A Device in NS to fire the button events that will then in turn fire the custom events.
Sign In or Register to comment.