Access types define the specific methods for reading and writing values for each data point in a solution, including polling rate, read on startup, and unsolicited input acceptance. The OnDisplayOrServer Access Type controls the data read and write permissions.
It is useful for projects with many communication points but not requiring constant data updates, reducing computational load, and improving performance. The On Display Or Server Access Type works by checking two conditions, On Display and On Server, before permitting data read or write.
On Display means data can be read or written only when the display containing it is open, while OnServer means data can be read or written when the project is running as an OPC server.
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 | Enter a name for this access type. |
Read | |
Read Polling | Select when you want to enable read polling. |
Read Polling Rate | Enter 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 | Select to enable the writing of values to the PLC. |
Write Event | Select when the value is written. |
WriteTrigger | Enter an object property that tells the system when to write the value. |
Settings | |
Accept Unsolicited | When selected, the system accepts values from the PLC, even if the polling time has not yet elapsed. |
Use Static Blocks | Select to use the block command field |
Block Command | Enter 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 | Enter a description for the access type. |
The On Display Or Server Access Type is a great tool for projects that have a large amount of Communication Points but do not require the data to be constantly updated for all of them. It can help computers that lack computational power to handle a huge volume of data exchange while also maintaining other modules (Scripts, Alarms, etc) at the same time.
The On Display Or Server Access Type operation process can be divided into two aspects:
To configures an Access type as On Display Or Server, follow theses steps
ONLY when and while ANY of these options are met, the Communication Points with this Access Type can Read/Write data. |
In this section: