Two InTouch application

LogicON

Member
Join Date
Apr 2008
Location
mayo
Posts
44
I have two InTouch 9.5 application. Is there a easy way(seamless to an operator) of jumping from one application to the other application?
 
Integrate

Why dont you integrate the two projects. Make it one and just add some addional navigation. I dont know if it is possible to do is seamlessly from the runtime.

Other option it to teach the operator to launch projects from Intouch.

R
 
If you were running ACP Thinclient, both could be running, then could switch (like alt-tab in windows).

Other than something like that, InTouch doesn't run two applications at once. You would have to shut down one, then start the other.

Best bet would be to combine the apps.
 
I have two validated systems which I want to access from the one PC. If I combine them I would have to re-validate the combined system.
I have seen this done using SCADA package “ignition” and though it was very useful.
 
You would most likely have to do some revalidation ... at a minimum some regression testing.

Another option could be to use something like VNC (or some other software that performs the same functionality), remote into two clients (one for each application), then do the Alt-Tab switching.
 
This works for me.
Scripted close of WindowViewer and batch file automatic startup of the second application.
a) In the InTouch installation directory C:\Program Files\Wonderware\InTouch right-click and select New->Text Document.
b) Give the text document the same name as your first application.
c) Open the text document and enter "ping -n X 127.0.0.1 > NUL" and "View "C:\path\to\your\intouch\app\"". X in this case is an integer of the number of pings you want to perform before Starting the specified InTouch application. I have tested X at around 20 which appears fine for a small application, I would recommend that you test this and change as appropriate for your system.
d) The ping item is used to delay running up the second application to allow first application to shutdown.
e) Save and exit editing the text file.
f) Change the file extension for this text file to .bat
g) Repeat the above steps to create a batch file for your second application.
h) In WindowMaker in your first application, add a button to a window with an action script animation.
i) On this script add use the WWControl function to close the application (see above).
j) On this script also use the WWDOSCommand function to run the batch file that starts the other application; WWDOSCommand("name of batch file", "INVISIBLE");
Conclusion: Using this method the operators will click the shutdown button in the active application and it will close, then after the delay specified in step c) later the second application will start.
 

Similar Topics

Currently we have a fat( I think that is what it is called) Intouch application. An application resolution of 3840x1080, and inside that 2x...
Replies
0
Views
90
I have a managed InTouch Application that I deployed changes to through Archestra IDE yesterday. The only changes I made was adding a solenoid...
Replies
3
Views
91
Good morning to all, I have the following issue, I installed everything of intouch including the patch, it is the 2023 version. The...
Replies
0
Views
330
I restore a galaxy in another machine via the cab backup, but when I deploy the project in the new station it seems that the text object and some...
Replies
2
Views
990
Can someone give a clear explanation of the IOSetAccessName for an Intouch Application Script? - Thanking everyone in advance. The setup is 1 No...
Replies
0
Views
1,157
Back
Top Bottom