Summary of PLC shortcut keys for Siemens/Mitsubishi/Omron

Publisher:RadiantBeautyLatest update time:2024-08-16 Source: elecfansKeywords:Siemens Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

02e80c66-175f-11ee-962d-dac502259ad0.jpg

Use the following steps to check your ladder program:


1) Confirm that the ladder program is displayed in the diagram workspace.
02fe2442-175f-11ee-962d-dac502259ad0.jpg
030b5932-175f-11ee-962d-dac502259ad0.jpg
2) Select the View Local Symbols View button on the toolbar to switch to the symbol table. Select the Show Address References button from the toolbar to activate the Address References tool.

3) Check each symbol's usage in the program by selecting it and displaying the Address Reference tool or by moving the cursor in the diagram.

You can also view the Ladder view in Mnemonic view. You can enter a block program by displaying a rung in Mnemonic view or in the Ladder editor.

0318b050-175f-11ee-962d-dac502259ad0.jpg Select the Mnemonic View button in the toolbar to activate the Mnemonic view. To enter mnemonic instructions directly in the Ladder Editor, select View as Statements for the relevant rung.

(3) Compiler

Both online and offline programs are constantly checked during their creation and editing. Program errors appear as red lines in the ladder diagram. If an error occurs in a rung, a red line appears to the right of the ladder diagram rung. This situation occurs, for example, when an element has been placed in the diagram window, but no symbol and address have been assigned.

Follow these steps to compile the program:

03266772-175f-11ee-962d-dac502259ad0.jpg To list all errors in the program, press the right mouse button and select the Compile Program button in the toolbar. The output (such as compilation progress or error details) will be displayed under the Compile tab in the Output window.

3. Download the program to PLC

Follow these steps to download a program to the PLC:

033323d6-175f-11ee-962d-dac502259ad0.jpg 1) Select the Save Project button in the toolbar to save the current project. If the project has not been saved before, the Save CX-Programmer File dialog box will be displayed. Enter the file name in the File Name field and select the Save button to complete the save operation.
033f9cd8-175f-11ee-962d-dac502259ad0.jpg 2) Select the online work button in the toolbar to connect to the PLC. A confirmation dialog box will appear, select the confirmation button. Since editing is generally not allowed when online, the program will turn gray.

3) 3) Select the program object in the project workspace.
0352600c-175f-11ee-962d-dac502259ad0.jpg 4) 4) Select the Program Mode button in the toolbar and set the PLC's operating mode to Programming. If this step is not done, CX-Programmer will automatically set the PLC to this mode.
035fc058-175f-11ee-962d-dac502259ad0.jpg 5) 5) Select the Download button on the toolbar and the Download Options dialog box will be displayed.

6) 6) Set the program bar and click the Confirm button.

4. Transferring programs from PLC

Follow the steps below to upload the PLC program.


1) Select the PLC object in the project workspace.
036b936a-175f-11ee-962d-dac502259ad0.jpg 2) Select the Upload button in the toolbar. The first program in the project tree will be compiled. If the PLC is offline, a confirmation dialog box will be displayed. Select the Confirm button to connect to the PLC. The Upload dialog box will be displayed.

3) Set the program bar and select the Confirm button.

5. Comparison between engineering program and PLC program

Follow the steps below to compare the engineering program and the PLC program.


1) Select the PLC object in the project workspace.
03749cda-175f-11ee-962d-dac502259ad0.jpg 2) Select the Compare with PLC button in the toolbar and the Compare Options dialog box will be displayed.

3) In the Settings Program column, select the Confirm button. The Compare dialog box will be displayed.

6. Monitor the program while it is executing

Once the program is downloaded, its operation can be monitored in the Chart Workspace (in the form of a simulated display). Follow the steps below to monitor the program.


1) Select the PLC object in the project workspace
0382f898-175f-11ee-962d-dac502259ad0.jpg 2) Select the Toggle PLC Monitoring button in the Project toolbar.
3) While the program is executing, you can monitor the data and control flow in the ladder diagram, for example, the selection of connections and the increment of values.

7. Online Editing

Although the downloaded program has been grayed out to prevent direct editing, it is still possible to select the online editing feature to modify the ladder program. When using the online editing feature, it is usually necessary to run the PLC in "Monitor" mode. Online editing is not possible in "Run" mode. Use the following steps to perform online editing.


1) Drag the mouse to select the step to be edited.
038ea706-175f-11ee-962d-dac502259ad0.jpg 2) Select the Compare with PLC button in the toolbar to confirm that the contents of the editing area are the same as those in the PLC.
039656c2-175f-11ee-962d-dac502259ad0.jpg 3) Select the Online Edit Rung button in the toolbar. The background of the rung will change, indicating that it is now an editable area. Rungs outside this area cannot be changed, but the elements in these rungs can be copied to the editable rungs.

4) Edit the ladder.
03a2dc44-175f-11ee-962d-dac502259ad0.jpg 5) When you are satisfied with the result, select the Transfer Online Edit Changes button in the toolbar and the edited content will be checked and transferred to the PLC.
03cee9d8-175f-11ee-962d-dac502259ad0.jpg 6) Once the changes have been transferred to the PLC, the edit area becomes read-only again. Select the Cancel Online Editing button in the toolbar to cancel any online edits made before confirming the changes.


[1] [2] [3]
Keywords:Siemens Reference address:Summary of PLC shortcut keys for Siemens/Mitsubishi/Omron

Previous article:Realize data interaction technology between EtherCAT devices and PROFINET controllers
Next article:The three major binocular stereo vision algorithm principles and their code implementation

Recommended ReadingLatest update time:2024-11-16 13:30

Five programming languages ​​that describe the PLC IEC 61131-3 specification
【Introduction】Since the development of PLC technology, both software and hardware have undergone great changes. Not only the hardware functions are diversified, but the software is also developing towards high-level languages ​​and object-oriented programming! Among them, traditional ladder diagrams must be known, a
[Embedded]
Five programming languages ​​that describe the PLC IEC 61131-3 specification
How to Generate Clock Pulses Using Siemens S7-200
In practical applications, we often encounter such situations, that is, controlling a certain relay to be turned on (ON) for a period of time and turned off (OFF) for a period of time within a fixed time period. For example, using the switch output to drive the indicator light to flash or drive the buzzer to make in
[Embedded]
Common alarm codes and solutions for Mitsubishi servo drives
Mitsubishi servo drive may stop working due to improper operation or equipment failure. At this time, the cause of the failure should be confirmed according to the Mitsubishi servo drive alarm code. Common alarm codes and solutions for Mitsubishi servo drives? 1. Mitsubishi servo system mainly adopts thre
[Embedded]
Control design of four-person buzzer-beater using touch screen and PLC
introduction This paper proposes a new control method - using touch screen and PLC (programmable logic controller) to realize the control of the buzzer. Compared with the general control method, it is more reliable, more intuitive to operate, and more suitable for high-end occasions. This article takes M
[Power Management]
Control design of four-person buzzer-beater using touch screen and PLC
How to solve the anti-interference problem of PLC control system
1. Overview With the development of science and technology, PLC is increasingly used in industrial control. The reliability of PLC control systems directly affects the safe production and economic operation of industrial enterprises, and the anti-interference ability of the system is the key to the reliable ope
[Embedded]
Common Faults and Repair Methods of PLC
The concept and working principle of PLC PLC stands for Programmable Logic Controller, which is a digital electronic circuit commonly used in industrial automation control and robot control. The working principle of PLC is as follows: PLC is a system composed of CPU, memory, input/output modules
[Embedded]
PLC controls/monitors the robot's gripper status function block FB250
Function block FB250 for controlling/monitoring the gripper status Select Maintenance Location With the "Maintenance" button (toggle function), you can select a maintenance location or confirm it. When you reach a maintenance location, its text changes from "Maintenance" to "Maintenance Confirmation".
[robot]
Application of Mitsubishi PLC Common Circuit Programming Instructions
1. Self-locking and interlocking circuits 1) Self-locking circuit Self-locking circuits are often used for start-stop control of electric motors. Press the start button X0 and the motor starts running. After releasing the start button, the motor keeps running. Press the stop button X1 and the mo
[Embedded]
Application of Mitsubishi PLC Common Circuit Programming Instructions
Latest Embedded Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号