Forum: Programming
27-11-2016, 17:11
|
|
Replies: 11
Views: 740
|
Forum: Programming
01-09-2016, 04:56
|
|
Replies: 0
Views: 334
SmartDashboard Test mode layout problem
I'm attempting to use the SmartDashboard to test the individual commands in my robot program. I am able to use use the default approach of adding a command to the SmartDashboard in the robot program...
|
Forum: Programming
01-09-2016, 01:16
|
|
Replies: 3
Views: 2,042
Re: 1678 code release
I've got a question :).
Was there any particular reason not to use Commands?
It looks like your 2016 program would have suited the command based approach so I'm wondering if you tried it and...
|
Forum: NI LabVIEW
21-08-2016, 08:17
|
|
Replies: 7
Views: 510
Re: Where does the FRC Dashboard store data
Is there a way to set the LabVew Dashboard autonomous chooser selections and/or the list of command on the "Commands" tab directly from the /home/lvuser/networktables.ini file?
According to the C++...
|
Forum: NI LabVIEW
20-08-2016, 22:49
|
|
Replies: 7
Views: 510
|
Forum: NI LabVIEW
19-08-2016, 04:35
|
|
Replies: 7
Views: 510
Re: Where does the FRC Dashboard store data
Already tried both those :) and a few more directories as well.
There are a few TCP sockets being used so it looks to me like the settings could be persisted using some kind of database or web...
|
Forum: NI LabVIEW
18-08-2016, 08:47
|
|
Replies: 7
Views: 510
Where does the FRC Dashboard store data
Does anyone know where the LabView FRC Dashboard panel application (C:\Program Files (x86)\FRC Dashboard\Dashboard.exe) stores its data?
The data I'm trying to track down are the names of the...
|
Forum: C/C++
18-08-2016, 06:08
|
|
Replies: 12
Views: 623
Re: Problem running C samples for roboRio
I still get the same error message when trying to create a new Collabnet account at https://usfirst.collab.net/sf/sfmain/do/createUser/.
Disabling the /etc/rc5.d/S88FRCNetComm did stop the FRC FPGA...
|
Forum: Programming
16-08-2016, 07:32
|
|
Replies: 6
Views: 1,034
|
Forum: Programming
04-08-2016, 08:05
|
|
Replies: 6
Views: 1,034
|
Forum: Programming
03-08-2016, 08:11
|
|
Replies: 6
Views: 1,034
|
Forum: C/C++
29-07-2016, 06:27
|
|
Replies: 12
Views: 623
|
Forum: NI LabVIEW
28-07-2016, 08:30
|
|
Replies: 1
Views: 1,060
|
Forum: C/C++
27-07-2016, 07:16
|
|
Replies: 12
Views: 623
|
Forum: C/C++
25-07-2016, 18:40
|
|
Replies: 12
Views: 623
|
Forum: C/C++
25-07-2016, 08:33
|
|
Replies: 12
Views: 623
Re: Problem running C samples for roboRio
I was able to solve my own problem by renaming the .lvbitx file in /usr/local.frc/bitfiles. I guess that stops the default image being loaded into the FPGA which means the C samples can then run.
Is...
|
Forum: C/C++
25-07-2016, 07:35
|
|
Replies: 12
Views: 623
Problem running C samples for roboRio
I'm new to the roboRio and to feel my way around things I'm attempting to run the C samples found here http://www.ni.com/download/labview-roborio-toolkit-2015/5558/en/.
I can successfully build,...
|