Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page FAILOVER Failover service  EVENT_VIEWER Event Viewer Next page


The OPERATORPROTOCOL object corresponds to the Operator protocol system object.

Find events from the OPERATORPROTOCOL object in the table. Procedures are started when the corresponding event occurs.

EventEvent descriptionEvent parameters
ACTIVATE_LEFTOperator left-clicked the event cell in the Operator protocol
ACTIVATE_RIGHTOperator right-clicked the event cell in the Operator protocol
POSTPONE_PRESSEDOperator clicked the Delay button
CREATE_REPORTOperator clicked the Create button on the Create report tabThe user_id<> parameter contains the user ID. The initial_date<> and final_date<> parameters specify the initial and final dates selected in the interface
RESPONSE_ALARMOperator clicked the Alarm situation buttonobjtype<>—Object type
objid<>—Object ID
action<>Name of the event in the database
alarm_time<>Time when the alarm occurred 


RESPONSE_SUSPECTOperator clicked the Suspicious situation button
RESPONSE_FALSEOperator clicked the False alarm button
ACTIVATE_EVENTFocusing on the event: click the event in the interface or jump to the required event using the keyboard

The list of commands and parameters for the OPERATORPROTOCOL object is given in the table.

Command—command description

Parameters

Parameter description

DEL_ALARM—delete an alarm

objtype<>

Object type (for example, CAM, GRELE, and so on)

objid<>

Object ID

options<>

Possible values:

  • firstdelete first alarm
  • lastdelete last alarm
  • all or blankdelete all alarms

HIDE_BUTTON – hide the buttons used to assign status to an event


    

button<>

Names of the buttons separated by comma:

  • alarmAlarm situation
  • suspiciousSuspicious situation
  • falseFalse alarm

Example of setting a parameter:

button<alarm,suspicious,false>

hide<>

1hide the buttons listed in the button parameter

0show the buttons listed in the button parameter

objtype<>

Object type

objaction<>

Event type

objid<>

Object ID

  • No labels