P4: PLC for SINUMERIK 828D
14.3 Programming
Basic Functions
1114
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
Using Cut, Copy and Paste in the data block editor
You can save data (rows, columns and cells) of your data block in the Microsoft clipboard to edit them in a
different program. You can proceed as follows:
• In the context menu (right mouse button) using the commands "Cut"/"Copy" and "Paste".
• Using the keyboard by pressing the shortcut keys <Ctrl+X>/<Ctrl+C> and <Ctrl+V>.
• In the main menu using the "Edit" > "Cut"/"Copy" and "Edit" >"Paste".
You can easily edit your data block in this way, e.g. in Microsoft Excel.
Absolute input
Symbolic input
DB3800[AC1].DBX2.1
ToAxis[AC1].ControlEnable
DB9000[AC0].DBW0
Prototyp1[AC0].MyWord1
It is not permissible to use constants for indexing:
DB3800[1].DBX2.1
ToAxis[5].ControlEnable
Indirect addressing using V addresses is also not permitted:
V3800[5]0002.1
V380[5]0002.1
V3800[AC0]0002.1
V38[AC0]0002.1
Cut:
Selected data is copied into the clipboard and is deleted
Copy:
Selected data is copied into the clipboard and is not deleted
Paste:
If data is in the clipboard, then this data is pasted.
Delete:
Selected data block/section is deleted, it is not saved in the clipboard.