FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

HELP! fieldpoint 2000 data transfer

I have been struggling for a month without any needed results. I need to read 3 FP-modules (2 FP-AI-100 & 1-FP-CTR-502) at 10mSec/sample. To reduce network traffic (necessary) I expect to write this data to a file, which will be read intermittently. Has anyone had success doing this? I have read all related docs, set multiple threads and priorities with no success. I am also using RTFIFO library.
0 Kudos
Message 1 of 2
(3,119 Views)
If you want the entire history:
I'd use three threads, one for acquisition, one for logging, and one for TCP. Determine the rate you want to query the fp controller for data, and how much you want to send at a time. The file vi's maintain a file pointer, so as long as you keep the reference open, and don't move the pointer until you read it, shouldn't be a problem.

If you only want to view the data intermitently and let the controller log for later retrival, I'd use datasockets.

You also need to keep in mind how much storage you're going to be consuming. If you're reading all available channels, then your writing about 21 parameters every 10msec. Depending on your controller you won't have a whole lot of file space to play with.
0 Kudos
Message 2 of 2
(3,119 Views)