FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I load a VI on my FP without needing a time critical Part

I would like run FieldPoint distributed I/O application on the FieldPoint Modul. But I do not need a true real-time application (time critacal Part). How can I use a VI on my FP that do not divide in the two parta (Control Loop and Communication Loop)
0 Kudos
Message 1 of 2
(3,334 Views)
By simply writing a VI that does not sub-divide its functionality into two parts, you are able to download a non-time critical program to the FieldPoint RT module. The division of the loops is a function of how you implement the code and not directly a function of the LabVIEW RealTime engine.

In my experience, a significant number of programs that are downloaded into Real-Time targets are frequently not-divided into time critical vs non-time critical components. Sometimes that is deliberate (becuase it makes no difference) and sometimes it is due to inexperience on the part of the programmer. Either way, there is nothing preventing you from downloading code that does not have different priority loops.

Regards,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 2 of 2
(3,334 Views)