Advanced - Controlling the security level from the PLC

By default, the I/O mode of the Protect object is set to Local. However, if you want to control the security level from the PLC, this can be changed.

Example:

 

This scenario can be accomplished by writing PLC code that changes the security level at the specified time.

 

Before this can be done, the I/O mode of the Protect object and the PLC address must be changed as follows:

 

  1. Use the Open by Name command to find the Protect object and open its properties dialog box.
  2. On the Edit Mapping tab, do the following:
  1. If you want to be able to change the security level from IGSS, perform step 2 for the Command atom, only this time choose Out as the I/O mode.
  2. Click OK to close the properties dialog box.