Log in

View Full Version : Programming a 4-slot cRio with 2015 Labview


jojoguy10
05-08-2015, 21:02
Hey,

We're making a summer robot with the 4-slot cRio, and we have the 2015 Labview software. Even though the 2015 LabVIEW made everything 0-indexed, does that mean that PWM0 = PWM1 on the Digital sidecar?

Are there any other strange things we should know about programming a 4-slot cRio in Labview 2015?

Thanks!

GuyM142
06-08-2015, 03:53
For the cRIO project everything is actually starting from 1 so you won't have this kind of problems.
On the other hand, buttons and axes are in arrays like the roboRIO code so pay attention to that.

jojoguy10
06-08-2015, 09:13
Ohhh....So there's actually a cRio project in the New Project menu? OK, missed that part :-P