初始状态
“用户程序” LED 是关闭状态。
解决方法
1. 解压 DMAPI.zip 文件。
- DMAPI.zip 文件位于 ITP1000 如下路径:
C:Program Files (x86)SiemensAutomationTabletAPIExamples。
图. 02
- 选择文件解压。本例解压到 C:LED ITP1000。
图. 03
- 应用程序 DMSetDisplays 位于 “C:LED ITP1000DMAPIsamplesRelease”。可使用该应用程序触发 “用户程序” LED。
图. 04
2. 通过命令行触发 LED。
- 打开CMD。
图. 05 - 使用控制台命令 “cd” 指向 DMSetDisplays 应用程序所在的路径。
图06 - 触发 LED 有效的指令如下。
LED 状态 | 调用命令 | |
---|---|---|
off | DMSetDisplays.exe 0 off | |
Lights red | DMSetDisplays.exe 0 red | |
Lights green | DMSetDisplays.exe 0 green | |
Lights orange | DMSetDisplays.exe 0 orange | |
Flashes red | DMSetDisplays.exe 0 red flash | |
Flashes green | DMSetDisplays.exe 0 green flash | |
Flashes orange | DMSetDisplays.exe 0 orange flash |
- 使用 DMSetDisplays.exe 0 red 指令触发 LED。
图. 07
3. 在 WinCC RT Advanced 中触发
- 在 TIA Portal 中打开 HMI 设备。
- 创建 VB 脚本。添加下面的语句触发 LED 显示红色。
图. 08 - 创建一个按钮,关联创建的脚本。
图. 09
原创文章,作者:ximenziask,如若转载,请注明出处:https://www.zhaoplc.com/plc342201.html