08-01-2019 12:53 PM
We currently have several cRIO controllers working with LabView on workstations. I would like to make data from the cRIO available to another controller via OPC, Modbus or Ethernet IP. The new controller would be from a different vendor and would only require read access. Is this possible or does it need to go through the LabView workstation?
08-01-2019 03:47 PM
CRIOs can (and probably should) run completely independent from the LabVIEW workstation. You just have to build an executable and mark it for startup. https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9mySAC&l=en-US
08-02-2019 09:11 AM
Thanks. Can the cRIO communicate simultaneously with LabView and Ethernet IP to a second destination?
08-02-2019
12:44 PM
- last edited on
12-17-2024
10:11 AM
by
Content Cleaner
The short answer is yes. I'm a little curious what you mean by Ethernet IP. Do you mean TCP/IP or would you be open to network streams and the like?
08-02-2019 05:49 PM
Ethernet IP network. Primarily to get data to other places, not for the cRIO to use.
08-05-2019 02:31 AM
There's Industrial Communications for Ethernet/IP driver for LabVIEW, but it was primarily developed to interact with Ackermann PLCs and only has limited features. It can be used with cRIOs but you should be careful and try with the Trial version before purchasing this driver.
08-09-2019 06:46 AM
Yes. That answered my questions. That you very much. Sorry for the slow response.