Micromaster P700: Configuring Manual/Profibus Control

David Krause2 min read
Application NoteProfibusSiemens
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

The required design has two operating paths: manual speed reference from a potentiometer and automatic pressure control using a SCADA setpoint over PROFIBUS. The available evidence identifies P700 as the command-source parameter under consideration, but it does not establish the correct P700 setting, the exact MICROMASTER model, or whether value 6 switches both commands and references. Do not assign P700 from this information alone.

Separate the Command and Reference Decisions

Treat run/stop control and speed reference selection as separate requirements. In automatic mode, the pressure sensor feeds the PID, SCADA supplies the pressure setpoint, and the resulting motor-frequency command reaches the drive through PROFIBUS. In manual mode, the drive must use the local potentiometer as its speed reference.

Mode Reference path Required result
Manual Potentiometer connected to the drive Motor frequency follows the potentiometer without depending on the PLC
Automatic Pressure PID and PROFIBUS Motor frequency follows the automatic control output

Evaluate the PLC-Based Alternative

One proposed arrangement connects the potentiometer to the PLC, applies its value to the PID manual input, and asserts MAN_ON=true. The PID then passes the manual value toward the drive. This provides a simple software selection between manual and automatic operation.

That arrangement does not meet the stated fallback requirement: a PLC failure would remove the manual potentiometer path. Use it only if manual operation is allowed to depend on the PLC.

Configure and Verify the Drive-Level Changeover

Because the evidence does not identify the MICROMASTER model or its complete parameter set, the exact changeover configuration cannot be specified safely. Verify in the applicable Siemens manual whether P700 selects only the command source or also affects the frequency-reference source; the reported concern that P700=6 ignores the potentiometer is not confirmed by the evidence.

  1. Record the exact MICROMASTER model and existing command and frequency-reference configuration.
  2. Confirm that manual mode selects the drive-connected potentiometer while automatic mode selects the PROFIBUS reference.
  3. Test manual operation with PLC communication unavailable; the drive must still respond to the potentiometer if independent fallback is mandatory.
  4. Restore automatic mode and verify that the pressure PID output controls motor frequency through PROFIBUS.

Acceptance Criteria

Accept the design only when manual mode remains functional without the PLC, automatic mode follows the pressure-control path, and changing modes transfers authority to the intended reference. Also verify that the potentiometer cannot influence automatic operation and that the PROFIBUS reference cannot override manual operation.

FAQ

What should P700 be for MICROMASTER manual and PROFIBUS control?

The evidence does not establish a valid P700 value. Confirm the exact MICROMASTER model and determine from its Siemens manual whether P700 controls commands, references, or both.

Will P700 set to 6 disable the potentiometer?

The source reports this as a concern, not a verified behavior. Test the configured command and frequency-reference paths separately before using P700=6.

Can the PLC PID manual input provide emergency manual control?

Using the potentiometer as the PID manual input with MAN_ON=true can pass its value to the drive, but it still depends on the PLC. It does not satisfy a requirement for manual operation after PLC failure.

Back to blog