Can't get UPS status with EW11
Hello!
I'm trying to get data from the UPS.
I can do it when UPS connected directly to the server but it doesn't work using EW11.
Please help me with the configuration.
提交时间: 2020年10月02日回复时间: 2020年10月10日
UART 取值为 02C5,怎么计算
RECV UART uart0
#sd取值为 [0x02,0xC5]
sd = INPUT.subString(13,15)
c = sd.charAt(0)
d = sd.charAt(1)
用charAt只能计算出 2 和 197
脚本里用什么公式可以把 sd 计算为:(0X2C5,709)
提交时间: 2020年07月01日回复时间: 2020年07月03日
通讯
I.O.T服务软件无法链接广域网服务器。
提交时间: 2020年05月06日回复时间: 2020年05月06日
软件不兼容win10?
好几个软件,在win10下都出现异常显示。
提交时间: 2020年05月06日回复时间: 2020年07月01日
HIS脚本问题
a="A"
b="B"
c="CD"
out=a+b+c
k=out.length()
outStr=""
i=0
hh1="Y"
WHILE (i<k)
outStr=outStr+out.subString(k-1,k)+hh1 # 这里有“+hh1”时运行出错
k=k-1
END
以上脚本第10行有“+hh1”时运行出错,无+hh1则没有问题。
脚本运行期待结果DYCYBYAY
提交时间: 2020年04月29日回复时间: 2020年05月26日