
BrianB (Customer) asked a question.
P1-08NE3 and P1-08TD2
Inputs output P1-08NE3 and P1-08TD2 is there any sample Code or just a sample posted here to actually turn on and off the inputs each individual from the P1-08NE3 and see what values are coming in from the P1-08TD2 thank you so much
The P1AM library example "DiscretesBitmapped" is pretty close to this. It assumes the discrete output is slot 1 and the discrete input is slot 2. It would need minor modifications to get exactly what you want.
Hey Brian,
An API reference with all the functions compatible with the modules can be found here https://facts-engineering.github.io/api_reference.html.
There are also pages describing the modules with a list of compatible functions.
Also in the arduino IDE if you go to File -> Examples -> P1AM, you'll see a list of example programs to talk to the P1 modules.
-Kevin
Thank you everyone. Wonderful Forum