Wiener PL512 Technical Manual page 32

Modular power supply system
Hide thumbs Also See for PL512:
Table of Contents

Advertisement

snmpset -v 2c - path -m +WIENER-CRATE-MIB -c COMMUNITY $ip sysMainSwitch.0 i 1
Depending on the device type the community may be "public" for reading or "private" / "guru" for
write calls. In case the wrong community code is used a "not writable" error message will be
received.
Example:
snmpset -v 2c -m +WIENER-CRATE-MIB -c private 192.168.92.85 sysMainSwitch.0 i 1
WIENER-CRATE-MIB::sysMainSwitch.0 = INTEGER: on(1)
Most of the parameters for snmpset are the same as snmpget, the new parameters are highlighted
below.
i: Since sysMainSwitch.0 is an integer value, we specify the value to be an integer with.
1: This is the value we wish to write. In this case we write 'one' to set the main switch to on.
For most of the write commands (snmpset) the access type has to be changed from public to guru.
A complete list of value names that can be written or read via SNMP can be found in the WIENER-
CRATE-MIB file with detailed description but commonly needed values are:
Value Name
outputVoltage
outputCurrent
outputMeasurementSenseVoltage
outputSwitch
outputStatus
outputMeasurementTerminalVoltag
e
outputMeasurementCurrent
outputMeasurementTemperature
outputVoltageRiseRate
outputVoltageFallRate
outputRegulationMode
For example, to read channel set voltage use:
snmpget -Oqv -v 2c -M $path -m +WIENER-CRATE-MIB -c guru $ip outputVoltage.index
Example:
snmpget -v 2c -m +WIENER-CRATE-MIB -c public 192.168.92.85 outputVoltage.001
WIENER-CRATE-MIB::outputVoltage.u0 = Opaque: Float: 3.299805 V
Write and read individual set voltages, "guru" access needed to write!
snmpset -v 2c -m +WIENER-CRATE-MIB -c guru 192.168.92.85 outputVoltage.001 F 4.0
WIENER-CRATE-MIB::outputVoltage.u0 = Opaque: Float: 4.000000 V
Note the "F" before the 4.0, this indicates that the value is a floating point number.
The individual channels of PL506 and PL512 power supply can be turned on and off. To turn on
channel Ux:
snmpset -Oqv -v 2c -M $path -m +WIENER-CRATE-MIB -c guru $ip outputSwitch.index i 1
28. May 2013
Type
Access
Comments
Float
R/W
The Channel set Voltage
Float
R/W
The channel current limit
Float
R
Actual
mesaured at sense line
Integer R/W
Turns channel ON/OFF
Bits
R
Channel Status information
Float
R
Actual
measured at terminal
Float
R
Actual channel current
Integer R
Temperature
module/channel
Float
R/W
Channel ramp up rate
Float
R/W
Channel ramp down rate
Integer R/W
Fast,
regulation
27
channel
Voltage
channel
Voltage
on
power
moderate
or
slow
*00679.A4

Hide quick links:

Advertisement

Table of Contents
loading

Related Products for Wiener PL512

This manual is also suitable for:

Pl506

Table of Contents