FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to run field point continuously?

Hi, is it possible to run field point field point continuously as in the case of not having to use loops to mimic this process. Basically can u stream field point? because i always having to use loops to keep field point running.

Thanks Stuart
0 Kudos
Message 1 of 2
(3,176 Views)
Staurt,
I guess you are using Labview to do FieldPoint programming. Depending on your application you probably do a FP Read or FP Write. In either case these subVIs make a call to FP Explorer only once, everytime they are called. Thus if you are trying to do a continuous read/write you have to call these VIs repeatedly and so have to use loops (While/For).
Message 2 of 2
(3,176 Views)