Skip to main content

Adapting the Elements

In the element bar, click the symbol. Then drag the cursor to the editor in order to display the possible insert positions. Drag the cursor to the desired insert position. When the insert position is valid, the cursor will show a plus sign. Release the mouse button there. Alternatively, you could also first click the symbol and then click the desired insert symbol in the editor. 

Procedure. Inserting an element 
  1. In the element bar, click the desired element and drag it to the desired insert position.

    The possible insert positions will be displayed. When the insert position is valid, the cursor will show a plus sign.

  2.  Release the mouse button there.

    Alternatively, you could also first click the symbol and then click the desired insert symbol in the editor.

    The element will be inserted into the ladder diagram. 

Procedure. Copying and pasting an element 
  1. In the ladder diagram, click an element.

    The element will be selected. This is indicated by a light-red background. 

  2. Right-click the element to open the context menu. 

  3. In the context menu, select the Copy command.

  4. Select a valid insert position and click the Paste command.

Procedure. Extending a coil to include storage 
  1. In the ladder diagram, click a coil.

    The element will be selected. This is indicated by a light-red background. 

  2. Right-click the element to open the context menu. 

  3. Modify the coil.

    • In the context menu, select the Storage → Set command.

      The coil will become a set coil. The coil variable will retain its value even if the input returns to FALSE.

      _c4ld_img_set_coil.png
    • Or select the Storage → Reset command in the context menu.

      The coil will become a reset coil. When its input becomes TRUE, it will switch the coil variable to FALSE. The value will remain FALSE until the set coil, which has the same variable assigned, resets it.

      _c4ld_img_reset_coil.png

    For more information, see the following: Storage → Set command, Storage → Reset command, Modification → Remove command

Procedure. Extending a contact to include edge detection 
  1. In the ladder diagram, click a contact.

    The element will be selected. This is indicated by a light-red background. 

  2. Right-click the element to open the context menu. 

  3. Modify the contact.

    • In the context menu, select the Edge Detection → Rising command.

      The contact will be extended to include edge detection. The edge detection will evaluate the signal change. There will be a reaction to the rising edge (0→1).

      _c4ld_img_0_1_contact.png
    • Or select the Edge Detection → Falling command in the context menu.

      The contact will be extended to include edge detection. The edge detection will evaluate the signal change. There will be a reaction to the falling edge (1→0).

      _c4ld_img_1_0_contact.png

    For more information, see the following: Edge Detection → Rising command, Modification → Remove command

Procedure. Extending the block to include EN and ENO enabling

Note

Newly inserted blocks initially have enabling.

  1. In the ladder diagram, click a block that does not have EN/ENO. 

    The element will be selected and displayed in bright red. 

  2. Right-click the element to open the context menu. 

  3. Extend the block to include enabling:

    1. In the EN/ENO menu, select the EN command.

    2. In the EN/ENO menu, select the ENO command.

    The block will be extended to include the EN enable input and the ENO enable output.

    _c4ld_img_en_eno_block.png

    For more information, see the following: EN/ENO → EN / Remove EN command, EN/ENO → ENO / Remove ENO command

Procedure. Deleting an element
  1. In the ladder diagram, click the desired element.

    The element will be selected. This is indicated by a light-red background. 

  2. Right-click the element to open the context menu. 

  3. In the context menu, select the Delete command.