I was wondering if CANdle’s built-in animation could be programmed by LabVIEW. When we try to use , it nothing happens. Here is our code :
1 Like
Hi so I’m no expert in LabView but if it says that the CANdle animation slot is out of bounds then the problem might be that you are using the equivalent of animate(Animation, animSlot)
in java and animSlot is supposed to be in a range of [0, getMaxSimultaneousAnimationCount()[
.
You can check out this link as reference CANdle (CTRE Phoenix Java 5.33.1)
Thanks a lot!!
We’ll try it!!