The AccessType allows users to configure how clients can access data points in the system.
Each Point is associated with an AccessType, which defines the rules for reading and/or writing values for that Point.
Settings include: polling rate, read on startup, and unsolicited input acceptance.
In addition, the platform provides On Display Or Server Access Type configurations that enable your solution to control the data read and write permissions. These configurations are useful for solutions with many Device Points but do not require constant data updates, reducing computational load and improving performance.
On this page:
To create and configure an Access Type, follow these steps:
The following table describes each configuration property when creating an Access Type:
Field | Description |
---|---|
Name | Name of this Access Type. |
Read | |
Read Polling | Enables read polling. |
Read Polling Rate | Defines how often the address value is retrieved. |
Read Trigger | Enter an object property that tells the system when to read the value. |
On Startup | When selected, the system reads the value on startup. |
Write | |
Write Events | Enables the writing of values to the PLC. |
Write Event | Defines when is the value written. |
Write Trigger | Enter an object property that tells the system when to write the value. |
Settings | |
Accept Unsolicited | If enabled, the system accepts values from the PLC, even if the polling time has not yet elapsed. |
Use Static Blocks | Enables the use of the block command field. |
Block Command | A definition for each block that will be created. Check the driver documentation to see if the specific driver uses this field and the valid values. |
Description | Description of the access type. |
The On Display Or Server Access Type is an excellent tool for projects with many communication points but only requires data updates for some of them. It can help computers without the computational power to handle massive data exchange while maintaining other modules active. The On Display Or Server operation process is divided into two aspects:
To configure an Access type as On Display Or Server, follow these steps:
Only when these options are met can the Device Points with this Access Type read/write data. |
In this section: