RapidScada free and open source Scada configuration software series tutorial 6-secondary development

RapidScada free and open source Scada configuration software series tutorials

Series Article Directory

RapidScada free and open source Scada configuration software series tutorial 1-first familiar with RapidScada
RapidScada free and open source Scada configuration software series tutorial 2-about the system to install
RapidScada free open source Scada configuration software series tutorial 3-a small test of
RapidScada free open source Scada configuration software series tutorial 4-Introduction to each module in detail.
RapidScada free and open source Scada configuration software series tutorial 5-System
advancement RapidScada free and open source Scada configuration software series tutorial 6-Secondary development

Prepare first

Developer's Tools VS

Driven secondary development

Regarding driver development, we mainly remember the following points:
1. The project name should start and end with KpXXXDriver, and XXX should be changed.
Insert picture description here
2. The core is the two parts Logic and View, which are inherited respectively.
Insert picture description here
Insert picture description here
The View is responsible for the display of the inner winform. This page is mainly for file configuration. Of course, we don't need to do it, just configure the xml file and drop it in.
Logic is responsible for the data processing part, and we need to implement our business logic internally.

Demo examples can be viewed in the group sharing.

Web plug-in secondary development

VS creates a new FW class library project, the class library naming rule is PlgSch__Comp
The following example is a developed echart plug-in
Insert picture description here

Report secondary development

At last

This is my first blog post, and I will continue to maintain and update this tutorial in the future, so that everyone can get started quickly and become familiar with the software.
More: For system questions, you can join the group 678965537, and the group owner can answer online.

Guess you like

Origin blog.csdn.net/q383186554/article/details/108639260