07-12-2016 04:50 AM
I developed an application using a 9232 module in a 9191 chassis (Ethernet connection)
The software works on my laptop (development station), it’s also works on aother laptop with LabVIEW.
I need to know what needs to be installed on laptop without LabVIEW (no development station)
Thanks
Shimon Zerbib
Software Design Engineer | Test & Measurement
Web: www.checkbench.co.il
Email: shimon.zerbib@checkbench.co.il
Mobile: (+972) 54 20 52 337
07-13-2016 10:14 AM
Hello CheckBenchLTD, How are you doing?
When trying to run and executable on a computer that doesn´t have LabVIEW you need to create an Installer that includes The LabVIEW runtime environment and all additional runtime enviroments that you vill be using on your application (VISA or Shared Variable Engine for example) as well, make sure you have installed or the drivers that you need on the non development computer. DAQmx for example.