Motor Starter Instruction Example
The Motor_Starter Add-On Instruction starts and stops a motor.
If the stop pushbutton is closed and the start pushbutton is pressed then:
· the motor gets the command to run.
· the instruction seals in the command, so the motor keeps running even after you release the start pushbutton.
If the stop pushbutton is pressed (opened), then the motor stops.
Figure 4 - Motor Starter Example Definition Editor General Tab
Figure 5 - Motor Starter Example Definition Editor Parameter Tab
Figure 6 - Motor Starter Example Ladder Logic
The following diagrams show the Motor Starter instruction called in three different programming languages.
Figure 7 - Motor Starter Ladder Diagram
Figure 8 - Motor Starter Function Block Diagram
Figure 9 - Motor Starter Structured Text
Motor_Starter(Motor_Starter_ST, Stop_PB, Start_PB, Motor_Out_ST);
If the stop pushbutton is closed and the start pushbutton is pressed then:
· the motor gets the command to run.
· the instruction seals in the command, so the motor keeps running even after you release the start pushbutton.
If the stop pushbutton is pressed (opened), then the motor stops.
Figure 4 - Motor Starter Example Definition Editor General Tab
Figure 5 - Motor Starter Example Definition Editor Parameter Tab
Figure 6 - Motor Starter Example Ladder Logic
The following diagrams show the Motor Starter instruction called in three different programming languages.
Figure 7 - Motor Starter Ladder Diagram
Figure 8 - Motor Starter Function Block Diagram
Figure 9 - Motor Starter Structured Text
Motor_Starter(Motor_Starter_ST, Stop_PB, Start_PB, Motor_Out_ST);
0 comments :