Suspending a remote connection from Supervise

Purpose

If a remote PLC is being serviced, the operator will get communication alarms in the Alarm List. In that case, the operator may want to temporarily suspend the communication.

The DIALSUSPEND template

For that purpose, a template is included in every new IGSS configuration. The template is called DIALSUSPEND. By using this template, the operator has access to two additional commands compared to the DIALUP template: Suspend and Resume.

The template includes the following states and commands:

 

States

Commands

Invalid

Connect (For internal use)

Disconnected

Disconnect

Connecting

Fetch historical data

Historical scan

Connect

Normal scan

Suspend

Disconnecting

Resume

Error

6-> (For internal use)

Send command

7-> (For internal use)

Suspended

 

 

Create the suspend / resume object

In the following procedure, 7T recommends that you create two separate displays for this object. One for the normal commands: Connect, Disconnect and Fetch historical data and two buttons from which the operator can suspend and resume the remote connection.

Create the command field

  1. In the Definition program, right-click at the diagram where you want to place the object.
  2. Select New ® Command Field. The Object Browser dialog box appears.
  3. Click the + sign beside the relevant area of the configuration.
  4. Click the + sign beside Digital and select the DIALSUSPEND template.
  5. At the bottom of the dialog box in the Create new object area, type the relevant name of the object, for example, DialNode0.

images\DIALSUSPEND_CreateNew.gif

  1. Click the Create button. The object properties dialog box appears.
  2. On the Edit Mapping tab, do the following for both State and Command:

images\DIALSUSPEND_EditMapping.gif

  1. Click the Set Command Layout tab and do the following:
  1. Place and resize the command field, the object name and state, as required.

images\DIALSUSPEND_CmdField.gif

 

Create the Suspend button

 

  1. Right-click where you want to place the Suspend button. It is recommended to place it beside the command field we just created.
  2. Select New ® Standard Descriptors ® Button Control. The Object Browser dialog box appears.
  3. Click the + sign beside the relevant area of the configuration.
  4. Click the + sign beside Digital and select the DIALSUSPEND template.
  5. Click the name of the object we created in the previous procedure and click the Create button.

images\DIALSUSPEND_CreateButton.gif

  1. Double-click the button to change its properties.
  2. Click the Display tab and clear the Enable check boxes under Name and State / value.
  3. Click the Attributes of Button tab and do the following:
  1. Click OK twice to close the dialog box.
  2. Position and resize the button.

 

Create the Resume button

 

  1. Right-click the button we just created and select Copy.
  2. Right-click again and select Paste ® As Reference.
  3. Drag the button down below the first button.
  4. Double-click the new button to change its properties.
  5. Click the Attributes of Button tab.
  6. Under Command on click, double-click the Resume setting to make the button send that command.
  7. Under Style, double-click the Text color and choose a green color to illustrate the resume command.
  8. Click OK twice to close the dialog box.

 

The final result should now look like this:

images\DIALSUSPEND_CmdButtons.gif