Forum: C/C++
20-12-2016, 16:55
|
|
Replies: 5
Views: 286
Re: PID
This code isn't as smooth as a perfectly tuned PID but we couldnt use that because the thing we used the PID rotated vertically on a shaft so the PID needed to constantly update because based on the...
|
Forum: C/C++
20-12-2016, 13:07
|
|
Replies: 5
Views: 286
Re: PID
Thank you . For some reason after 20 mintues of googling that page didn't show up for me.
|
Forum: C/C++
20-12-2016, 11:35
|
|
Replies: 5
Views: 286
PID
Using LabVIEW I can use a auto PID where it fixes the PID as it is being ran. Can I do this with C++ and how do I use a C++ PID loop. I have used a PID loop before in LabVIEW but I can't understand...
|
Forum: C/C++
18-12-2016, 21:29
|
|
Replies: 3
Views: 171
Re: Robot(): is private error being thrown
I just tried that but it's still throwing the error. I think it's a glitch with eclipse because no matter how much i move around the code it always appears on line 24.
|
Forum: C/C++
18-12-2016, 20:20
|
|
Replies: 3
Views: 171
Robot(): is private error being thrown
My code is throwing the error "Description Resource Path Location Type
'Robot::Robot()' is private Robot.cpp /ittest/src line 24 C/C++ Problem" and i have absolutely no idea where to start in fixing...
|
Forum: C/C++
18-12-2016, 19:22
|
|
Replies: 4
Views: 145
Re: C++ motor assignments
Alright thanks! Well our team is currently breaking off into 3 groups and we are building 2 KOP drop six bases and one mecanum to teach the new people how stuff works. So I thought by using TalonSR's...
|
Forum: C/C++
18-12-2016, 19:09
|
|
Replies: 4
Views: 145
Re: C++ motor assignments
I plan on using the motors in a 4 wheel drive mecanum base. The configuration is going to be cross. Mecanum wheels by default are crossed so I saw no harm in doing the same with the motor...
|
Forum: C/C++
18-12-2016, 18:36
|
|
Replies: 4
Views: 145
C++ motor assignments
I am new to c++ and I'm trying to figure out how to use two different types of motor controllers on a 4 wheel base. I know how to do it in LabVIEW and am curious if i can do it in C++. Thanks for the...
|
Forum: NI LabVIEW
20-02-2016, 17:09
|
|
Replies: 3
Views: 384
Re: LabVIEW CAN issue
I am having the same problem it will stutter and then all of a sudden it will go solid orange and then go back to green/red and orange blinking. Could this be a CAN firmware issue?
|
Forum: NI LabVIEW
20-02-2016, 11:37
|
|
Replies: 10
Views: 748
|
Forum: NI LabVIEW
19-02-2016, 19:07
|
|
Replies: 10
Views: 748
Re: 2016 Dashboard Project
When you are on the driver station under the settings tab you get the choice to change your team number and the dashboard. I select Labview and it tries to use labview 2014 to do so when 2014 isn't...
|
Forum: NI LabVIEW
19-02-2016, 16:28
|
|
Replies: 10
Views: 748
Re: 2016 Dashboard Project
Sorry, I'm confused on what you are saying. It won't let me open it in LabVIEW 2014 because I used LabVIEW 2015. When I'm in the DS and change it to LabVIEW it takes me to 2014 and doesn't let me use...
|
Forum: NI LabVIEW
19-02-2016, 13:58
|
|
Replies: 10
Views: 748
2016 Dashboard Project
I made a dashboard project but I can't use it. Whenever I go to the dashboard to put it on there it keeps trying to load labview 2014. How to do I use the dashboard I created in LabVIEW 2015?
|
Forum: Pneumatics
11-02-2016, 14:18
|
|
Replies: 4
Views: 837
Smaller Pnuematics Storage Tank
From the way I understand the rules we are allowed to use any air tank as long as it is COTS. Am I understanding this correctly and if so could my team use a smaller air tank.
|
Forum: NI LabVIEW
22-01-2016, 11:21
|
|
Replies: 1
Views: 308
Toggling speed
I am trying to think of a way to toggle speed. What I am looking to do is make it so that I can choose a speed and then from that I have 5 seconds to move the joystick. While I am moving the joystick...
|