|
Issue: Undeploying an Application Server 3.0 Platform from a PC
|
Issue:
Sometimes due to network issues or interrupted platform deployments, application corruptions can occur causing the deployed platform to be unrecoverable.
Error Messages:
Different platform has already been deployed on the target machine.
A platform with the same platform id, same host address has already been deployed.
Resolution:
1.Delete the registry folders and containing keys from the following location using the ’regedit’ application.
HKEY_LOCAL_MACHNE\SOFTWARE\Arc...
|
|
|
Published
21 June 2010
|
Author
scadadev.com
|
Views
274
|
|
|
|
How to: shutdown/restart Windows from an InTouch application
|
To shutdown or restart Windows from an InTouch application, a windows command will need to be executed within an InTouch script, using the “StartApp” script function.
Paste one of the following lines of code within an InTouch script event:
To shutdown Windows use the following code:
StartApp "SHUTDOWN -s";
To shutdown and restart Windows use the following code:
StartApp "SHUTDOWN -r";
|
|
|
Published
13 May 2010
|
Author
scadadev.com
|
Views
557
|
|
|
|
Issue: Application cannot be edited on InTouch Window Maker start up.
|
Issue:
Error message: The application cannot be edited. Process “WindowMaker” on Computer “ComputerName” is editing the application.
If an InTouch application folder is copied while being open within WindowMaker for editing it will contain an application editing file which specifies which computer it is being edited with. The content of this file has the editing computer name stored within it, and if different (i.e. the application has been copied to a different PC with a different name a...
|
|
|
Published
13 May 2010
|
Author
scadadev.com
|
Views
647
|
|
|
|
How to: Resolving slow tag address updates within InTouch
|
For various reasons reading address values from PLC’s within InTouch (or any other SCADA application for that matter!) can be fairly slow unless configured correctly to ensure all connected devices respond quickly to I/O changes.
With InTouch SCADA and an Omron PLC as an example, the following adjustments can be made to increase the update rates of Tag values.
1. PLC: Depending on the PLC used most PLC’s assign a certain amount of time within processing cycle for secondary peripheral devi...
|
|
|
Published
13 May 2010
|
Author
scadadev.com
|
Views
708
|
|
|