04-21-2008 12:58 AM
04-22-2008 09:32 AM
Hello Iqbal,
This is a known issue (#41273). This has been fixed for a future version of the FieldPoint drivers. In the meantime, the preferred workaround is below.
event_ctrls.llb is found in this folder: C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib
- Make a copy of the <vi.lib>\eventctls.llb\eventvkey.ctl and rename it to rtd_eventvkey.ctl, place the renamed copy into the fplvmgr.rsc LLB
- Close LabVIEW
- Move (don't copy) event_ctls.llb to your desktop so LabVIEW won't be able to find it
- launch LV and open the rtd_getdevice.vi
- you will get a dialog saying it can't find event_ctls.llb - point it to your renamed copy of the ctl
- save the rtd_getdevice.vi
The line "showSystemVIs =True" must be added to the LabVIEW.ini, otherwise LV will not prompt that eventvkey.ctl could not be found.
06-08-2008 03:00 PM
06-09-2008 01:23 PM
Hi Englund,
Can you provide me with more details on what you are doing? Are you creating an executable or simply opening a VI that has the FieldPoint I/O Point?
If you are using an executable, what error do you receive when you run your executable? What behavior are you seeing?
If you're just using a VI, what behavior do you see? What version of LabVIEW and the FieldPoint drivers do you have installed? You can check in Measurement and Automation Explorer under My Computer » Software.
06-09-2008 05:00 PM
06-09-2008 05:01 PM
06-10-2008 03:23 PM
Hi Englund,
Can you provide the exact text or a screenshot of the error you are receiving about missing components?
So, I'm assuming you are using LabVIEW 8.5. Have you installed the FieldPoint drivers on your computer that you are running the executable on?
06-10-2008 03:50 PM
06-12-2008 04:23 PM
The FP file is a copy of what i have on my computer. I also have used the "network" version of the file. The problem occurs when pressing the Browse button and works fine as long as it's not an executable.06-12-2008 04:26 PM