Users Guide

Model: <Model Name>
ReturnValue: 0
SetResult: 0
Tag: <Service Tag>
PSComputerName:
SetAllPinModes
This method is used for setting the mode value of all pins.
For Embedded Box PC 3000, this method takes 6-bit mode value as an input for which the user sets the mode, where 0
th
bit
represents mode for pin 0 (P
00
if port 0 or P
10
if port 1) and so on.
Dell Command | Monitor CIM Commands are:
To set mode as "Input" for all pins of Port "1" that is P
10
to P
15
on Embedded Box PC 3000, run the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
SetAllPinModes -Arguments @{Port=1; Mode=63}
Command Output:
ComputerName: <Computer Name>
Model: <Model Name>
ReturnValue: 0
SetResult: 0
Tag: <Service Tag>
PSComputerName:
GetPinCount
This method returns the total number of input and output pins.
Dell Command | Monitor CIM Commands is:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
GetPinCount
DCIM_Smart Attribute
For reading the smart attribute value, run the following commands:
For example:
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo | Format-Table
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '< Attribute ID Value >'
For setting up the custom threshold values, run the following commands:
For example:
24
Using Dell Command | Monitor 10.1.0