04-24-2007 10:43 PM
04-25-2007 11:50 AM
Hello ThinkG,
You are limited in accessing the data by the update rate of the modules - but what I think you are actually asking is the faster way to transfer data from the ethernet module to the RT machine. Basically, you have two physical options for communication: ethernet or serial. Ethernet, of course, has the potential to be multiple magnitudes faster than serial.
Once deciding to use ethernet, we have to choose a protocol - OPC, FieldPoint API/driver, or Modbus. Although I am not 100% certain, I believe that Modbus is the fastest. There are many discussion forum posts about FieldPoint and Modbus to help get you started.
Happy programming!
Janell R | applications engineer
04-26-2007 07:35 AM
04-26-2007 10:53 AM
04-27-2007 07:50 AM
04-27-2007 12:06 PM
04-29-2007 12:27 AM
04-21-2011 11:36 AM
Checking back on this topic, 4 years later. Is it still the case, after 4 years, that the best (fastest) way to acquire data from a cFP Network Module (cFP-180x) to an RT PXI is with low-level Modbus? Is it still the case that FieldPoint API does not work on RT PXI?
Chris White
ThinkG Consulting LLC
04-22-2011 11:50 AM
Hey Chris,
It looks like there has been no development in that direction, unfortunately. On the other hand, there have been some advances in shared variables, and it may be that the programmatic shared variable API is going to be easier to use with similar performance.
There have also been some improvements to modbus, and the RT module gives you access to these features:
http://zone.ni.com/devzone/cda/tut/p/id/7210
http://zone.ni.com/reference/en-XX/help/371618F-01/lvmve/dsc_modbus_using/
Let me know if you have any questions.
Thanks,