ExternalHistorianEnable

ExternalHistorianEnable — enables or disables external historian connections.

Synopsis

(ExternalHistorianEnable labelPattern 0|1)
    

Arguments

labelPattern

A globbing pattern that matches all connections to be enabled or disabled, according to the matching rules in shell_match.

0|1

0 disables the connections, 1 enables them.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command enables or disables zero or more external historian connections. The labelPattern is compared to each configured historian connection label, and all connections matching the pattern are modified. The labelPattern is a globbing pattern, not a regular expression. The pattern of asterisk character ( * ) matches all connections. See the matching rules in shell_match for the globbing pattern rules. If the second argument is 0, all matching connections are disabled, otherwise the connections are enabled.