03-30-2016 02:56 PM
I have installed a program (.exe) that was made on Labview2010 for an instrument on a Windows 10 operating system. Does the operation system matter? what can i do to make it run properly?
03-30-2016 03:00 PM - edited 03-30-2016 03:16 PM
(LabVIEW 2010 is probably not officially supported under windows 10, but it should work unless you do some weird things)
03-30-2016 03:41 PM
I have a installer executable that is used to read temperatures for thermoprobes from a TL2 that was done in Labview2010. it works in Windows 7 OS ,but not in Windows 10 OS
The program should just show the temperature reading on channel 1 and channel 2.(Dual Channel)
What I mean by "not working properly?
The program opens and connects but doesnt pick up temperature readings from the instrument.
A Datasocket Server is involved for the transfer in data from the TL2 but seems not to connect with the two Processes: temperature channels
Do i need to install Labview Runtime engine for an executable file that is meant to work with the instrument?
Do you think is the Datasocket that may be interupting?
Do you think i should get the built project labview files for that instrument and open it in labview 2015?
I was under the assumption that the TL2 probe driver (exe) that was builted was working properly but it just now working in Windows10.
I am pretty new with this Labview and i really appreciate your input.
I will try to install Labview runtime
03-30-2016 03:45 PM
If the program opens, you don't need to worry abou the runtime engine.
Where is the datasocket server running?
Does it work if you run the program as administrator (right-click...run as administrator).
03-30-2016 03:48 PM
Yes
03-30-2016 03:56 PM
Yes to what question?
03-30-2016 04:01 PM
The datasocket server in running in the background.
This is an example how the program should be running
My problem is the channel 1 and channel 2 temp reading dont show on another computer running in windows 10 OS.
I am trying to find out if its a compability issue or program issue?
03-30-2016 04:03 PM
yes it works if you run the program as administrator,but it still doesnt read the temp reading
03-30-2016 06:07 PM
DataSockets are REALY old technology. I would not be surprised one bit if Windows 10 is blocking them or changed something so that they do not work anymore. I would actually recommend you rewrite your code to use Network Published Shared Variables or UDP to share your data.
03-31-2016 08:53 AM
Thank you that gives me a sense of direction to work on thank you