Users Guide

ComputerName: <Computer Name>
Mode: 1
Model: <Model Name>
ReturnValue: 0
SetResult: 0
Tag: <Service Tag>
PSComputerName:
SetPinMode
This method is used for setting the mode of a pin. Mode can be either Input (1) or Output (0).
NOTE: This method is supported only on Embedded Box PC 3000.
Dell Command | Monitor CIM Commands are:
To Set the mode of P
04
as "Output" on Embedded Box PC 3000, run the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
SetPinMode -Arguments @{Port=0; PinIndex=4; Mode=0}
Command Output:
ComputerName: <Computer Name>
Model: <Model Name>
ReturnValue: 0
SetResult: 0
Tag: <Service Tag>
PSComputerName:
GetAllPinModes
This method is used for getting the mode of all pins.
For Embedded Box PC 3000, this method returns 6-bit mode value for the port number given where 0
th
bit represents mode for pin 0
(P
00
if port 0 or P
10
if port 1) and so on.
NOTE
: This method is supported only on Embedded Box PC 3000.
Dell Command | Monitor CIM Commands are:
To get mode of all pins of Port "1" means P
10
to P
15
on Embedded Box PC 3000, runt the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
GetAllPinModes -Arguments @{Port=1}
Command Output:
ComputerName: <Computer Name>
Mode: <Mode Value>
Using Dell Command | Monitor 10.1.0
23