08-02-2019 07:09 AM
Hello Team, I am building an application using ‘TrioPC’ active controller to connect to Trio Motion Controller. I have created an executable using application builder and trying to run it on another application where I have installed the setup which was build through ‘Application Builder’. Issue – Exe does not open the connection and does not read values from Trio Controller on new machine. But when I run same exe in my machine (on which i have developer edition is installed), it opens up the connection and retrieves the data from controller. Executable runs successfully on my machine but not on different machine. Please help me guide if I am missing anything while building executable. Or anything else I need to take care of. LV version I am using is – LV17.
Thank you.
Sandeep
Solved! Go to Solution.
08-02-2019 07:48 AM
This would be a stupid question, but have you installed the run time engine in the other machine where exe failed? If the code is fine then it should work. Try re installing the run time engine otherwise.
08-02-2019 07:54 AM
Yes Kevinks, RTE - 17 is installed.I even tried installed it through 'Installer' as well but no luck.
08-02-2019 08:01 AM
Can the other machine detect the controller? What about the drivers or ports or labview drivers or such simple stuff? Mostly we tend to forget those. If none of it works try building an exe with an error indicator, with proper error handling, you might get some information that can help.
08-04-2019 01:24 AM
Hello All,
I found the solution, there was one set up ("TrioPCMotion") of Trio Controller was missing on other computer. I am able to read values post set up installation.
Thank you Kevinks, GerdW for the help. Appreciate it.