Log in

View Full Version : SD read/write numbers


couvillion
15-02-2016, 13:25
Where is the SD read functions? I can't find them in the menu structure.

Where did my life go wrong?

Greg McKaskle
15-02-2016, 13:58
SD and NT VIs were merged. If you wire a variable starting with /, it is an absolute path. If it doesn't, /SmartDashboard/ is prepended. So the palettes only contain the NT version, but the SD VIs will continue to work if you have them in some legacy code.

Greg McKaskle