Industrial serial port and network software communication platform (SuperIO 2.1) Updated and released, network software superio

Source: Internet
Author: User

Industrial serial port and network software communication platform (SuperIO 2.1) Updated and released, network software superio

SuperIODownload 2.1

I. SuperIOFeatures:

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

2) Modular development of devices. By mounting configuration files, you can run the software on the platform.

3) the device module supports both COM and TCP communication modes, and can switch freely.

4) device protocols are unrelated. You can convert a third-party protocol into a custom protocol.

5) device command buffer. You can set the priority level for sending commands.

6) interface custom output data format for data integration by yourself or other manufacturers.

7) interface custom UI display, displays data in tables and dynamic graphs.

8) software information, installation information, and communication parameters can be prepared.

9) information such as device mounting, UI menu display, data output, and service loading can be prepared.

10) provides OPC service, 2-40mA output, LED big screen display, and SMS operation class libraries.

 

Ii. Upgrade content

1. Integrate all directories under the installation directory into the SuperIO directory.
2. The concurrency mode adds the interval configuration function for sending data.
3. added the heartbeat detection and interval configuration function.
4. added the DeviceObjectChangedHandler event ).
5. added the device autonomous control mode (Self). During the secondary development process, data transmission can be controlled independently, only in the network communication mode.
6. added dynamic loading Assembly references. Exceptions are thrown due to the lack of Assembly during free secondary development.
7. Integrated interfaces for displaying and exporting data on the interface. The Service Interface (IAppService) is added on this basis. transactional services can be loaded to the platform.

8. Complete preparation tools.

 

3. The "service" menu item is added to the main program interface.

 

Iv. preparation tools

(1) General Property Configuration

 

(2) mount the device module

 

(3) mount the interface View module

 

(4) external programs can be mounted, and executable programs and tools can be mounted at will.

 

(5) Service attaching: You can develop your own transactional service components, mount them to the platform, and provide interfaces for interconnection. Service types include: Display Mode and hidden mode. For display mode, it can be loaded into the menu. For hidden mode: not displayed in the menu. The START modes include automatic start and Manual start, which can be used in combination with the display mode.

 

(6) mount the export data module.

 

5. Service Interface (IAppService)

/// <Summary> /// service Key, which must be unique // </summary> string ThisKey {get ;} /// <summary> /// service name /// </summary> string ThisName {get ;} /// <summary> /// update the device /// </summary> /// <param name = "devid"> device ID </param> /// <param name = "obj"> device object </param> void UpdateDevice (int devid, object obj ); /// <summary> /// remove the device /// </summary> /// <param name = "devid"> device ID </param> void RemoveDevice (int devid ); /// <summary> /// click the event and associate the menu /// </summary> void OnClick (); /// <summary> /// start the service /// </summary> void StartService (); /// <summary> /// release the service /// </summary> void ReleaseService (); /// <summary> /// write log event /// </summary> event WriteLogHandler; /// <summary> /// service type /// </summary> ServiceType {set; get ;} /// <summary> /// whether to automatically start /// </summary> bool IsAutoStart {set; get ;}

 

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.