Quote:
Originally Posted by ColonelThrtyTwo
Here's my test code, in Java:
Code:
Jaguar jag = new Jaguar(2,1); // Module 2, channel 1
...I can't think of anything else we could be doing wrong...
|
And now I see it. This year, the module numbers don't represent which slot the module is installed in. The first analog module is #1, and the first digital module is #1, and the first solenoid module is #1. You're telling the code to control something on the
second digital module, which is probably not what you want it to do.