5 start-monitor, Table 5-19, Start-monitor – Artesyn ViewCheck on ATCA-7470/7475 Installation and Use (May 2014) User Manual

Page 74: Commands execution

Advertising
background image

Commands Execution

ViewCheck on ATCA-7470/7475 Installation and Use (6806800S49C)

74

5.4.5

start-monitor

start-monitor

command allows you to trigger a specific monitor to start monitoring if it

is not already initiated by default.

Syntax for CLI
start-monitor monitorId <Monitor ID> deviceInstance <Dev Instance>

Syntax for XML
<Script>

<InvokeMethod>

<Object>

<Class>deviceCategory</Class>

<Name>vee0-{Dev Cat}</Name>

</Object>

<Method>startMonitor</Method>

<Argument>

<Name>deviceInstance</Name>

<Value>Dev Instance</Value>

</Argument>

<Argument>

<Name>monitorId</Name>

<Value>Monitor ID</Value>

</Argument>

</InvokeMethod>

</Script>]]>]]>

The following table provides the Start-monitor command arguments.

Table 5-19 start-monitor

Argument

Data Type

Description

Monitor ID

Integer

Type the unique ID of the Monitor that you want to start

Dev Instance

Enum

Use list-device-instances CLI command to get the
equivalent enumerated value of supported Device
Instance

Advertising