06-22-2016 07:33 AM - edited 06-22-2016 07:37 AM
Hi,
Perhaps it's a simple question. But I've just begun using labview...
I have a project in which there a library named mymodbus.lvlib. In the lvlib file I've declared a I/O server (modbus master) with 3 shared variable. Also I've enabled logging for all 3 variable and in the properties of mymodbus.lvlib->DCS Settings : Database, I've enabled Data Logging and my database path is C:\Program Files (x86)\National Instruments\LabVIEW 2011\data.
In my development enviroment, my project works well. But, I could'nt make an installer or an executable that run on target PC which has not Labview installed. My question is how should I define the Citadel database and My library that finally works on target PC.
I've attached screenshots of:
Any help whould be appreciated.
06-22-2016 07:50 AM
@ahmad807 wrote:Hi,
Perhaps it's a simple question. But I've just begun using labview...
I have a project in which there a library named mymodbus.lvlib. In the lvlib file I've declared a I/O server (modbus master) with 3 shared variable. Also I've enabled logging for all 3 variable and in the properties of mymodbus.lvlib->DCS Settings : Database, I've enabled Data Logging and my database path is C:\Program Files (x86)\National Instruments\LabVIEW 2011\data.
In my development enviroment, my project works well. But, I could'nt make an installer or an executable that run on target PC which has not Labview installed. My question is how should I define the Citadel database and My library that finally works on target PC.
I've attached screenshots of:
- Project Explorer
- modbus.lvlib properties
- vi file
Any help whould be appreciated.
Problem during building Installer or making the installer to work in Target PC
06-22-2016 07:54 AM - edited 06-22-2016 07:56 AM
I want an application that runs on target PC. Suppose that my target PC runs a fresh windows and have not labview installed.
Actually my executable file runs on my develoment PC and I do not have problem with it. All I want to know is how to run the application on target PC.
06-22-2016 08:16 AM
Make sure You are Adding all the Tool kit and Third party Drivers and Necessary Library Files along with Additional Installers, While Creating Installer
06-23-2016 11:02 AM
If you are building an executable that uses elements from the DSC module, you will also need the LabVIEW DSC Run-Time System Deployment License. Without this license, DSC-related elements of an executable will not work properly.
Daniel V.
Applications Engineer
06-23-2016 08:34 PM
Adding onto that, the license is per PC so hopefully you're not planning to deploy this to a large number of machines.