‎10-12-2006 04:33 AM
‎10-12-2006
06:09 AM
- last edited on
‎05-08-2026
08:30 PM
by
Content Cleaner
Hi Mirkor,
First of all it's important to know what are you going to do:
1) Create an application that will run in a host PC, to control FP
or
2) Create an application to be downloaded to FP, and with which FP will behave like an embedded standalone system.
In the second case, you need Real-Time module, so it'll be difficult (maybe impossible?) to use C# (and measurement studio supported languages in general).
In the first case, maybe you can refer to LabWindows/CVI issues on programming fieldpoint, it can be a starting point....
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019QqoSAE&l=en-US
Hope it helps...
graziano
‎10-12-2006 10:18 AM
‎10-12-2006 11:17 AM
‎10-13-2006 10:19 AM
‎10-14-2006 02:59 AM
‎10-14-2006 04:10 AM
‎10-14-2006 11:58 PM
‎10-16-2006 02:09 AM
I don't use the Optomux command and there isn't a NI dll. The cvi has some functions(FP_Open,Fp_Close... etc) that allows you communicate with FieldPoint module. This are defined in the "FiedPoint.h" file.
I create a dll in CVI that export this function and in .net i import this dll to create my wrapper so i can use fieldpoint under .net languages.
‎10-16-2006 07:32 AM