Quote:
Originally Posted by edthetoad
We also would like to know if anybody knows if there is a tutorial/example code for sending info via UDP between the cRIO and something else. We are able to send UDP out of a cRIO and receive it on a computer but are unable to get it to continuously send or receive from a cRIO. If anybody has any experience doing this some help would be appreciated.
|
You'd do it the same way - the cRIO is just a little computer. You'd just have them both listening on UDP port x for data sent by the other. I can post some examples in LabVIEW, if you'd like.