LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error msgs in 7.1 PDA when attempting to read NI-DAQmx

Hello --
 
I am running LabView 7.1 for the PDA under Windows XP (on Desktop), with the goal of setting up applications on an HP IPAQ PocketPC h5500 running PocketPC 2003.  I have succeeded in getting some of the demos to run and have programmed a test program and downloaded it to the HP myself, so I know the basic features are working correctly.
 
However, I cannot get applications to compile when I try to make use of the DAQmx system.  I have a PCMCIA sleeve for the PDA, and a PCMCIA card from National Instruments so that I can interface with a NI screw terminal.  But when I try to run code that includes a Task to collect data (via analog input read) from the DAQ, I get errors (see below for a partial example set).  This occurs even with the examples NI provides with the software suite.
 
Can anyone tell me what's going on?  I may be missing some kind of library or driver, but I think I've installed everything I have.
 
Thanks,
Mark Kobrak
 
___
Mark Kobrak
Dept. of Chemistry
Brooklyn College -- CUNY
2900 Bedford Ave.
Brooklyn, NY 11210
(718) 951-5758
 
____
 
RLP_u32_to_CFDAQ6004.c
RLP_u32_to_ESeries.c
testscreene.c
CFDAQ6004_Board.obj : error LNK2019: unresolved external symbol _openChipCFDAQ6004 referenced in function _RunFunc_31C
CFDAQ6004___AI_Enable.obj : error LNK2019: unresolved external symbol _ATTsetChipCFDAQ600460001 referenced in function _RunFunc_1024
CFDAQ6004___AI_Status.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460008 referenced in function _RunFunc_1208
CFDAQ6004___AI_Status.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460007 referenced in function _RunFunc_1208
CFDAQ6004___AI_Status.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460006 referenced in function _RunFunc_1208
CFDAQ6004___AI_Status.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460005 referenced in function _RunFunc_1208
CFDAQ6004___AI_Status.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460004 referenced in function _RunFunc_1208
CFDAQ6004___Read_Data_2D.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460022 referenced in function _RunFunc_5AFC
CFDAQ6004___Read_Data_2D.obj : error LNK2019: unresolved external symbol _ATTgetChipCFDAQ600460003 referenced in function _RunFunc_DCB4
ESeries_AI_Read_FIFO_2D_Pretrigger_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries10452 referenced in function _RunFunc_3D0
ESeries_AI_Read_FIFO_2D_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries10452 referenced in function _RunFunc_4BFC
ESeries_AI_Read_FIFO_2D_Pretrigger_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries20003 referenced in function _RunFunc_9328
ESeries_AI_Read_FIFO_2D_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries20003 referenced in function _RunFunc_98C8
ESeries_AI_Read_FIFO_2D_Pretrigger_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries10458 referenced in function _RunFunc_88CC
ESeries_AI_Read_FIFO_2D_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries10458 referenced in function _RunFunc_A7C
ESeries_AI_Read_FIFO_2D_Pretrigger_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries10454 referenced in function _RunFunc_8E0
ESeries_AI_Read_FIFO_2D_Scaled.obj : error LNK2019: unresolved external symbol _ATTgetChipESeries10454 referenced in function _RunFunc_25AC
ESeries_AI_Read_FIFO_2D_Pretrigger_Scaled.obj : error LNK2019: unresolved external symbol
0 Kudos
Message 1 of 4
(3,196 Views)

Hi Mark,

It sounds like you may not have the Pocket PC driver installed on your PDA.  Please take a look at the following knowledgebase: Why do I get errors like "error LNK2019" when I run my LabVIEW application on my PocketPC?.

 

Regards,

Hal L.

0 Kudos
Message 2 of 4
(3,189 Views)
Thank you for the tip, but I had already installed those drivers. Did them again, just to be sure, but still no joy. I found someone else had had the same problem in this thread: http://forums.ni.com/ni/board/message?board.id=170&message.id=142346#M142346 And someone else answered it. But I don't understand the answer. What is a "default sequence tunnel," and which wires need to be completed to solve the problem in the vi from the thread? Thanks, Mark
0 Kudos
Message 3 of 4
(3,186 Views)

Hi Mark,

I posted a reply to your question in this forum

Regards,
Hal L.
0 Kudos
Message 4 of 4
(3,168 Views)