04-24-2006 12:43 PM
Hello:
I have LabView 7.1 with the pocket pc 2003 module installed on a laptop. I also have a panel pc with a pcmcia slot, as well as a NI PCMCIA-CAN/2 card. I have already established communication between the laptop and the pocket pc using ActiveSync. Additionally, I have already installed the drivers for the CAN card into the pocket pc.
Now I would like to run a simple Labview .exe to confirm I can actually communicate with my CAN bus. I don’t care what I see, just as long as I see something that proves the pocket pc can communicate with CAN.
As I am not experienced with LabView, I would think the easiest way to do this is to use an example VI. I opened labview, and selected pocket pc as the target. Then I clicked on “Open -> Example.” I selected “CAN Receive.VI” as the example. Then in order to build the .exe file, I clicked on “Tools -> Build for PDA.” In the ensuing window that popped up, I clicked “Build.” During the saving progress, I received 3 errors in succession. They are:
Unsupported prim – Build Path
Unsupported node – PropNodeMeth, 94852
Unsupported node – PropNodeMeth, 5184
Are these errors due to this example not being available for the PDA module? If not, how do I fix this problem? If so, then is there another example VI I can build an .exe file for my pocket pc that you would recommend to accomplish my goal?
Your help is greatly appreciated.
04-25-2006 08:00 AM
05-03-2006 01:20 PM
05-04-2006 02:12 PM
Hi Rick,
The errors you are getting mean that those objects are not supported with the LabVIEW PDA module. The easiest way to find out what is supported is to target the PDA device and browse the control and function palettes to determine which objects are supported. You can also refer to this KnowledgeBase for information on searching the LabVIEW help for this information. The CAN Receive.vi is an example program included with LabVIEW when the NI-CAN drivers are installed and is not compatible with LabVIEW PDA. If this example has been used in the past, it may have been modified to remove the Build Path as well as the Property Nodes, which are not supported either. There are some CAN specific examples located in the LabVIEW directory. These are located at C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA\CAN-PPC. Please view these and hopefully they will get you started with some working examples. Let me know if you have any other questions.
Chris R.
Applications Engineer
National Instruments