ANASEN: Difference between revisions
Jump to navigation
Jump to search
(→SNMP) |
|||
Line 1: | Line 1: | ||
= HV supply = | = HV supply = | ||
The Iseg HV modules are using Mpod crate. A Mpod-C (controller) is used to control the HV module. | |||
The Mpod-C can be controlled via ethernet, USB, or CAN. For the ethernet, it requires an IP. | |||
== IP == | == IP == | ||
Line 6: | Line 10: | ||
== Iseg HV with Wiener Mpod == | == Iseg HV with Wiener Mpod == | ||
to control the Mpod-C via USB (say, setting up the IP), in Windows, install the MUSEController. | to control the Mpod-C via USB (say, setting up the IP), in Windows, install the MUSEController. |
Revision as of 17:50, 11 July 2022
HV supply
The Iseg HV modules are using Mpod crate. A Mpod-C (controller) is used to control the HV module.
The Mpod-C can be controlled via ethernet, USB, or CAN. For the ethernet, it requires an IP.
IP
128.186.111.101
Iseg HV with Wiener Mpod
to control the Mpod-C via USB (say, setting up the IP), in Windows, install the MUSEController.
SNMP
in linux, install snmp
sudo apt install snmp
copy the WIENER-CRATE-MIB.txt into /usr/share/snmp/mibs/
example syntax
~>snmpget -v 2c -m +WIENER-CRATE-MIB -c guru 128.186.111.101 outputMeasurementSenseVoltage.u1 WIENER-CRATE-MIB::outputMeasurementSenseVoltage.u1 = Opaque: Float: 0.000000 V
~>snmpset -v 2c -m +WIENER-CRATE-MIB -c guru 128.186.111.101 outputVoltage.u0 F 0.0 WIENER-CRATE-MIB::outputVoltage.u0 = Opaque: Float: 0.000000 V