Our team is having problems trying to use two digital sidecars.
We are using JAVA, and the code compiles but says there is no second digital module,(and we have two attached) and that the channels we are trying to use are already allocated.
on the bright side that all but eliminates a mechanical connection issue, so that leaves it to the way you call the devices in your code. Unfortunately not being a java guy this is where I have to say good luck and hopefully someone with experience in the programming area can chime in… When I see these threads I know the first thing people want is to see the code where you activate and assign channels.
I know that this is going to sound odd, but have you checked the modules themselves? At the beginning of our season, we hit a snag and our programmers tore hairs out trying to fix code until it turned out to be a bad module.
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.
Thanks. I will pass this on to our programmers. Just curious, where did you find this information? If there is some documentation that has this info, I would appreciate it.