Options
Emulation of LEVEL in runtime ?
Hi guys!
Could one tell me if there is an opportunity to emulate sending of level from code ?
I mean Emulation like in Diagnostics, so that i could make any virtual device (10001 for example)
to send level event and the notifications could show Level Value From [10001:1:1] but not To. Or in another words to generate a level event like someone is touching a real panel, but the panel itself doesn't exist.
And with strings the same.
Thanks!
Could one tell me if there is an opportunity to emulate sending of level from code ?
I mean Emulation like in Diagnostics, so that i could make any virtual device (10001 for example)
to send level event and the notifications could show Level Value From [10001:1:1] but not To. Or in another words to generate a level event like someone is touching a real panel, but the panel itself doesn't exist.
And with strings the same.
Thanks!
Comments
put in the level value you wish to send, select the type of level and hit the Send button. That'll do it.
For example, there is a function DO_PUSH(D:P:S,CHANNEL) that sends a emulated push event from
any virtual panel you choose. And i wonder if there is method to emulate sending of level - like do_push, do_release ?
I need to send level FROM any virtual device like DO_PUSH or DO_RELEASE.
In other words, what I want to do with a level change is to trigger a level event. I can trigger a level event by using send_level in my Netlinx code. Why do I care whether the level appears to be sent to a virtual device or generated by the virtual device?
I
Paul