Quote:
Originally Posted by JByrd
when you construct your inputs and outputs do you have the code written with the module number like this:
DigitalInput input = new DigitalInput(2,1)
(for a digital input in port 1 on the module on slot 2 of the cRIO)
or
DigitalInput input = new DigitalInput(4,1)
(for a digital input in port 1 on the module on slot 4 of the cRIO)
|
If you do have the program written like this, fix it.

You shouldn't be referencing slot numbers in the code. The first digital module (in slot 2) is module 1. The second digital module (in slot 4 of a 4-slot cRIO or slot 6 of an 8-slot cRIO) is module 2.