|
Re: Using 2 digital side cars
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)
__________________
I'll tell you anything random that you don't want to hear
|