FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Where does a VI go when deployed to a FieldPoint controller?

JR A,

I was taking a look on that document ("Building a Stand-Alone RT Application") but I don't have that exact option ("New -> Real-Time Application") here. When I right click Build Specifications I can only find "New -> Application (EXE)". Is this supposed to be the same thing? (that document says that a RT application should have the extension .rtapp, though, not .exe).

Thanks a lot.

Daniel
0 Kudos
Message 11 of 13
(1,321 Views)
Make sure you are right-clicking on the "Build Specifications" item under your RT Target. Also, that documentation is incorrect and the default name will actually be startup.rtexe. Since an RT executable isn't the same as a Windows executable anymore, for example because you can now use the Conditional Disable Structure to make it compile different code for RT, it makes sense to not name it .exe to avoid possible confusion with Windows apps.
 
-JR A.
0 Kudos
Message 12 of 13
(1,316 Views)
That's it, JR A!
Thank you so much for your help!
Let's see if now I can move on...
Daniel

0 Kudos
Message 13 of 13
(1,311 Views)