‎07-26-2002 07:21 AM
‎07-26-2002 09:05 AM
‎01-14-2007 03:07 AM
‎01-14-2007 06:52 AM
This information is primarily valid for the FP-1000 and FP-1001 network modules. The network controllers (FP-160x, (c)FP-2xxx) do not operate in a manner similar to the FP-1000/1001 in that the FP-1000/1001 will respond to poll requests by sending data when they are polled. In order to minimize network use, the network controllers only transmits data when it changes. Basically, the network controllers operates as a data server. The computer will subscribe to input or output items (based upon your IAK file) (Note: with the network controllers it is more efficient to delete unused channels out of the IAK file). When the computer subscribes to an FP-160x's output item, the computer will only send data to the network controllers on change. Likewise, the network controllers will only transmit data from input channels to the computer when on change, so a poll by your program to the network controllers actually goes through Measurement & Automation Explorer (MAX) or Field Point Explorer, which gives it the most recent data that it had received and does not physically poll the device. In the case of the FP-1000/1001, it would actually poll the device.
Is this true for cFP-1804 ?‎01-15-2007 07:15 PM
Hi Rolf,
I would recommend taking a look at the manuals for the products in which you are interested. The manuals are on the product page (the links you have referenced), under the Resource tab. The data transfer rates for the cFP-180x are located on page 24 of the manual.
Since the cFP-180x is a network interface module, not a controller like the cFP-160x, they will not work the same.
Though sampling rate is limited by the module, the data transfer rate may be the bottleneck.
If you would like to use a different programming language to control your FieldPoint system, you can include support for several different programming languages when installing the FieldPoint driver. Once you install support, you will have documentation and depending on the language maybe some example programs as well.
Please let me know I you have any other questions. Best of luck on your application, and have a great day!!
‎01-16-2007 12:15 AM - edited ‎01-16-2007 12:15 AM
Message Edited by hemmerling on 01-16-2007 12:17 AM
Message Edited by hemmerling on 01-16-2007 12:19 AM
Message Edited by hemmerling on 01-16-2007 12:28 AM
‎01-18-2007 09:11 PM
‎01-20-2007 02:50 AM
‎01-20-2007 08:09 AM
Hello Rolf,
I would say you really are pinned in a tight place.
On one hand, they are insisting on a 10 Hz temperature measurement. On the other hand, as you say, they are bashing a PCI method and only providing a fieldpoint method of communicating with the motor test stand. I don't think there is any way you can get the fieldpoint to get you temperature acquisitions that fast.
Do you have the budget or opportunity to do a hybrid system? We are finishing development of a test stand. We chose the compact Fieldpoint for reliability of the control of the stand. If a bearing temperature goes too high, an oil pressure goes too low, etc., we wanted to make sure the test stand shutdown, so compact Fieldpoint running a real time controller appears to do that for us. But we also had a need to acquire data from numerous strain gages at a high acquisition rate (5-10 kHz), which the fieldpoint would not be able to do. So we got a PXI/SCXI system with an SCXI strain gage signal conditioning card that could handle the higher rate. The PXI computer also acts as our user interface for communicating with the compact Fieldpoint
For your needs, perhaps a PCI with RTD signal conditioning would work for getting the temperatures rapidly, and a fieldpoint system would run the motor test stand. The question is how much access you have to the fieldpoint software to be able to add on to it to integrate your temperature reading. Worst case, you have 2 completely separate programs running side by side. Best case, you have a single integrated program running on a PC and recording data from the PCI while communicating with the motor through the 1804 fieldpoint system. In our case, we have one program on our PXI for user interface and high speed acquisition and another program on a cFP-2120 for handling the test stand control and acquisition of signals that don't need high speed. The two programs communicate to each other through shared variables.
‎01-20-2007 12:53 PM - edited ‎01-20-2007 12:53 PM
Message Edited by hemmerling on 01-20-2007 12:58 PM
Message Edited by hemmerling on 01-20-2007 01:05 PM