Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Connector for IEC 61850

Setting MaxDynamicTypes

  • Last UpdatedJan 11, 2023
  • 1 minute read

MaxDynamicTypes for PI Connector for IEC 61850 is set to 1000000 by default. This value determines the maximum limit for all the Dynamic Types created by all of the data sources connected through the connector. If this value needs to be modified, it can be done so in the ConnectorGlobal.config.json file, located in the PIPC\Connectors\IEC61850\Configuration directory. For example, if the MaxDynamicTypes value needs to be set to 2000000, the ConnectorGlobal.config.json file should be updated as follows:

{

"connectorglobal": {

"ConfigObject": {

"MaxDynamicTypes": 2000000

}

}

}

The connector service must be restarted for this change to take effect.

TitleResults for “How to create a CRG?”Also Available in