Users Guide

ReadAllPins
This method is used for Reading the value of all pins. For Embedded Box PC 5000, this method returns the 8-bit pin value where 0
th
bit
represents the value for pin 0 (GPI0) and so on.
For Embedded Box PC 3000, this method returns 6-bit pin value for the port number, where 0
th
bit represents the value for pin 0 (P
00
if port 0 or P
10
if port 1) and so on.
Dell Command | Monitor CIM Commands are:
To read value of all pins GPI0 to GPI7 on Embedded Box PC 5000, run the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
ReadAllPins
To read value of all pins of Port 1 means P
10
to P
15
on Embedded Box PC 3000, run the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
ReadAllPins -Arguments @{Port=1}
Command Output:
ComputerName: <Computer Name>
Model: <Model Name>
ReturnValue: 0
SetResult: 0
Tag: <Service Tag>
Value: <value>
PSComputerName:
ReadAllPins
This method is used for Reading the value of all pins. For Embedded Box PC 5000, this method returns the 8-bit pin value where 0
th
bit
represents the value for pin 0 (GPI0) and so on.
For Embedded Box PC 3000, this method returns 6-bit pin value for the port number, where 0
th
bit represents the value for pin 0 (P
00
if port 0 or P
10
if port 1) and so on.
Dell Command | Monitor CIM Commands are:
To read value of all pins GPI0 to GPI7 on Embedded Box PC 5000, run the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
ReadAllPins
To read value of all pins of Port "1" means P
10
to P
15
on Embedded Box PC 3000, run the following command:
Invoke-CimMethod -Namespace root\dcim\sysman -ClassName DCIM_GPIOService -MethodName
ReadAllPins -Arguments @{Port=1}
Command Output:
ComputerName: <Computer Name>
Using Dell Command | Monitor 10.1.0
21