Applies To:
  • CitectSCADA 5.xx
  • CitectHMI 5.xx

Summary:
It is unclear if Citect supports double clicking in addition to single clicking of objects on pages in Citect. How does one go about setting up different actions for both single and double clicking of the same object? 

Solution:
Setup System Keyboard Keys in the project with name such as SingleClick and DoubleClick. Use the KEY_LBTN_CMD_DN key code for SingleClick and the KEY_LBUTTON_DBL key code for DoubleClick. These keyboard keys may then be used in the object properties dialog box. For example, add SingleClick and DoubleClick to the Button Properties dialog box Input Keyboard Commands key sequence. Place the required actions for each click type in the Key Sequence Command. The button may then be clicked or doubleclicked at runtime. 

Keywords:
 

Attachments