Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
You can write your own plugin to do this. Download the IO Ninja IDE from the Downloads page and take a look at the IO Ninja Plugin projects.
You can also find some info in the Developer Manual: https://ioninja.com/doc/developer-manual/tutorial-plugin-analyzer.html
Thank you for the response. That is helpful and it should work as a way to achieve what I'm looking to do. What I didn't make clear in my question though, was that I plan to create the UI element from a plugin. I would like read the plugin created UI control from an In App Script. Is that possible? I would think it is but for whatever reason I can't find documentation or an example on how to do so.
Is it possible to read the value of a custom UI element from an In-App script? I am testing some Modbus devices and I would like the ability to change the value of some of the Modbus data that the script will send based on values from the UI.
Thank you for the example. This is exactly what I was looking for.
Hello. I'm evaluating IO Ninja to see if I can use it to simulate some Modbus RTU devices. What I'm currently trying to do is write a simple script that will reply to a particular Modbus Master request of Read Holding Registers. Is there a script example for using the ModbusRtuReadReplyPacket template to send a response to a Read Holding Registers request?