Intouch Window Viewer Automatic Startup

marwan_13

Member
Join Date
Sep 2006
Location
Amman-Jordan
Posts
28
Dear All,

How I can set up the start up of window viwer automatically when windows started. Please not that I am using Archestra IDE to run my Intouch.

Regards,

Marwan
 
Make a Batch File and put that in startup

Hello Marwan,

If you make a new notepad text file and save it as a .BAT file you can put whatever command prompt commands in there to call you program and load the application with parameters.

Code:
@echo off
cd "C:\Users\Operator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
start AlarmPrinter.lnk
exit

Where alarm printer shortcut looked like this

Code:
"C:\Program Files (x86)\Wonderware\InTouch\almprt.exe" -q "C:\InTouch\alarm.ALC"

Just loading AlarmPrinter.lnk in the startup folder was not enough, so I had to use a batch file to load it. The batch file was directly put into the startup folder.
 

Similar Topics

Hi Guys, How can I run full screen on wonder ware Intouch window viewer?
Replies
4
Views
5,687
Dear All. I am using InTouch Window Maker Version 7.1.. My All Alarms are appearing in Italian Language in Window Viewer. I want all Alarms in...
Replies
1
Views
4,675
Hello, since i am starting using intouch, i need some help Actually i want to make in intouch a String input field. The operator has to insert a...
Replies
1
Views
307
Hi guys. I am using Intouch Wonderware. Does anyone know how to enlarge the AlarmViewerCtrl properties window? In my case it is cut off as in the...
Replies
11
Views
1,448
Hi there, Been working adding new pages and features to an existing SCADA and have encountered a strange error when it comes to the sizing of...
Replies
1
Views
1,557
Back
Top Bottom