| INPUT#1 0/:1 | -------| COMPARE =1 | when I toggle the physical switch, I can watch the brain and see the input rung color & value toggle accordingly between 0 & 1 , bu the COMPARE rung will never toggle even though the input matches "1"
I also tried with | COMPARE >0| , also does not work, just like above. I suspect it is because it is boolean and 1/0 does not represent true/false exactly ?...but can not input "true" into the compare field…
---------
I found a workaround by comparing and LED set to "1" to the input and that did work…..which was a workaround in itself because trying to set an Input to be a local variable causes Mach3 to hang…..
Would like to be able to write the brain without having to edit a screenset and set an led to "1" as a crazy workaround...