|
PhasorMeasurementMapperAccessID Property
|
Gets the access ID (a.k.a, ID code) for this device connection. Value is often necessary in order to make a connection to some phasor protocols.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax Remarks
This value can mutate when configured with multiple values, i.e., where an alternate access ID code is specified for a target device connection, e.g.:
accessID=95; server=192.168.1.10:4712,192.168.1.12:4712/96,192.168.2.10:4712,192.168.2.12:4712/96
In this example both 192.168.1.10:4712 and 192.168.2.10:4712 use the configured access ID of 95, but
192.168.1.12:4712/96 and 192.168.2.12:4712/96 specify an access ID of 96.
See Also