04-01-2016 07:36 AM
Hello
I have created a VI which is communicating over opc to siemens plc,and is working fine.
now when i created an exe application and used it in another pc which has labview,it doesnt communicate.
perhaps i am missing something very basic,kindly guide me the proper way for it.
regards
Parmod Takkar
04-01-2016 07:39 AM
Did you install the necessary LV Runtime and drivers for the components of your application? If you're using OPC, are you using the DSC module? Have you installed/activated an appropriate DSC run-time license?
04-01-2016 07:41 AM
04-01-2016 07:43 AM
As the other PC has same component installed as the one in which application is developed,and it is woking in that PC,so i assumed nothing is required to be installed in other PC.if these are required to be installed,please let me know the procedure for it.
04-01-2016 07:45 AM
@mike porter...
I dont get any error message but the values of bound variables is not changing when i m running the exe.but when i run the exe in the same pc it works fine.
Regards
04-01-2016 07:47 AM
04-01-2016 08:03 AM
@mikeporter
Here is the code,its very basic ,the problem here is communication.
enjoy your coffee,will wait for the reply
Regards
04-01-2016 11:24 AM
I also tried creating installer but the same thing happenned.it workd in the same pc but when i try it on other one,no tag communicates.
Regards
Ptakkar
04-01-2016 11:44 AM - edited 04-01-2016 11:55 AM
Others with even more experience can check me here but, Building your exe to user\Desktop\ generally does not port well.
Set the destination to C:\<Company>\MyApp and see if that helps.
And in your installer remember to add a short-cut on the desktop
04-02-2016 02:54 AM
even tried that,made the application in C.nut it didn't help,still at the same ground 😞