-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting t0,t1,t2,t3, k,w parameters #29
Comments
Hello AntonisMous, For the server, the default values from lib60870-C are used.
We could make these parameters configurable in the future. Could you please share more details about the scenario you're working on that requires modification of these values? |
Hello, Thank you for your immediate answer.
|
The default values in lib60870-C (as used by the c104.Server) are actually quite close to what you're looking for:
Since we're dealing with timing in seconds and most messages are exchanged within milliseconds, I'm curious if you've encountered specific issues due to the lack of configuration for these parameters. Are you facing any noticeable connection problems or other problems because of this? |
Thank you once again for you helpful and immediate answers. At the moment, I am not facing noticeable connection problems. However, I would like to know if there is a possibility to modify this parameters, in case where the limitation of not being able to modify timing parameters become a barrier for my project. Is a new version planned which will include the modification of timing parameters? |
Not at the moment, but I will add your request as a feature for the upcoming version 2.1.0. In the meantime, we are planning to release a hotfix (version 2.0.1) this week to address the #28 bug. As for version 2.1.0, there isn't a set release date yet since your feature request is the first we've received since the release of version 2.0.0. However, I can assure you that we can implement the timing parameter modification within the next two month. So, unless you encounter urgent issues, your project should be safe moving forward. |
The requested feature is implemented. The Connection as well as the Server class have a new pip install git+https://github.com/Fraunhofer-FIT-DIEN/iec104-python.git@main The changes will be included in the upcoming release. |
Hello,
I would like to ask how is it possible to set the timing parameters t0,t1,t2,t3, k,w according to IEC 60870-5-104 using the c104.
The text was updated successfully, but these errors were encountered: