|
Re: Where is the connection for the Cypress PSOC represented in the Dashboard vi?
There's a piece of information called "High priority user data" that gets sent from the robot to the dashboard. In the robot code, you can package up ("flatten to string") anything you want into that data stream. In the dashboard code you can then unwrap it ("unflatten from string") and display it on the Dashboard front panel any way you want.
|