Quote:
Originally Posted by agentace
The PWM ports are correct in the code, but I am running the default example code. We are also using the older cRIO (8 slots). Is it possible that it is looking at the wrong card and not reading the digital sidecar? If it is, where do I change the card slot? Sorry, I am new to C++...
|
Slot 1 must contain an NI 9201 analog module.
Slot 2 must contain an NI 9403 digital module.
Slot 3 may contain an NI 9472 solenoid module.
Slot 4 is empty.
Slot 5 may contain a second analog module.
Slot 6 may contain a second digital module.
Slot 7 may contain a second solenoid module.
Slot 8 is empty.
Also keep in mind that the first module of each kind (in slots 1-3) is always called "Module 1" in the code, and the second module of each kind is called "Module 2".