08-07-2014 09:55 AM
08-07-2014 10:04 AM - edited 08-07-2014 10:06 AM
Hi Or,
I use UDP connections between a PC and the cRIO to have a communication. Works flawless (so far)…
The cRIO is a computer on its own. So you need to get a communication between two independent computers - and so any protocol using your LAN connection might work. You need a communication routine on both ends…
08-08-2014 03:39 PM
thank you for your fast respone
As i understood i should program the cRio to recive data throw LAN
just I'm not sure how can i program the cRio
should i program in Labview and than upload it to the cRio
if so is it limited me to specfifc blocks or i can use all blocks
and i'm not sure how to connect to it's analog outputs and UDP inputs in Labview
08-12-2014 12:22 AM
Hello OrHirshfeld,
You may want to start by understanding how the cRIO functions. It is a target for code developed in LabVIEW (and C, if you know how) to be deployed to. Any functionality such as UDP, TCP/IP, etc should be implemented in the code so you can pass data to/from a Host PC. It may be worth looking through our NI CompactRIO Developers Guide to gain some insight on the things you can and should not do with a CompactRIO device.
Let us know if you have any specific questions. Our Example Finder in LabVIEW should have a lot of things you can look at as well. You can locate it by going to Help>>Find Examples in any window in LabVIEW.