Page 1 of 1

JavaScript获取HMI中的变量

Posted: 22 Jan 2019 01:00
by jiataifeng
var someControl = TcHmi.Controls.get('TcHmiButton');
if(someControl !== undefined) {
someControl.setText('found you');
}