Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Starting and terminating IMON-SIC

&pagelevel(3)&pagelevel

Starting IMON-SIC

The command for calling IMON-SIC is START-IMON-SIC. .

START-IMON-SIC                                                      Alias: IMON-SIC

VERSION = *STD / <product-version>

,MONJV = *NONE / <filename 1..54 without-gen-vers>

,CPU-LIMIT = *JOB-REST / <integer 1..32767 seconds>

,INPUT- INTERFACE = *STD / *SDF

VERSION =
Use the selected version of IMON-SIC.

VERSION = *STD

Use the version selected with the SELECT-PRODUCT-VERSION command as the standard version. If no version was set, IMON-SIC will be loaded with the highest available version.

VERSION = <product-version>
Explicit specification of the version in the format mm.n[a[so]], e.g. 3.4 or 3.4A or 3.4A00.

MONJV =
A job variable for monitoring the IMON-SIC session.

MONJV = *NONE
No job variable.

MONJV = <filename 1..54 without-gen-vers>
Explicit specification of the job variables for monitoring the IMON-SIC session.

CPU-LIMIT =
Maximum CPU time in seconds allowed for the program at runtime.

CPU-LIMIT = *JOB-REST
Use the remaining CPU time for the task.

CPU-LIMIT = <integer 1..32767 seconds >
The maximum time to be used.

INPUT-INTERFACE =
Specifies with which interface IMON-SIC will be started.

INPUT-INTERFACE = *STD
In dialog mode, IMON-SIC is started with the menu interface.
In procedure or batch mode, IMON-SIC is started with the SDF interface.

INPUT-INTERFACE = *SDF
IMON-SIC is started with the SDF interface.

Command return code

(SC2)        SC1

Maincode

Meaning/Guaranteed messages

0

1

32

32

64

CMD0001

CMD0202

CMD0221

IMO9101

IMO9100

Command executed successfully

Syntax error

Command terminated abnormally. System error

Command terminated abnormally. Internal error in IMON-GPN

Command not executed. Installation unit, version or logical name not found, etc.; the exact cause can be taken from the SYSOUT message.

Note

When the program terminates, the monitoring job variable can assume the following values:

Status display

(byte 0 - 2)

Return code

(byte 3 - 7)

Meaning

$T' '

0000

No error

$T' '

1010

Statement or function rejected, program is resumed.

$A' '

2010

Statement or function rejected, program is aborted, Spin-off takes place.

$A' '

2015

Unexpected EOF on SYSDTA.

$A' '

3020

Internal inconsistency.

Terminating IMON-SIC

IMON-SIC is terminated differently depending on which interface was set:

  • IMON-SIC is terminated with the [F3] key in the menu interface.

  • When the SDF interface was specified, IMON-SIC is terminated with the END statement.