by mayhem2408 » Tue Sep 11, 2018 1:58 am
I have a question/problem with the AS3.Setcheckboxstatus() function.
My macro runs AS3.Setcheckboxstatus(true,56); to change the active low checkbox on the probe. I can see that the check box is changed when the macro is finished, but the probe is still behaving as if the checkbox is not checked. I have to apply the settings to make it work. Should I be using callbutton to press the Apply settings button, or should Setcheckboxstatus be working without this.
The reason for this is a have a couple of different probing methods and one is NO (Normally Open) and the other is NC (Normally Closed). I need my macro to switch between the two.