Quote:
Originally Posted by muaddib42
This is probably such a simple answer, but how do I place the VI script for image processing on the dashboard? I created the script using NI Vision Assistant, but I don't know how to place it in the modified Dashboard project.
Thank you
|
NI explains it better than I could - "You also can add a VI to the project by selecting the VI icon in the upper right corner of a front panel or block diagram window and dragging the icon to the target. When you add a VI to the project, LabVIEW automatically adds its entire hierarchy to the Project Explorer window under Dependencies."
Basically click and drag the icon in the upper right hand corner of the block diagram of the VI you're trying to import, into the dashboard project.
Quote:
Originally Posted by JM033
So I do the image processing on the dashboard and I do a UDP send of my target info results from the dashboard to the robot (crio). From their I make a UDP receive in my robot code from the dashboard. Correct?
|
That's exactly right. I'll be updating this for smartdashboard today.
As far as concerns about port numbers go, fovea you're right that only a few ports are allowed during comp. We used 1130, since it's open for sending data from Dashboard to Robot which is exactly what we're doing.