УкраїнськаEnglishmRussian
Вхід/Новий
У темі немає нових постів

DNP3 module for openscada


Автор Повідомлення
Повідомлення створено: 24. 06. 2016 [14:09]
aminsalmani.science
amin salmani
Автор теми
Зареєстрован(а) с: 18.02.2016
Повідомлення: 4
hi
i write new module for openscada. it is DNP3 module what capture and decode dnp3 packet. i write this module like modbus and after configure and compile my own code i run software.this error has been appeared. i have been confused about this problem. my module dont appear in workstation path.
would you help me where is my problem???

thank you
Вкладений файл

error1.jpg (Тип файлу: image/jpeg, Розмір: 468.35 кілобайтів) — 3148 завантажень
Повідомлення створено: 25. 06. 2016 [20:51]
roman
Roman Savochenko
Moderator
Contributor
Developer
Зареєстрован(а) с: 12.12.2007
Повідомлення: 3747
"aminsalmani.science" wrote:

i write new module for openscada. it is DNP3 module what capture and decode dnp3 packet. i write this module like modbus and after configure and compile my own code i run software.this error has been appeared. i have been confused about this problem. my module dont appear in workstation path.
would you help me where is my problem???

Your wrongs from the beginning:
1. You start implement a protocol for which already implemented it's follower IEC80670.
2. You start the protocol implement as a low level module with your insufficient knowledge into C++. But for like ones very preferred to use the User protocol.
3. And more, you start the module develop on and for 0.8 LTS but here strongly recommended using the Work version where you will have the error already on the build stage.
4. And sure it is not OpenSCADA problem but your knowledge lack when you must known that like problems means allowing declaration and using a function but missing it implementing.

Learn, learn and learn better than work, work and work.



6715