LSQ1
请问台达宏里面和程序是用什么编程语言编写的?
就像下面这几行,是用什么编程语言编写的?
$444=$444+1
if $444>=12 then goto label 1
if $444<12 then goto label 2
label 1
$444=0
label 2