2420 - End intervention

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2420 - End intervention

2420 - End intervention

Event

Extension action set

Description

EXT_2420_1_Before

Will be executed before MSS terminates an intervention;

EXT_2420_2_Replace

Will replace MSS change state code, can be used also to create validations before MSS changes the state of the service using the output parameter outRunMSSCode;

EXT_2420_3_After

Will be executed after MSS changes the state of the service;

Before

Input Parameters

  • inServiceExercise – Exercise of the service (SITEXR);

  • inServiceSeries – Serie of the service (SITSER);

  • inServiceNumber – Number of the service (SITNDC);

  • inInterventionLine – Line number of intervention (SITLIN); inEquipmentLine – Line number of equipment (SITLEQ);

Replace

Input Parameters

  • inServiceExercise – Exercise of the service (SITEXR);

  • inServiceSeries – Serie of the service (SITSER);

  • inServiceNumber – Number of the service (SITNDC);

  • inInterventionLine – Line number of intervention (SITLIN); inEquipmentLine – Line number of equipment (SITLEQ);

Output Parameters

  • outRunMSSCode – when replacing MSS module must return 0(zero), if working as validations can return 1 so MSS opens the Service, 0 to ignore MSS code or -1 to abort the operation;

After

Input Parameters

  • inServiceExercise – Exercise of the service (SITEXR);

  • inServiceSeries – Serie of the service (SITSER);

  • inServiceNumber – Number of the service (SITNDC);

  • inInterventionLine – Line number of intervention (SITLIN);

  • inEquipmentLine – Line number of equipment (SITLEQ);

Last updated