03-01-2020, 06:47 PM
One more that you might consider. In the RainMachine driver that kfly wrote, we added a "write only" card4 field that manually starts a pre-defined program. We did not assign that field a value initially so it defaults to 0, but did set it with a defined limit of 1 to 4. In the test harness, you can test it by inputting a valid number between 1 and 4, and it works fine. However, in the AI, if you attempt to change the field, it will give an error message that "0" is not a valid number, which is fine and expected - but it will not allow you to change that number even though it displays a box to change it. It just stays on "0" and the up and down arrows do not allow you to change the value from "0".
This is not a big deal as it works fine if you send the write field command to the driver with a proper number within a template, but did want to let you know the response within the AI.
This is not a big deal as it works fine if you send the write field command to the driver with a proper number within a template, but did want to let you know the response within the AI.