|
Re: Getting data to the dashboard
The robot and the Dashboard are separate programs running on separate computers. In order for the Dashboard to display a value from the robot, you will need to send that value from the robot through the "high priority" dashboard data stream, and retrieve it in the Dashboard.
Instructions for doing this are in Tutorial 7—Integrating Examples into Robot Code.
|