Topic: CL323

Add/Edit Remote PLC Monitor

Add/Edit Remote PLC Monitor Setup

The Add/Edit Remote PLC Monitor Setup dialog is used to build Monitors appropriate for the Remote PLC app. These Monitors differ from typical CLICK programming Data Views. The Remote PLC Monitors are security enabled, and are limited to 10 fields in order to maintain high performance over wireless or Bluetooth transmission.

Remote PLC Monitor Name: Enter a name for the Monitor. The name can contain up to 24 characters. The Monitor name will be used as the file name if the Monitor definition is exported to a .csv file.

Note: The following special characters are not allowed in the Monitor name: " * / : ; < = > ? @ [ \ ] ^ ` { | } ~

 

Network Address Configuration: First click in an Address field to select the address number you want to assign. Click the "ellipsis" button to open the address picker. Use the address picker to select up to 10 registers to include in this Monitor. Mark any addresses that should not be editable as read-only. This is a good time to ensure your Nicknames and Comments are meaningful for the users who will have access to the Monitor through the Remote PLC App.

Note: Applicable Data Types:
While any address can be configured to be viewed in a monitor, users should be aware that edits to addresses are written at the beginning of a PLC logic scan and may be overwritten. Remote PLC does not force or override PLC logic. As such writes to any input address used by the physical hardware (e.g., X bits, DF registers) will be immediately overwritten when the PLC updates the input status. You may use input address that are not used by the physical hardware. For example if your CLICK is configured with inputs X001-X004 and X201-208, any X bit between X005 and X200 (inclusive) can be written from Remote PLC. Also, any address that is set or written as an output in your ladder (e.g., a C or Y bit) will be immediately overwritten by your logic. If you plan to use Remote PLC to force ON a rung, the best approach is to write a memory bit ā€œCā€ in parallel with your input.

Export: Save the definition of this Monitor in a .csv file. The exported file contains the list of addresses and the read-only status of each. By default, the file is saved in the project folder with the Monitor name as its file name. This file can be imported into a project to recreate this Monitor. The .csv file will also provide the format needed to externally create Monitor definitions to be imported into a project.

Import: Load a set of addresses from a saved .csv file. These can be later imported into a different Monitor to simplify the configuration process. Below is an example import file which will load two records into the monitor in rows 1 and 2. When import is selected, you'll have an opportunity to select how these records will be merged with the existing records:

No,Address,Read-only

1,DS1,FALSE

2,C2,TRUE

Permitted Users: The list of users permitted to access the current Monitor can be quickly set from this dialog. For more control over each user's Remote PLC experience, see the Remote PLC User Setup dialog, accessible from the Account Setup button.

Related Topics:

Remote PLC Setup
Remote PLC User Setup
Remote PLC Monitor Setup
Remote PLC App