Log in

View Full Version : Autonomous from spreadsheet file


GuyM142
16-08-2013, 16:56
I know how to do the reading from the spreadsheet,
my problem is that I want the file to be on the computer and be read from it.
Or alternatively a way to update the file on the cRio without having to recompile the whole code.
How can I do it?

Clinton Bolinger
16-08-2013, 17:04
There are a lot teams that make their own autonomous scripting files, that are uploaded to the cRIO via FTP.

See http://www.chiefdelphi.com/media/papers/2497? for an example from the Killer Bees - Team 33

-Clinton-

GuyM142
16-08-2013, 17:28
There are a lot teams that make their own autonomous scripting files, that are uploaded to the cRIO via FTP.

See http://www.chiefdelphi.com/media/papers/2497? for an example from the Killer Bees - Team 33

-Clinton-

How does FTP work?
How can I use it?

Clinton Bolinger
16-08-2013, 17:56
Download the presentation "autonomousScriptingExampleExplanation.ppt" from the following link: http://www.chiefdelphi.com/media/papers/2553 and go to slide 17 - there you will find instructions for FTP.

See above for another example.

-Clinton-

GuyM142
17-08-2013, 09:03
See above for another example.

-Clinton-

Exactly what I was looking for, thank you :)