02-13-2015 06:39 AM
i am working on Labview 2014. i need to confirm that does the exe created in labview2014, RUN properly on windows based HMI.??
if yes then is there any specific tool kit required for that??? in that exe i am going to work on serial data transfer.
currently its working on Windows XP/7 properly.
02-13-2015 07:23 AM
If the HMI is running Windows, then you shouldn't have any issues other than possible driver issues. Dealing with serial ports, I doubt you should have those kinds of issues.
02-14-2015 03:10 PM
To get your LabVIEW Executable to run on another Windows PC, you'll need to download and install the LabVIEW Run Time Engine for LabVIEW 2014 on the other PC.
Bob Schor
02-14-2015 07:45 PM - edited 02-14-2015 07:46 PM
@**bleep**design wrote:
i am working on Labview 2014. i need to confirm that does the exe created in labview2014, RUN properly on windows based HMI.??
if yes then is there any specific tool kit required for that??? in that exe i am going to work on serial data transfer.
currently its working on Windows XP/7 properly.
One caveat though. When you say Windwos HMI do you mean a Windows x86/64 based machine (aka Windows 7, 8, 8.1) or any Windows platform such as Windows Phone and Windows RT?
For standard PCs it will indeed run on Windows machines, if the executable was also created with LabVIEW for Windows. On those other platforms it will definitely not run since they are Windows by name but completely different beasts in reality.
02-14-2015 08:20 PM