|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Error 1026 On Labview - Nothing works...
Can you screenshot your teleop vi, and begin vi?
LabView saves under a directory, with the project file being the connector between all the vi's. |
|
#2
|
|||||
|
|||||
|
Re: Error 1026 On Labview - Nothing works...
The project folder is in Documents/LabVIEW Data/2017 Robot Project (or whatever name you gave your robot project).
I'd recommend position either a .zip of the whole folder or the .vi files themselves. Screenshots are less useful for locating typo errors. |
|
#3
|
|||
|
|||
|
Re: Error 1026 On Labview - Nothing works...
Thanks for the info on backing up the program and where to find the folder.
I'll post a .zip when I'm back at school tomorrow. |
|
#4
|
|||
|
|||
|
Re: Error 1026 On Labview - Nothing works...
Here is a link to a zip file of our labview program:
https://drive.google.com/file/d/0B4_...ew?usp=sharing Just to reiterate, we are able to enable our robot but nothing moves when controllers are used (it should be driving arcade mode with 4 talons). We are getting an error (see above) repeatedly in the driver station. Thanks for any and all help. |
|
#5
|
|||||
|
|||||
|
Re: Error 1026 On Labview - Nothing works...
In Begin you declare the same Talons multiple times.
I commented out all the Talons except for the four feeding Open 4 Motors. Other than that, the code worked okay on my robot. I don't get the FPGA_SystemAsync error, so that might be a corrupted roboRIO format. You might try reformatting the roboRIO to see if that helps with the error. P.S. I forgot to mention that I used %V instead of Speed in Begin.vi to test with, since I didn't integrate encoders for feedback. Last edited by Mark McLeod : 07-02-2017 at 10:39. |
|
#6
|
|||
|
|||
|
Re: Error 1026 On Labview - Nothing works...
Quote:
I appreciate the quick response. Tyler |
|
#7
|
||||
|
||||
|
Re: Error 1026 On Labview - Nothing works...
Are you using CAN Talon SR's? IF you are, you have to go into the RoboRIO web interface and set your device IDs for the controllers. Leave indexes 0 and 1 open for the PCM and PDP, respectively.
|
|
#8
|
|||||
|
|||||
|
Re: Error 1026 On Labview - Nothing works...
Quote:
They don't conflict unless they are the same type of device. |
|
#9
|
||||
|
||||
|
Re: Error 1026 On Labview - Nothing works...
Oh. My bad then. It's good to know that now.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|