1. In pmbus_topology.h
#define VOUT_0 (6144)
#define VOUT_OV_FAULT_LIMIT (7168)
#define VOUT_OV_WARN_LIMIT (6656)
#define VOUT_UV_FAULT_LIMIT (1536)
#define VOUT_UV_WARN_LIMIT (5632)
What are the numbers 6144, 7168, 6656, 1536, 5632?
2. If I want to change the converter setting such as output voltage 12V, but don't use the GUI
how can I do?
In pmbus_topology.h line 183 => #define VOUT_0 (6144) ?
In system_defines.h line 61 => #define VOUT (12.0) ?
3.Where is the DAC setting of VO 12V
If the resistor divider is modified (549ohm//549ohm//549ohm+10kohm+1kohm), how can I set the VO to 12V?