MelsecFxLinksHelperWrite 方法 |
名称 | 说明 | |
---|---|---|
Write(IReadWriteFxLinks, String, Boolean) |
批量写入bool类型的数组,支持的类型为X,Y,S,T,C,具体的地址范围取决于PLC的类型,地址支持动态指定站号,例如:s=2;D100 Write arrays of type bool in batches. The supported types are X, Y, S, T, C. The specific address range depends on the type of PLC, The address supports dynamically specifying the station number, for example: s=2;D100 | |
Write(IReadWriteFxLinks, String, Byte) |
批量写入PLC的数据,以字为单位,也就是说最少2个字节信息,支持X,Y,M,S,D,T,C,具体的地址范围需要根据PLC型号来确认,地址支持动态指定站号,例如:s=2;D100 The data written to the PLC in batches is in units of words, that is, at least 2 bytes of information. It supports X, Y, M, S, D, T, and C. The specific address range needs to be confirmed according to the PLC model, The address supports dynamically specifying the station number, for example: s=2;D100 |