LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Problem With DLL After creating Installer

Hi
I Have Developed to Test The CAN Hardware.
I am Using third party USB to CAN device (Phytec PCAN)
To communicate with PCAN device I have Used PCAN_USB.DLL
I have Tested My Code with the hardware. It Works Fine.
 
Then I Have Created EXE and Installer. and Install on the other system ( LabVIEW is not installed on that system). But it is not communication with the Hardware.
 
If I run the EXE on the system (where LabVIEW is installed) then EXE is communicating with the hardware.
 
Please guide me for the same. LabVIEW version - LabVIEW 2009
 
Please treats this on urgent Basis
Regards
Prabhakant Patil
Regards
Prabhakant Patil
0 Kudos
Message 1 of 9
(4,133 Views)

Hi Prabhakant,

 

It sounds like you need to ensure you have correctly added the right 'Additional Installers' when creating your installation file.

Try to make sure your appropriate Run-Time engine is checked, along with any other relevant additions.

 

Regards,

 

John McLaughlin
Academic Account Manager
National Instruments UK & Ireland
0 Kudos
Message 2 of 9
(4,123 Views)

Hi John

I have added Labview 2009 run time engine .

Please tell me is any othe run time engine is required for the same.

Coz it work on the pc where labview is installed, but it wont work on the pc where labview is not installed

 

Regards

Prabhakant Patil

Regards
Prabhakant Patil
0 Kudos
Message 3 of 9
(4,115 Views)

Hi Prabhakant,

Have you added DAQmx installer? This is what is needed in order to recognise your hardware.

Are there any other toolkits or additional functions you are implementing in your code?

Regards,

John McLaughlin
Academic Account Manager
National Instruments UK & Ireland
0 Kudos
Message 4 of 9
(4,112 Views)

Hi John

I dont think so that DAQmx installer is required. coz I am not using a NI hardware. its a third party hardware.

No other toolkit is used in the application

 

Regards

Prabhakant Patil

Regards
Prabhakant Patil
0 Kudos
Message 5 of 9
(4,103 Views)

Hi Prabhakant,

 

Have you got all of the correct drivers for your third party hardware installed on your other computer you wish to run it on?

This sounds like a driver issue.

Thanks,

John McLaughlin
Academic Account Manager
National Instruments UK & Ireland
0 Kudos
Message 6 of 9
(4,099 Views)

Hi John

I got the all correct driver of the device. even though there own software works.

 

Might be there is driver problem.

i trying to get letest driver of the CAN  Hardware.

If problem Resolve then I will Inform You

 

Regards

Prabhakant Patil

Software Engineer

Larsne & Toubro Limited (L & T) Mumbai India

Regards
Prabhakant Patil
0 Kudos
Message 7 of 9
(4,094 Views)

Hi Prabhakant Patil,

 

How are the errors handled in your application ?

 

I think this should be the first thing to have a look at. Just add to your VI an error indicator and you'll see what's happenning to your application.

 

Regards,

Da Helmut
Voir le profil de Maxime M. sur LinkedIn - View Maxime M.'s profile on LinkedIn
0 Kudos
Message 8 of 9
(4,087 Views)

Hi Maxime

I Have Added an Error Indicator. I am using Error handling state machine architecture.

And it is not showing any error.

 

I think I Have to Modify Driver.

Might be it will work

 

Regrads

Prabhakant

Regards
Prabhakant Patil
0 Kudos
Message 9 of 9
(4,080 Views)