An Engineering Analysis from Input Signals to Operator Control (BOER-BM-04)
Document Type
Original Engineering Research Paper
Series
BOER (Bailipower Original Engineering Research)
Paper Number
BOER-BM-04
Version
1.0
Language
English
Publisher
Bailipower
Introduction
In three-station busbar machines, foot control is one of the most direct interaction methods between the operator and the machine.
When evaluating a busbar processing machine, customers usually focus on:
Processing capacity;
Motor power;
Hydraulic system;
PLC brand;
Mechanical structure.
These parameters are important.
However, during daily production, operators directly experience something equally important:
How does the machine respond to human actions?
Two machines with similar hardware configurations can provide completely different operating experiences because their foot control methods are different.
For example:
One machine may allow the operator to press the pedal once, and the machine automatically completes the operation.
Another machine may require the operator to continuously press the pedal to keep the movement active.
A third machine may operate automatically after a single confirmation from the operator.
From the PLC perspective:
these input signals may appear identical.
But from the operator's perspective:
they represent completely different human-machine relationships.
Therefore:
Foot control does not simply trigger machine movement. It defines how humans and machines cooperate.
Based on the previous BOER-BM-01 to BOER-BM-03 studies, this article further analyzes:
How foot input affects control logic;
How control authority is distributed between humans and machines;
How different interaction methods match different production requirements.
1. Why Is Foot Control Worth Studying?
1.1 Foot Control Is More Than an Input Device
In industrial equipment, a foot switch is often considered simply:
"a device used to start the machine."
However, this understanding is incomplete.
In a three-station busbar machine, foot control may participate in:
Motion start;
Motion holding;
Motion stopping;
Operation confirmation;
Human-machine safety interaction.
Therefore:
a foot switch is not an independent electrical component.
It connects:
The operator;
The control system;
The mechanical movement.
1.2 From Machine Control to Human-Machine Interaction
In BOER-BM-01, we studied:
What types of control logic exist?
In BOER-BM-02, we studied:
Why different control logics are formed.
In BOER-BM-03, we studied:
How the machine obtains its own motion status through feedback.
BOER-BM-04 continues this analysis by asking:
How does a human operator communicate intentions to the machine?
The complete relationship can be described as:
Machine Status→Control Logic→Human Input→Mechanical Action→Feedback
Limit feedback answers: "Where is the machine now?"
Foot control answers: "What does the operator want the machine to do?"
2. Why Does the Same Input Signal Mean Different Things to Machines and Humans?
2.1 For PLC, an Input Is Only a Status Change
From the control system perspective:
an input signal is usually represented as:
ON;
OFF.
or:
0;
1.
The PLC does not judge where the signal comes from.
For example:
An input signal may come from:
An operator pressing a foot pedal;
A mechanical limit switch;
A sensor detection signal.
For the PLC:
they are all simply input changes.
Therefore:
The PLC recognizes the signal result, not the meaning behind the signal.
2.2 For Operators, the Same Signal Represents Different Actions
For an operator:
different input sources create completely different experiences.
Automatic Triggering
Machine movement→Reaches a specified position→Generates a signal automatically→Continues the process.
The operator:
does not need continuous involvement.
Manual Foot Input
Operator:
Observes the condition→Makes a decision→Presses the pedal→Machine starts movement.
Here:
the signal represents human intention.
Therefore:
The same input signal means:
For PLC:
a state change.
For humans:
an operating action.
2.3 Machine Signals and Human Intention Signals
Industrial equipment inputs can generally be divided into two categories.
Type 1: Machine-generated Signals
Examples:
Limit switches;
Position detection;
Pressure feedback.
They describe: What is happening inside the machine.
Type 2: Human-generated Signals
Examples:
Foot pedals;
Push buttons;
Operator commands.
They describe: What the human wants the machine to do.
This is also the difference between BM-03 and BM-04:
BM-03 studies: How the machine reports its condition.
BM-04 studies: How humans communicate their intention.
3. How Different Foot Control Methods Change Control Authority
3.1 Single-Step Foot Control——Operator Authorization, Machine Execution
Single-step foot control is one of the most common control methods used in industrial equipment.
The basic process is:
Operator confirms the condition → Presses the foot pedal once → Control system receives the input → Machine completes the programmed action → System waits for the next command
3.1.1 Control Authority Transfer
In this process, at the beginning, the operator has the control authority. Because the operator decides:
When should the machine start?
However, after receiving the input:
control authority is transferred to the machine.
The machine completes the programmed sequence, including:
Motion execution;
Process control;
Return operation;
Waiting for the next cycle.
Therefore, single-step foot control can be understood as:
The operator gives authorization, and the machine performs execution.
3.1.2 Advantages and Applications
This method is suitable for:
Standardized production;
Stable processing procedures;
Batch manufacturing.
Advantages:
a. Simple Operation
The operator does not need to continuously control the machine movement.
b. Stable Production Rhythm
The machine follows the same programmed sequence every cycle.
This reduces:
Operator differences;
Process variation.
c. Lower Operator Fatigue
It is suitable for long-term repetitive processing.
However, this method requires:
the machine to have reliable status judgment and control logic.
Because after the start command: more responsibilities are transferred to the machine.
3.2 Continuous Foot Control——Operator Participates Throughout the Motion Process
The main difference between continuous foot control and single-step foot control is not the input signal itself.
The difference is: Whether the operator maintains continuous control during the machine movement.
The basic process is:
Operator presses and holds the pedal → Machine performs movement → Operator maintains input → Machine continues operation → Operator releases pedal → System responds according to the control logic
3.2.1 Control Authority Distribution
During continuous foot control:
control authority is not completely transferred to the machine.
Instead, it remains between:
Human ↔ Machine
The operator can influence machine behavior through:
Maintaining the pedal input;
Releasing the pedal;
Providing additional commands.
Therefore, continuous foot control represents:
A cooperative working mode between the operator and the machine.
3.2.2 Why Does Continuous Foot Control Still Have Value?
From a pure automation perspective, some people may think:
"If the machine can complete the action automatically, why keep manual control?"
However, real production environments are not always completely standardized.
Many situations require human judgment, such as:
Different workpiece conditions;
Frequent specification changes;
Special processing requirements;
Temporary adjustments.
The operator can decide whether to:
Continue;
Stop;
Adjust.
Therefore:
Continuous foot control does not mean insufficient automation.
It is an engineering choice for specific production conditions.
3.3 Automatic Cycle Control——Machine Takes More Execution Responsibility
In automatic cycle mode, the operator mainly performs:
Workpiece preparation;
Condition confirmation;
Cycle start.
After that:
the machine completes the programmed cycle automatically.
The basic process is:
Operator confirms conditions → Starts the cycle → Machine executes automatically → Cycle completes → Machine waits for the next cycle
3.3.1 Control Authority Transfer
In automatic cycle mode:
more control authority is transferred to the machine.
The machine is responsible for:
Motion sequence;
Timing control;
Status judgment.
The operator mainly performs:
Monitoring;
Supervision;
Management.
3.3.2 Higher Automation Requires Better System Design
When automation increases:
the machine must take more responsibility.
Therefore, the system requires:
Reliable feedback;
Accurate position detection;
Proper error handling;
Safety protection logic.
Because:
human real-time intervention is reduced.
3.4 The Essential Difference Between Three Control Methods
The differences can be summarized as follows:
| Control Method | Main Controller | Key Feature |
|---|---|---|
| Single-step foot control | Human authorizes, machine executes | Simple and stable |
| Continuous foot control | Human and machine cooperate | Flexible and adjustable |
| Automatic cycle control | Machine executes mainly | Efficient and consistent |
However, this does not mean automatic cycle control is always better.
The correct choice depends on:
Production type;
Product variety;
Operator involvement;
Safety requirements.
3.5 Foot Control Determines the Human-Machine Relationship
For two machines with identical:
Motors;
Hydraulic systems;
PLC hardware;
the operating experience can still be completely different.
The reason is: the control relationship between human and machine has changed.
For example, automatic cycle, the operator mainly asks: "Is the machine running correctly?"
Continuous foot control, the operator mainly asks: "Should the machine continue this action?"
Single-step control, the operator mainly asks: "When should I authorize the next action?"
Therefore: Foot control is essentially a method of distributing control authority between humans and machines.
4. Balancing Foot Control, Safety, and Production Efficiency——Why the Highest Level of Automation Is Not Always the Best Solution
In industrial equipment design, automation level is often considered one of the important indicators of advanced technology.
Many people believe: Higher automation means better equipment and higher production efficiency.
However, from actual manufacturing experience, this understanding is not always correct.
A truly effective machine is not simply the one with the highest automation level.
It is the one that achieves the best balance between:
Automation;
Production requirements;
Operator involvement;
Safety responsibility.
Foot control methods are a direct reflection of this engineering principle.
4.1 Higher Automation Means More Responsibility for the Machine
When automation is relatively low, the operator participates more actively.
For example:
Judging processing conditions;
Deciding when to start;
Adjusting actions according to the situation.
In this case: human experience and judgment are part of the production process.
When automation increases, more tasks are transferred to the machine.
For example:
Motion sequence control;
Timing management;
Status detection;
Automatic cycle execution.
This means: the machine must take more responsibility.
Therefore, Automation is not simply about reducing human involvement. It is about redistributing responsibilities between humans and machines.
4.2 Safety Is Not About Eliminating Human Involvement
In industrial production, a common assumption is: Less human involvement means higher safety.
However, this is not always true.
The core of safety is not: "whether humans are involved."
The real question is: Are human responsibilities and machine responsibilities properly assigned?
For example:
Manual Continuous Control
The operator continuously presses the foot pedal.
Machine movement is directly related to human action.
In this case: the operator takes more real-time control responsibility.
Automatic Cycle Control
The machine operates according to programmed logic.
The operator does not continuously control each movement.
In this case, the machine must take more responsibility for:
Motion judgment;
Feedback processing;
Error response;
Protection logic.
Both methods can be safe.
The key is: whether the control method matches the application.
4.3 Human Involvement Does Not Always Mean Lower Efficiency
In some production environments, human participation can actually improve overall efficiency. For example:
Multi-Product, Small-Batch Production
Production characteristics:
Frequent product changes;
Different processing requirements;
More operator decisions.
A highly automated system may require:
More parameter settings;
More adjustment time;
More complex operation procedures.
However, human participation allows faster:
Condition judgment;
Workpiece adjustment;
Process decisions.
Therefore: for flexible manufacturing, human involvement can improve total production efficiency.
4.4 Standardized Production Requires Stable Control
On the other hand, for standardized mass production, the priority is usually:
Stable cycle time;
Consistent quality;
Repetitive processing.
In this situation: higher automatic execution is often more suitable.
For example, when processing the same type of busbar repeatedly, the operator prepares the workpiece, then:
Start command → Automatic machine cycle → Completion → Next cycle
Advantages:
Reduced repetitive operation;
Lower operator fatigue;
More consistent production rhythm.
4.5 The Best Efficiency Comes from the Best Match
Production efficiency is not simply: the fastest machine movement.
Real efficiency should consider:
Processing speed;
Changeover time;
Operation difficulty;
Error rate;
Operator workload.
For example: A highly automated machine may have advanced functions.
However, if it requires:
Long setup time;
Complex adjustment;
High training requirements;
its actual production efficiency may not be better.
Therefore: The best efficiency does not come from the highest automation level. It comes from the automation level that best matches the production requirement.
4.6 How to Choose a Suitable Foot Control Method
Different production environments require different control strategies.
| Production Mode | Characteristics | Suitable Control Concept |
|---|---|---|
| Standardized mass production | Repetitive processing, stable rhythm | More automatic execution |
| Multi-product production | Frequent changes, flexible operation | More human involvement |
| Special processing | Real-time judgment required | Flexible operator control |
| Automated production line | Continuous operation and system integration | Machine-oriented control |
4.7 Bailipower's Engineering View
From an equipment design perspective, there is no single "best" foot control method for all users.
A reasonable solution should consider:
Product characteristics;
Production quantity;
Operator habits;
Automation requirements;
Safety conditions.
Equipment design is not simply about adding more automation functions.
It is about: Creating a reasonable division of work between what machines do best and what humans do best.
The best automation is not the highest level of automation. It is the automation level that best fits the production requirement.
5. How Manufacturers and Users Should Choose Foot Control Methods——Analysis from Equipment Design and Purchasing Decisions
Foot control may appear to be a small configuration item on a busbar machine.
However, from an engineering perspective, it reflects:
Equipment design philosophy;
Human-machine relationship planning;
Understanding of production requirements.
For manufacturers, the key question is: How much responsibility should the machine take?
For users, the key question is: How much participation does the operator need?
Only when these two aspects are properly matched can the machine deliver its real value.
5.1 Manufacturer Perspective: Foot Control Is a Human-Machine Design Issue
When designing foot control systems, manufacturers should not simply consider: "Adding a foot switch input."
The more important question is: What role does this input play in the entire control system?
For example, a foot pedal can represent:
Start Authorization
The operator confirms the working condition:
→ Presses the pedal
→ Machine starts the operation.
Continuous Motion Control
The operator maintains the input:
→ Machine continues movement.
Operation Confirmation
The operator provides confirmation:
→ Control system allows the next action.
Different applications require different control logic.
Therefore:
foot control is not only an electrical component.
It must work together with:
Mechanical structure;
Hydraulic system;
Limit feedback;
PLC program;
Safety logic.
5.2 Manufacturer Perspective: Do Not Simply Pursue "Full Automation"
With the development of industrial automation, more and more equipment emphasizes:
Automatic cycles;
Automatic detection;
Intelligent control.
These technologies have important advantages.
However: more automation does not always mean a better solution.
For example, for large-scale standardized production, automatic cycles can significantly improve efficiency.
However, for small and medium manufacturers with frequent product changes, excessive automation may increase:
Operation complexity;
Adjustment time;
Training requirements.
Therefore, excellent equipment design is not: "Let the machine do everything." Instead:
Let machines handle tasks suitable for machines, and let humans handle tasks requiring human judgment.
5.3 Manufacturer Perspective: Input Design Should Consider Operator Experience
From the control system perspective, an input signal is only a status change. However, from the user's perspective: the input method determines daily operating experience.
For example, two busbar machines may have the same:
Motor power;
Hydraulic system;
PLC hardware.
But their operating experience can still be completely different. Why?
Because the interaction relationship between the operator and the machine is different.
Machine A:
Press pedal once → Machine completes the action automatically
Machine B:
Press and hold pedal → Machine continues the movement
The hardware may be similar. But the human-machine relationship is different. Therefore, equipment design should consider not only:
"Can the machine complete the operation?"
but also:
"Can the operator use the machine naturally, efficiently, and safely?"
5.4 User Perspective: Do Not Only Ask Whether a Machine Has a Foot Pedal
During equipment purchasing, many users ask: "Does this machine have a foot pedal?" However, this question alone cannot determine whether the machine is suitable. More important questions are:
How Does the Machine Respond After Pressing the Pedal?
Does it:
Start one complete cycle?
Continue only while the pedal is pressed?
Trigger a specific operation?
What Happens After Releasing the Pedal?
Does the machine:
Continue running?
Stop immediately?
Return to the initial position?
How Much Operator Participation Is Required?
Does the operator:
Give one start command?
Control the entire movement process?
Monitor an automatic cycle?
These answers determine: whether the machine matches the actual production environment.
5.5 User Perspective: Choose Control Methods Based on Production Style
Situation 1: Standardized Mass Production
Main requirements:
Stability;
Efficiency;
Repeatability.
Suitable approach: Higher automatic execution.
Situation 2: Multi-Product Production
Main requirements:
Flexibility;
Fast adjustment;
Human judgment.
Suitable approach: More operator involvement.
Situation 3: Trial Production and Special Processing
Main requirements:
Real-time observation;
Flexible adjustment;
Immediate response.
Suitable approach: Greater operator control capability.
Therefore, when purchasing equipment, users should not only compare:
Motor power;
Processing capacity;
Automation configuration.
They should also evaluate: Whether the control method matches their production logic.
5.6 A More Complete Understanding of "Advanced Equipment"
Many users believe, advanced equipment should have:
More automatic functions;
Less human operation;
Higher automation levels.
However, truly advanced equipment should solve real production problems.
For example, for a customer processing the same busbar specifications every day, automatic cycling may be the best solution. However, for a customer producing various customized products, flexible human-machine interaction may be more valuable.
Therefore: Advanced equipment is not the equipment with the most functions. It is the equipment with the best production match.
Chapter Summary
For manufacturers:
Foot control design is not simply adding an input device.
It is designing the relationship between humans and machines.
For users:
Choosing a busbar machine is not only about checking hardware specifications.
It is also about understanding how the machine responds to human operation.
Because: A truly suitable machine should not only meet processing requirements. It should also match the way people work with it.
6. Conclusion——From Input Signals to Human-Machine Cooperation
Through BOER-BM-01 to BOER-BM-04, we have analyzed the control system of three-station busbar machines from different perspectives.
The discussion started from: How does a machine perform an action?
Then developed into: Why does the machine use this control logic?
And finally reached: How can humans and machines cooperate effectively?
6.1 A Complete Control System Is More Than PLC and Mechanical Movement
In traditional understanding, machine control is often considered as:
PLC controls the motor→Hydraulic system drives the mechanism→Machine completes the processing action
This understanding is correct, but incomplete. A truly complete industrial control system also includes:
Machine status;
Feedback information;
Control logic;
Human input;
Operator interaction.
The complete relationship can be described as:
Machine Status → Feedback Signal → Control Logic → Human Input → Mechanical Action → New Feedback
The machine is not simply executing commands. It is continuously interacting with its environment and its operator.
6.2 The Engineering Meaning Behind an Input Signal
Through this study, we can see: an input signal is not only an electrical change. It represents deeper engineering meaning:
Control responsibility;
Operation method;
Safety relationship;
Production efficiency.
For the PLC, an input signal is simply:
ON or OFF.
For the operator, the same signal may represent:
Starting a process;
Continuing an action;
Stopping operation;
Confirming a condition.
Therefore: Industrial equipment should not only process signals. It should understand the application context behind those signals.
6.3 There Is No Absolute Best Control Method
In real production environments: there is no single control method that is suitable for every user.
Automatic Cycle Control
Advantages:
High efficiency;
Stable cycle time;
Reduced repetitive operation.
Suitable for: Standardized production.
Manual Operator Participation
Advantages:
Flexible;
Adjustable;
Suitable for changing conditions.
Suitable for: Multi-product production.
Continuous Foot Control
Advantages:
Human-machine cooperation;
Real-time intervention.
Suitable for: Special processing conditions.
The correct choice is: The control method should adapt to the production requirement, not force the production process to adapt to the machine.
6.4 The Complete Logic of the BOER-BM Series
Through four research articles: we have established a complete analysis framework.
BOER-BM-01
What Types of Control Logic Exist?
Focus: Control Logic
Question answered: What control methods are available?
BOER-BM-02
Why Are Different Control Logics Formed?
Focus: Logic Formation
Question answered: Why do different solutions exist?
BOER-BM-03
How Does the Machine Obtain Motion Status?
Focus: Motion Feedback
Question answered: How does the machine understand its own condition?
BOER-BM-04
How Do Humans Interact with the Machine?
Focus: Human-Machine Interaction
Question answered: How do humans communicate with and control the machine?
The complete engineering relationship is:
Production Requirement → Mechanical Design → Feedback System → Control Logic → Human Interaction → Machine Performance
6.5 Bailipower's Understanding of Equipment Design
Hardware gives a machine its body. Control logic gives it intelligence, behavior, and operating philosophy.
Bailipower believes, a good industrial machine is not defined only by:
Higher power;
More complicated systems;
More automatic functions.
More importantly, all parts of the system must work together logically. Including:
Mechanical Design→Control System→Feedback Mechanism→Operator Interaction
The purpose of automation is not to replace humans.
It is to: Allow machines to perform tasks suitable for machines, and allow humans to perform tasks requiring human judgment.
Engineering Insight
A good machine is not a machine that eliminates human involvement. It is a machine that creates efficient cooperation between humans and technology.
Frequently Asked Questions
Q1. Why does foot pedal control affect the operation experience of a busbar machine?
Foot pedal control affects how operators communicate with the machine.
Although the PLC only receives an input signal, different control methods create different machine behaviors.
For example:
A single-step pedal input allows the operator to authorize one complete action.
A continuous pedal input allows the operator to control the movement duration.
An automatic cycle allows the machine to complete the process after one command.
Therefore, foot pedal control is not only an input device. It defines the interaction between the operator and the machine.
Q2. Are different foot control methods related to the PLC system?
Yes, but the relationship is mainly in the control logic.
The PLC itself only detects input signals, such as ON or OFF.
The difference comes from how the PLC program interprets these signals.
The same input signal can produce different results depending on the programmed logic:
Input Signal → PLC Program → Machine Action
Therefore, foot control design is not only a hardware issue. It is also a control logic design issue.
Q3. Is automatic cycle control always better than manual foot control?
Not necessarily.
The best control method depends on the production environment.
Automatic cycle control is suitable for:
Standardized production;
Large batch processing;
Stable working conditions.
Manual foot control is often better for:
Multiple product specifications;
Frequent adjustments;
Special processing requirements.
The best automation level is the one that matches the actual production requirement.
Q4. Why can two busbar machines with similar hardware have different operating experiences?
Because hardware configuration is only one part of machine performance.
Two machines may have similar:
Motors;
Hydraulic systems;
PLC brands;
Mechanical structures.
However, their control logic and operator interaction may be different.
Factors such as:
Limit configuration;
Foot pedal mode;
Control sequence;
Feedback logic;
can significantly affect the final operating experience.
Q5. Does more automation mean less operator responsibility?
Not exactly.
Higher automation transfers more responsibility from the operator to the machine.
When a machine operates automatically, it must provide reliable:
Position feedback;
Status detection;
Error handling;
Safety protection.
Automation is not about removing responsibility. It is about redistributing responsibility between humans and machines.
Q6. How should users choose a suitable foot control method when purchasing a busbar machine?
Users should consider their production conditions rather than only machine specifications.
Important questions include:
Is production mainly standardized or customized?
How often do product specifications change?
Does the operator need real-time control?
Is automatic cycling necessary?
A suitable control method should match:
Production Requirement → Control Logic → Operator Workflow
Q7. What is the difference between machine feedback and operator input?
Machine feedback and operator input represent two different directions of information flow.
Machine feedback tells the control system:
What is happening inside the machine.
Examples:
Limit switch signals;
Position detection;
Motion status.
Operator input tells the machine:
What the human wants to do.
Examples:
Foot pedal commands;
Push button commands.
Together, they create complete human-machine communication.
Q8. Why does Bailipower study control logic instead of only machine specifications?
Because machine performance is not determined only by hardware parameters.
A reliable industrial machine requires cooperation between:
Mechanical structure;
Hydraulic system;
Feedback signals;
Control logic;
Human operation.
Understanding control logic helps customers choose equipment that truly matches their production needs.




