09-03-2008 02:25 AM
Hi all, may I know how do I make my cFP-2120 to stand alone. I understand that there are steps in websites to teach us to add the specific program we need into the "build specification". I already have a VI, but how do I make it work?Do I need to make some exe files or other options to make it work?
09-04-2008 03:11 PM
Hi shuyun,
If I understand your question correctly, you are asking how to make a VI into a startup Executable so that your cFP-2120 can start and run on its own. If you have not already created a Real-Time project, you can see the steps for this here. If you have already done this, and dragged your VI that you want to run on the cFP-2120 onto the target in the project, you can then create your startup Executable.
To do this, right-click on Build Specifications and choose New»Real-Time Application. Add your VI to the Startup VIs list in the Source Files section. Make any modifications to the Build Specifications properties that you would like. When you are done, click OK. Then right-click on the newly created build spec and select Set as startup. Build the application by right-clicking and selecting Build. Deploy the application by right-clicking and selecting Deploy.
Once you have completed these steps, the VI has been embedded onto the controller as a startup Executable.
Regards,
Stephen S.
09-24-2008 02:19 AM
09-25-2008 09:03 PM
Yo,
the problem might come from your VI.
The given step above will lead you to build your application on your target. Basically there are some preparations before you deploy your VI. This involves reviewing your code for any unsupported function. Some of the labview features that are unavailable when you target a specific RT target include functions that modify front panel objects and functions specific to other operating system. If you attempt to executes this, it will give you error and might affect your whole programing.
As I mentioned, uncertainty might come from your VI. Should you ask how to deploy your VI to your target, the answer is at above.
Furthermore, this below info's tell you about real time application:
Webcast
http://zone.ni.com/wv/app/doc/p/id/wv-162
Manual
http://www.ni.com/pdf/manuals/322154d.pdf
Please let me know if you have any doubt.
Yasrof
Application
NI ASEAN
11-26-2008 12:08 PM
Hi, thanks all for your help. 😃 But after looking at the resources given, having my system to become a Real-Time system will actually be touching on some network theory such as wireless am I right?
But, my stand-alone here is more of how am I able to save my temperature data into my Compact Flash Card. I do not need to use any laptop, and I will retrieve the temperature data information from my card that is inserted into my cFP-2120 controller when I need to check the data's pattern. =D Thanks.