Quote:
digital_io_01 is used to set the pin to either INPUT or OUTPUT.
To actually read it once you have it set to input, you read it through rc_dig_in01.
If you were to set it to output instead, you set the value to rc_dig_out01.
|
Michael
You just solved one nagging bug from our 2006 code. Our 2007 code thanks you.