soshare分享

分享


  • Home

  • Categories

  • Archives

  • File

  • Commonweal 404

  • Search

Python OpenOPC与NI LabVIEW网络变量通信

Posted on 2019-11-02 | In Program | | Visitors:
介绍OPC(Object Linking and Embedding(OLE) for Process Control)是基于微软的 DCOM 的通信,用于过程控制和制造业自动化系统。 OPC DA(Data Access 协议,是最基本的 OPC 协议) OPC HDA(Historical D ...
Read more »

PyQT使用多语言

Posted on 2019-10-21 | In Program | | Visitors:
源代码处理在代码中需要转换处加入 self.tr() 1self.ui.txt_CMD.setPlainText(self.tr(u'CommandLog')) 生成 ts 文件将 py 文件转换为 ts 文件 1234567echo offecho "**\_\_\_ ...
Read more »

Git命令学习191016

Posted on 2019-10-16 | In Program | | Visitors:
Git 基本常用命令如下 mkdir: XX (创建一个空目录 XX 指目录名) pwd: 显示当前目录的路径。 git init 把当前的目录变成可以管理的 git 仓库,生成隐藏.git 文件。 git add XX 把 xx 文件添加到暂存区去。 git commit –m “XX” 提交文件 ...
Read more »

Python+QT开发的Modbus采集软件

Posted on 2019-10-15 | In Program | | Visitors:
介绍ScopeModbus 是基于 Python2.7 和 PyQT4 开发的 modbus 通信采集软件,已在 windows、deepin linux 和树莓派上测试! 目前已开源 Github Gitee PyQT UI 开发 QT 设计师 使用 QT 设计师设计 layout,再使用 p ...
Read more »

Hello World

Posted on 2019-10-08 | In Diary | | Visitors:
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
Read more »

python-12306

Posted on 2018-10-10 | In Program | | Visitors:
介绍使用 python2.7 开发,登录网站,获取数据,模拟数据,邮箱通知! 用于 python 爬虫学习 涉及相关 python 库 PIL bs4 prettytable json re urllib urllib2 smtplib 工具 Python2.7 Fiddler 4 Vs cod ...
Read more »

LabVIEW MATP

Posted on 2017-02-08 | In Program | | Visitors:
MATP 介绍 《SplashScreen》MATP 的引导是以 VB6.0 进行编写,VB6.0 开发的引导界面,主要是小巧,可以快速启动 《LV_Main》LabVIEW 为测试主体语言,LV_Main 中的 MyLib 为个人积累的库文件,界面可缩放,后期可支持多语言!MATP 是一个基于 L ...
Read more »

无线温湿度分布式实时采集

Posted on 2016-04-22 | In Program | | Visitors:
目的:为了能够让管理者实时监控无尘车间的温湿度环境,让产线能在规定的环境范围内运转。 硬件:MCU:stm8s103 温湿度传感器:DHT11(视温湿度要求而定) 无线模块:ESP8266 服务器:PC 软件: 3.1 下位机: 下位机通过 DHT11 采集当前区域的温湿度值,并按照设定的时间 ...
Read more »

B4A获取系统时间

Posted on 2016-04-17 | In Program | | Visitors:
1.可参考 B4A 手册http://www.b4x.com/android/help/core.html#datetime 2.由于获取到的 week 是数字,我们需要定义一个 week 数组 Dim Str_Week() As String = Array As String(“星期日”,”星期 ...
Read more »

B4A实现listview的高亮选择

Posted on 2016-04-17 | In Program | | Visitors:
在使用 B4A 中,我们需要实现 B4A 的高亮选中,但是自带的 listview 是没有这个的功能的,这里通过 listview 的 2 种添加模式,进行实现! 1.设置 listview 的属性 Dim lstview As ListView lstview .Color = Colors. ...
Read more »
12…6>

51 posts
4 categories
26 tags
Links
  • Soshare
© 2010 — 2021 tosobright | 粤ICP备16029470号-1
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4