kabpc_updated_doc
    Preparing search index...

    Enumeration UpdateStepHandler

    Index

    Enumeration Members

    ACU_CONFIG: "acu_config_v1"

    Updated will download ACU config file from URL and set it on ACU.

    DUMMY_FAILURE_C: "dummy_internal_failure_v1"

    Do nothing and fail using internal C implementation.

    DUMMY_FAILURE_LUA: "dummy_failure_v1"

    Do nothing and fail using lua implementation.

    DUMMY_SUCCESS_C: "dummy_internal_success_v1"

    Do nothing and succeed using internal C implementation.

    DUMMY_SUCCESS_LUA: "dummy_success_v1"

    Do nothing and succeed using lua implementation.

    FILE_BACKUP: "backup_file_v1"

    Upload file specified in name according to Manifest file from KAB-PC to url. Properties can hold optional component UpdateComponent to specify which Manifest file to use. Default to ION Manifest file.

    FILE_RESTORE: "restore_file_v1"

    Download file from url to KAB-PC. Save as name to path specified in Manifest. Properties can hold optional component UpdateComponent to specify which Manifest file to use. Default to ION Manifest file.

    ION_CONFIG: "kabpc_ion_config_v1"

    Upload ION config to KAB-PC and restart ION.

    ION_HMI: "kabpc_hmi_v1"

    Update KAB-PC HMI (iontools).

    ION_LAYOUT: "kabpc_ion_layout_v1"

    Upload ION layout to KAB-PC and restart ION.

    ION_PROGRAM: "kabpc_ion_program_v1"

    Upload ION program to KAB-PC and restart ION.

    KABPC_SWU: "kabpc_swu_v1"

    Updated will download SWU file from url and execute it.

    KABSAFE_NONSAFE_FLASH: "kabsafe_nonsafe_flash_v1"

    Flash KAB-SAFE nonsafe part.

    KABSAFE_UPDATE: "kab_safe_update_v1"

    Perform OPC-UA based KAB-SAFE update. A Zipped KAB-SAFE firmware image needs to be present in the url parameter.

    The properties object can contain:

    • an optional commissioningFile that contains the file name of the commissioning file. It usually ends with an extension ".sfopt", for example:

      ...
      "properties": { "commissioningFile": "KABSAFE_1171.sfopt" }
      ...
    • an optional multiKabSafeNumber that contains the multi KAB-SAFE number. Can be omitted in mono KAB-SAFE systems. Example:

      ...
      "properties": { "multiKabSafeNumber": 1 }
      ...

    The successful update will take approx. 15 minutes.

    T80_CONFIG: "t80_config_v1"

    Updated will download file from URL and save them in location which is served with HTTP for T80 screen to reach. If file has .zip extension updated will attempt to extract it. Optional reboot boolean in parameters can be specified to not trigger T80 to update.

    T80_UPDATE: "t80_update_v1"

    Updated will download file from URL and save them in location which is served with HTTP for T80 screen to reach. If file has .zip extension updated will attempt to extract it. Optional reboot boolean in parameters can be specified to not trigger T80 to update.