Quote:
Originally Posted by DaveD
I don't believe C++ programmers can currently send data from the robot to display on the dashboard -- including either basic I/O data or user data -- but I've been told on the beta test discussion forum that work is being done to add that capability.
|
You can set the Digital Outs in C++, at least. I can see where the user bytes go, but there aren't any accessor functions implemented yet. I suspect the problem is coming up with a reasonably clean way to serialize the data teams want to send, such that a Labview dashboard has decent odds of appropriately deserializing it on the other end.