Industrial serial and network software communication Platform (Superio 2.1) Update release

Source: Internet
Author: User

Superio2.1 Downloads

First, the characteristics of Superio:

1) can quickly build their own communication platform software, including the main program.

2) The modular development of the equipment, through the preparation of files mounted, you can run under the platform software.

3) The device module supports both COM and TCP two communication modes and can be switched freely.

4) Device Protocol independence, you can convert a third-party protocol to a custom protocol mode.

5) Device command buffer, you can set the priority level of command sending.

6) interface to customize the output data format for their own or other manufacturers to integrate data.

7) Interface custom UI display to display data in a tabular, dynamic and graphical format.

8) Software information, installation information, communication parameters, etc. can be formulated.

9) device Mount, UI menu display, data output, service loading and other information can be prepared.

10) Provide OPC service, 2-40ma output, led large screen display and SMS Operation class Library.

Second, upgrade content

1. Integrate all directories under the installation directory into the Superio directory.
2. Concurrency mode, increase the interval time of sending data configuration function.
3. Increase heartbeat detection, as well as the detection interval time configuration function.
4. Increase the object Change event (Deviceobjectchangedhandler).
5. Increase the device autonomy control mode (self), two times during the development process, you can control the transmission of data, limited to network communication mode.
6. Add dynamically loaded assembly references, free two times an exception was thrown during development because of a missing assembly.
7. Integration interface display, export data and other interfaces, on this basis to increase the service interface (Iappservice), transactional services can be loaded into the platform.

8. Perfect the compounding tools.

Third, the main program interface adds the "Service" menu item

Iv.. Compounding Tools

(1) General property Configuration

(2) Mount device module

(3) Interface View module mount

(4) External program mounts, can be arbitrarily mounted to run programs and tools

(5) The service mounts, can develop its own transactional service components, mount to the platform to run, and provide a docking interface. Service types are divided into: display mode and hidden mode, for display mode: can be loaded into the menu. For stealth mode: not displayed in the menu. The startup type is divided into: auto-start and manual start, which can be used in conjunction with display mode.

(6) Mount the Export data module.


Five, Service Interface (Iappservice)

<summary>///service key, requires unique///</summary>string ThisKey {get;} <summary>///Service Name///</summary>string thisname {get;}///<summary>///Update device//</summary>// /<param name= "Devid" > Device id</param>///<param name= "obj" > Device object </param>void updatedevice (int Devid, object obj); <summary>///removal device///</summary>///<param name= "Devid" > Device id</param>void removedevice (int Devid); <summary>///Click event, context menu///</summary>void OnClick (); <summary>///Start-up service//</summary>void StartService (); <summary>///Release service//</summary>void releaseservice (); <summary>///Write log events///</summary>event Writeloghandler Writeloghandler; <summary>///Service Type///</summary>servicetype servicetype {set; get;}///<summary>///automatic start///< /summary>bool Isautostart {set; get;}


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Industrial serial and network software communication Platform (Superio 2.1) Update release

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.