11 2017 档案

VMware下,windows7无法自动更新,故障80072EE2
摘要:手动安装更新 1) KB3020369 2) KB3172605 阅读全文

posted @ 2017-11-21 23:28 lion_zheng 阅读(603) 评论(0) 推荐(0)

Win7无法连接wifi网络的解决方法
摘要:以下方法是一个笔记,不能保证100%解决问题 方法1、 在CMD命令窗口中, 方法2、 右键点网络图标,`troubleshoot problems ` 阅读全文

posted @ 2017-11-20 20:51 lion_zheng 阅读(494) 评论(0) 推荐(0)

开源框架 epics,开源画面编辑软件 edm
摘要:epics Experimental Physics and Industrial Control System 一套开源软件框架,实验物理和工业控制系统 http://www.aps.anl.gov/epics/ edm (Extensible Display Manager) 是 epics 的 阅读全文

posted @ 2017-11-19 10:44 lion_zheng 阅读(1026) 评论(0) 推荐(0)

s7nodave用于上位机连接西门子PLC,开源项目epics
摘要:s7nodave 可以看作是Prodave的开源替代者,在PLC侧,不需要编程 This device support does not require any special programming on the PLC side. http://oss.aquenos.com/epics/s7n 阅读全文

posted @ 2017-11-19 08:57 lion_zheng 阅读(1513) 评论(0) 推荐(0)

S7-1500 读取V90/S120/S210/G120的常用驱动参数
摘要:S7 1500 读取V90/S120的常用驱动参数 此程序已更新,可以下载例子程序 https://files.cnblogs.com/files/lion zheng/PLC_async_drive.zip 1 不需要 理解非周期通讯,调用这个FB就可以读取常用的驱动状态,程序块已经封装了非周期通 阅读全文

posted @ 2017-11-17 22:37 lion_zheng 阅读(14160) 评论(5) 推荐(0)

simotion读写CF卡,保存/读取变量
摘要:simotion读写CF卡功能 1 使用西门子的Simotion运动控制器时,有时需要用到 读/写 CF卡的功能。主要来自以下几个方面的需求。 1)用户数据量较大,可保持(retain)存储区的容量不够(D435 2 为 384K),需要将数据写入CF卡。 2)在极其罕见的情况下,例如在启动过程中出 阅读全文

posted @ 2017-11-17 10:39 lion_zheng 阅读(3515) 评论(0) 推荐(2)

西门子 S7-1500 PLC,使用手轮控制伺服电机
摘要:西门子 S7 1500 PLC,使用手轮控制伺服电机 本文描述了一种,1500PLC使用叠加定位的方法,实现手轮操作的方法。 手轮操作需要的功能 数控机床等设备上的电子手轮,起源于机械手轮。机械手轮是通过一个圆的摇柄,经过减速箱,带动机床上的滑台进行移动。 数控机床的进给轴、主轴已经实现了电气化。由 阅读全文

posted @ 2017-11-17 01:03 lion_zheng 阅读(16733) 评论(1) 推荐(3)

simotion byte/word ASCII码转换为字符、字符串
摘要:1. 建立string类型,和byte类型(ASCII)的数据 2. 将byte类型(ASCII)赋值给string中的一个字符 参考程序 阅读全文

posted @ 2017-11-16 12:09 lion_zheng 阅读(462) 评论(0) 推荐(0)

SIEMENS Simotion 运动控制器设置Web server, HTTP, FTP, webservice访问密码
摘要:早期版本的web service, 访问密码是 用户名 : simotion 密码 : simotion 新版本,Firmware = 4.4之后,考虑到安全性,控制器没有默认密码。设置密码方式如下: 1) 使用浏览器登录到web service, 如果使用X127接口,地址为: http:\\16 阅读全文

posted @ 2017-11-15 15:06 lion_zheng 阅读(2616) 评论(0) 推荐(0)

在Markdown中插入不会显示的注释文本
摘要:方法1 <! your comment goes here 方法2 [//]: (This is also a comment.) 原文地址: https://stackoverflow.com/questions/4823468/comments in markdown 阅读全文

posted @ 2017-11-12 21:49 lion_zheng 阅读(669) 评论(0) 推荐(0)

Kalman filter, Laser/Lidar measurement
摘要:You can download this project from https://github.com/lionzheng10/LaserMeasurement The laser measurement project is come from Udacity Nano degree cour 阅读全文

posted @ 2017-11-12 21:37 lion_zheng 阅读(635) 评论(0) 推荐(0)

电路设计软件 电路模拟软件 sPlan , LTspice 等
摘要:电路设计/PCB绘制 立创EDA https://lceda.cn/ sPlan http://www.electronic software shop.com/splan 70.html?language=en 49.9 EURO 原贴:画电路图用什么软件比较方便? https://www.zhi 阅读全文

posted @ 2017-11-12 09:07 lion_zheng 阅读(865) 评论(0) 推荐(0)

ubuntu 显示隐藏文件
摘要:原文链接 http://blog.csdn.net/happyjiahan/article/details/6023496 方法1、使用命令ls a显示所有的文件,包括隐藏文件 方法2、在桌面化操作时,在文件夹下,按下ctrl+h,即可显示所有的文件 阅读全文

posted @ 2017-11-11 13:59 lion_zheng 阅读(321) 评论(0) 推荐(0)

GNU Nano编辑器
摘要:^表示 control建 ^X 退出 nano ^O 保存文件 ^R 插入其他文件内容至光标位置 ^W 查找字符串 ^Y 跳至前一屏 ^V 跳至后一屏 ^K 剪切光标所在行并保存到剪贴板,或剪切选中内容 ^U 将剪贴板内容粘贴至当前行 ^C 显示光标位置 ^F 向前跳一字符 ^B 向后跳一字符 ^S 阅读全文

posted @ 2017-11-11 13:37 lion_zheng 阅读(189) 评论(0) 推荐(0)

make知识
摘要:makelist 语法 https://cmake.org/cmake/help/v3.10/manual/cmake language.7.html I am of the opinion that you need not use an automated script for generati 阅读全文

posted @ 2017-11-07 13:23 lion_zheng 阅读(160) 评论(0) 推荐(0)

导航