|
Re: Cannot Display Images on Dashboard
The Dashboard program is written to expect the camera to be connected to the DAP-1522 router, and to be configured at the 10.te.am.11 IP address. If you have it connected instead to the second Ethernet port on the cRIO and at the default 192.168.0.90 address, the Dashboard will not be able to view its output. You can either move and reconfigure the camera (and change the address in your robot code to match), or you can change a well-labeled boolean constant in the Dashboard program to get the camera image through the cRIO and build a new Dashboard .exe file.
|