-
Notifications
You must be signed in to change notification settings - Fork 7
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
ASDU-type Not Available #6
Comments
Could you send the full log, send and received bytes, so I can check it? |
{"time":1529506876615,{"message":"iterate read thread\r","v":1} |
In some cases when you are not properly authenticated the device will respond with ASDU not available. Causa transmision 13 ( I'm implementing some basic ASDUs:
And I'm in the same problem, I'll sniff a correct sequence of frame and compare with the produced with this library to check which is the difference |
@mstfbirinci We have solved this problem. The problem was because the method
Some ASDUs needs a specific We will submit a pull-request which fixes this bug and will provide the following:
|
@javierdelapuente @mstfbirinci Pull-request submited #9 |
@ecarreras thank you for contributing but I think there is a misconception about causa_transmission code.
"ASDU-type not available" is referred to causa transmission 14 (0x0e). "requested data record not available" is referred to causa transmission 13 (0x0d). Which causa transmission error is solved by your solution? |
Hi @mstfbirinci, @ecarreras was referring to the "14" causa de transmisión. It's a typo, as you can see the HEX value is correct in his message but not the decimal. The Pull-Request fixes the existing methods but i'm still working on it and adding new ones. |
What is the meaning of this 'causa tranmission' code(ASDU-type Not Available)? While I am testing to library with real devices, some devices is always working properly(causa_tm = 7). But some devices is always return causa_tm code 14(Asdu type not available).
How we react to handle this situation? I have researched documentation but I did not find anything useful.
If you know to this, I can collaborate this library.
Thank you.
The text was updated successfully, but these errors were encountered: