搜索资源列表
PLC-lilunbiancheng-Program.rar
- 其中VB NC程序可与PLC newNCDH程序配合使用。由NC VB在计算机上做程序编辑,然后再下载给PLC。起动PLC运行,即可使PLC所控制的系统按所编程序工作,并可实时读取与显示有关运动数据。程序所用设备为沈阳旭风电子公司二维运动控制模型。 其中"绝对值列表控制VB"程序可与PLC "绝对值列表控制完整程序.cxp"程序配合使用。由VB程序在计算机上做画图编辑,然后再下载给PLC。起动PLC运行,即可使PLC所控制的系统按所画图形运动,并可实时读取与显示有关运动数据。程序所用设
c_prgm_check
- # This scr ipt scans a list of C programs and # tries to find if statements which do assignments. # Specifically, it looks for any line which contains # text of the form if(....), where if is the first # non-blank thing on the line, and the (