I'm trying to read a register I defined ... "gRegs0/MpgXAxis" using the PMC.
I want to check if the value of that register is 1 then trigger an output. I am trying to do this all in the PMC but I can't figure it out.
The documentation says:
If the input condition to this instruction", is true, then a single sample from the defined register is acquired and stored in the variable `Aname'.

If I try to create the PMC program without the MOV 0 function to OUTE2 it will return an error during the simulation and those rungs just won't work.