Adapter | Replace TenantId with the name of the APM database to which you want to connect. | None |
OtSource | Replace Name with a descriptive identifier for this Process Historian Source. | This Name must eventually match that of an OT Source system defined in the APM Database chosen above. |
Under FolderFilters, add a list of folders on the OPC server that you want to ignore when retrieving tags from the OPC server.For example: "OtSource":
{
"Name": "Source T1002",
"FolderFilters":
[
"%OSI",
"%OSI_MCN"
]
}
| If you upgrade an OPC server, and if folders from the older version are retained, the OPC DA Adapter and OPC HDA Adapter traverse the folders in the OPC server. This can result in errors. To avoid this issue, specify the folders that you want to ignore when retrieving data from the OPC server. |
QueueOptions | Set ActiveMqHost with the fully qualified network address of the server that hosts the ActiveMQ Message Bus. | Typically, the Host of the ActiveMQ Message Bus is the APM Server. |
Set ActiveMqPort with the appropriate port of the ActiveMQ host. | The default port is 61616. |
Set Username with the user Id of an authorized user of the ActiveMQ instance on the MqHost. | |
Set Password with the encrypted secret of the desired user Id of the ActiveMQ instance on the MqHost. | |
CacheOptions | Replace Host with the fully qualified network address of the server that hosts the Redis cache instance. | Typically, the Host of the Redis cache instance is the APM Server. |
Set Port to the defined port of the Redis cache instance. | The default port is 6379. |
Set Password to the Password of the Redis cache instance, if any. | By default, the password is blank. |