I want to create a quantity which could show in IPGControl and the value depend on EBW, if the value of EBW larger than 6.0, the new quantity value is 99, if EBW range [0,6], the new quantity equal to EBW.
谢谢
I want to create a quantity which could show in IPGControl and the value depend on EBW, if the value of EBW larger than 6.0, the new quantity value is 99, if EBW range [0,6], the new quantity equal to EBW.
谢谢
Hello Chenyji,
I´m not sure what you want to do, but have you tried something like this in the mini-commands? NEW = name of your new quantity
Eval Qu::NEW=99
Eval (EBW>=0&&EBW<=6) ? NEW=EBW
Hi, Kitz
Thank u, sovled, hahaha, and another question, are u an engineer of IPG?