08-13-2015 12:38 PM
Is there a method other than refelective memory or the reflective ethernet custom device to allow one target to access channels defined on a separate target? Target one is a PXI target, and target two is a cRIO device.
I would prefer to communicate target to target without the necessity of an in-between server.
BTW, I cannot use the reflective ethernet custom device for legal reasons.
Regards,
Rick
08-14-2015 04:04 PM
Hello Rick,
Reflective memory is intended to accomplish your desired behavior by allowing you to access channels between multiple targets.
Another option would be to use the Shared Variable Custom Device. This would require you to have variables created outside of VeriStand that you could then read and write to from VeriStand.
You can also create your own Custom Device to pass data between targets through Network Streams, TCP, or other network communication protocols.
08-17-2015 10:15 AM
I'm not aware of a reflective memory device that would work with a cRIO. Can you suggest one?
Regards,
Rick
08-18-2015 01:16 AM
I am not aware about solution for cRIO.
Shared variable or UDP data link CD (unfinished) or your own custom device would work
https://github.com/NIVeriStandAdd-Ons/?utf8=%E2%9C%93&query=data
CLA, CTA