dathlin / HslCommunication

A very popular industrial Internet of Things communication plug-in. Using this dll can be very convenient, stable, and fast to obtain data from PLC equipment of multiple brands, and also supports redis, mqtt, websocket, etc., which can let your data on the network Free transmission, reducing enterprise development costs.
http://www.hslcommunication.cn
1.61k stars 622 forks source link

布尔类型无法写入 #32

Closed MakitaToki closed 2 years ago

MakitaToki commented 2 years ago

S7-200 Smart中布尔类型地址格式是存储器[字节地址].[位地址],比如M0.0,报告如下错误。 image

dathlin commented 2 years ago

值里面写 True 或是 False

MakitaToki commented 2 years ago

谢谢作者开发的软件,体验很好