摘要: 理解EM,CM,UNIT的程序框架基础 ANSI/ISA-88 标准基于批生产操作模式, 定义了工厂生产的四个层级,分别为 Process cell、Unit、Equipment module、Control unit, 过程单元 Process Cell: 完成批生产任务的所有设备的集合 单元 U 阅读全文
posted @ 2025-10-12 21:46 cest_net 阅读(0) 评论(0) 推荐(0)
摘要: 使用操作者框架Actor Framework 模块化 File IO Message Handing Loop 消息处理循环 Event Handing Loop 事件处理循环 Data Acquireation 数据获取 Data Analysis 数据分析 Other Interface 其他接 阅读全文
posted @ 2025-07-27 21:45 cest_net 阅读(9) 评论(0) 推荐(0)
摘要: 时间转换字符串 阅读全文
posted @ 2025-07-26 18:01 cest_net 阅读(5) 评论(0) 推荐(0)
摘要: MySQL8安装避坑问题 一:按照免安装版安装 1.链接官网:https://dev.mysql.com/downloads/mysql/ 2.MySQL8目录 以管理员权限进入cmd 3.配置my.ini [mysqld] # 设置3306端口 port=3306 # 设置mysql的安装目录 【 阅读全文
posted @ 2023-01-11 22:46 cest_net 阅读(29) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; 阅读全文
posted @ 2022-11-16 10:30 cest_net 阅读(65) 评论(0) 推荐(0)
摘要: MySQL Installer 安装包 返回到 然后Excute 输入密码 完成 阅读全文
posted @ 2022-09-09 09:55 cest_net 阅读(27) 评论(0) 推荐(0)