You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the osgp-adapter-protocol-iec61850.properties there is a property for client port configuration. Default value is: iec61850.port.client=102
But, this value is never used, instead, a hardcoded value from Iec61850DeviceConnectionService.java is used. private static final int IEC61850_DEFAULT_PORT = 102;
Please let me know if I should provide a pull request with the correction.
The text was updated successfully, but these errors were encountered:
Hello @ThE-MaRaC , the port for IEC61850 devices can be configured using database records. I think this code may be conflicting with the global property your mention. It would be great if you are willing to create a fix for this situation :)
In the osgp-adapter-protocol-iec61850.properties there is a property for client port configuration. Default value is:
iec61850.port.client=102
But, this value is never used, instead, a hardcoded value from Iec61850DeviceConnectionService.java is used.
private static final int IEC61850_DEFAULT_PORT = 102;
Please let me know if I should provide a pull request with the correction.
The text was updated successfully, but these errors were encountered: