问题描述:
在Unity Pro中使用模拟器如何强制输入点?所属产品线:
EcoStruxure Control Expert(原Unity Pro)解决方法:
使用如下四个指令可实现强制不同输入点的功能:
WRITE_INPUT_DINT: Writing Inputs of Type DINT
WRITE_INPUT_EBOOL: Writing Inputs of Type EBOOL
WRITE_INPUT_INT: Writing Inputs of Type INT
WRITE_INPUT_REAL: Writing Inputs of Type REAL
是否有帮助?