Navigation

    IO Ninja IO Ninja Forum
    • Register
    • Login
        No matches found
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Patrick Murphy
    3. Posts
    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Posts made by Patrick Murphy

    RE: write own data parser/processor

    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

    posted in General Discussion •
    RE: Reading value of custom UI elements from In-App script

    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.

    posted in Support & Troubleshooting •
    Reading value of custom UI elements from In-App script

    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.

    posted in Support & Troubleshooting •
    RE: Modbus Reply Script

    Thank you for the example. This is exactly what I was looking for.

    posted in Support & Troubleshooting •
    Modbus Reply Script

    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?

    posted in Support & Troubleshooting •