Cicode Programming Reference > Cicode Function Categories > Sequence of Events Functions > SOEMount

SOEMount

Use this function to mount an archive volume. Archived data from the volume can be displayed on the Alarm Summary and Sequence of events page. To use this function you will need to log in with a role (e.g.Engineer) who has full privilege (privilege 1..8).

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT SOEMount(STRING sPath [, STRING ClusterName])

sClusterName:

Optional cluster on which to perform mounting operation. If not specified, the operation will be performed on all clusters.

Note: Check the archive output is mounted on the correct cluster. If the archive output is mounted on the wrong cluster, the incorrect data may be presented for user.

Return Value

0 (zero) if successful, otherwise an error code is returned.

Examples

SOEMount(<path>, <ClusterName>) <-- Mounting specific Cluster of SOE and Summary Data from a specific location

SOEMount(<path>) <-- Mounting all Clusters of SOE and Summary Data from a specific location

See Also

SOE Functions

Published June 2018