InTouch SysBeep Script Function

SysBeep is a 32-bit script function designed for Wonderware® InTouch,™ 6.0 and later. When called, the SysBeep function invokes the default beep as it is defined in the Windows NT Control Panel. SysBeep requires no input parameters and has no return value. It does not require a sound card or additio[……]

Read more

Show elapsed time on intouch

Assume we got an integer number that means the seconds count, and we need to show it as the time period on intouch, such as the PLC communication lost period.

Here is some steps you shoud do.

Tagnames:
In the tagname dictory ,we should define some tags:
tSecondCounts        //Define as I/O integer[……]

Read more

WWField Script Function Library

The WWField script functions can write directly to InTouch’s tagname dictionary file. Click the appropriate link below to download the WWField script function library:

Note: When a WWField script function executes, it will not generate any type of data change event. However, once a tagname field is[……]

Read more

RandInt InTouch Script Function

RandInt is a 32-bit script function designed for InTouch, Version 6.0 and later, running on Windows NT 4.0. When called, RandInt returns a random integer that falls within the range of the two passed in parameters.

  • Each of the parameters must be between 0 and 32000 inclusive.
  • The first parameter[……]

    Read more