LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waht are the minimum requirements to runt he application?

Dear All,
 
                  I want to know that, what are the minimum requiremetns to run the application, with the Modbus implemented and communicating to the device through the COM port, on the PCs where LV is installed, this application is running but on those PCs, on which only LV run time Engine is installed, this application is not opening the COM port atleast, so please suggst me something.
 
Thanks,
Nishant
Message 1 of 5
(2,913 Views)
If I understand you correctly, you have build an executable. Do you remember if you checked the "serial port support" box in the Advanced Installer settings ?
Chilly Charly    (aka CC)
Message 2 of 5
(2,900 Views)

Thanks, CC

           Ya that was the case why i was unable to do what i required, and i ve tried that way and it was working, but can you tell me that, without building installer, it isn't possible? bcoz building an installer is time taking also for the small application.

Thanks,

Nishant

Message 3 of 5
(2,898 Views)

Hi Nishant

If You are planning o run the application on the same PC on which you have tested the Source Code then You dont Need to create installer (Provided you are not going to uninstall the LabVIEW and other toolkits installed for development)

but if you are planning to deploy your application to other users then you must create an installer.

Installer ensures that all the compnents required by your application are present on the system where you are deploying your application.

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 4 of 5
(2,886 Views)

I have two (or more) build scripts for my bigger applications.

One to create an installer version

One to just create the exe

If the runtime(s) and the drivers are installed once on a system, all that needs to be replaced are the changed files. In my case the exe.  (Objects thats needs to be registered to the system (DLL...) need more work )

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 5 of 5
(2,879 Views)