07-18-2005 09:34 AM
07-27-2005 02:13 AM
Porzio,
the fastest sampling rate when using FieldPoint devices is determined by the Maximum Update Rate of the FP Module you are using. This is specified on the Oparting Instructions of the FP Module (e.g. FP-AI-100). You want to make sure you know how Ethernet Fieldpoint works. Basically when running a FP application you have 2 players:
- The program running on your PC
- The Fieldpoint Controller
When data is sampled by the modules it gets transfered over to the FP Controller. This is then transfered over the ethernet to the Host PC only if it has changed. This is done to reduce ethernet trafic. This implies that, no matter how fast your application loops and calls the FP Read function (1 ms windows resolution) it may retrieve the same data point over and over again until it has actually changed. Transmission of data over the ethernet is not deterministic in time, it depends on different factors, traffic being the most important.