I use Logicator to program a Picaxe 20M2 for my projects. I sometime need to check the status of an output pin to make a decision command in my program. My crude way of doing this is to hard wire this output pin to an available input pin then proceed as if the output was an input. Is there a more elegant way of doing this by asking a variable to reflect the status of the output and use a compare command in the Logicator? Thanks for your guidance.