如何在 ITP1000 上触发 “用户程序” LED?

初始状态

“用户程序” LED 是关闭状态。

如何在 ITP1000 上触发 “用户程序” LED?
图. 01

解决方法

1. 解压 DMAPI.zip 文件。

  • DMAPI.zip 文件位于 ITP1000 如下路径:
    C:Program Files (x86)SiemensAutomationTabletAPIExamples。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 02

  • 选择文件解压。本例解压到 C:LED ITP1000。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 03

  • 应用程序 DMSetDisplays 位于 “C:LED ITP1000DMAPIsamplesRelease”。可使用该应用程序触发 “用户程序” LED。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 04

2. 通过命令行触发 LED。

  • 打开CMD。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 05

  • 使用控制台命令 “cd” 指向 DMSetDisplays 应用程序所在的路径。

    如何在 ITP1000 上触发 “用户程序” LED?
    图06

  • 触发 LED 有效的指令如下。
LED 状态调用命令
offDMSetDisplays.exe 0 off
Lights redDMSetDisplays.exe 0 red
Lights greenDMSetDisplays.exe 0 green
Lights orangeDMSetDisplays.exe 0 orange
Flashes redDMSetDisplays.exe 0 red flash
Flashes greenDMSetDisplays.exe 0 green flash
Flashes orangeDMSetDisplays.exe 0 orange flash
  • 使用 DMSetDisplays.exe 0 red 指令触发 LED。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 07

3. 在 WinCC RT Advanced 中触发

  • 在 TIA Portal 中打开 HMI 设备。
  • 创建 VB 脚本。添加下面的语句触发 LED 显示红色。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 08

  • 创建一个按钮,关联创建的脚本。

    如何在 ITP1000 上触发 “用户程序” LED?
    图. 09

原创文章,作者:ximenziask,如若转载,请注明出处:https://www.zhaoplc.com/plc342201.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2020年11月5日
下一篇 2021年4月12日

相关推荐

发表回复

登录后才能评论