Siemens PPI

Материал из WebHMI Wiki
Перейти к: навигация, поиск
Эта страница — перевод страницы Siemens PPI. Перевод выполнен на 100%.

Другие языки:
English • ‎русский

WebHMI supports work with Siemens S7 200 controllers over the PPI protocol.

In the S7 PPI protocol, the following registers are supported:

RegisterDescriptionData typeRead/Write
Qx.yPLC digital inputs. X — offset address, Y — bit number. Bits, bytes and words can be addressed. Examples: Q0.2, QB2, QW0, QD2 Bit, Byte, Word, Double WordRead/Write
Ix.y PLC digital inputs. X — offset address, Y — bit number. >
Qx.yPLC digital outputs. X — offset address, Y — bit number. Bits, bytes and words can be addressed. Examples: I0.2, IB2, IW0, ID2Bit, Byte, Word, Double WordRead/—
Mx.yМ - memory. X — offset address, Y — bit number. Bits, bytes and words can be addressed. Examples: M0.2, MB2, MW0, MD2Bit, Byte, Word, Double WordRead/Write
Vx.yV memory blocks. X — offset address, Y — bit number. Bits, bytes and words can be addressed. Examples: V0.2, VB2, VW0, VD2Bit, Byte, Word, Double WordRead/Write
TxTimers. X — timer number. Examples: T1, T3, T44Double WordRead/-
CxCounters. X — counter number. Примеры: C1, C3, C44Double WordRead/-

Note that although WebHMI correctly recognizes addresses with the data type included in them (for example, IW0 in the notation Siemens stands for a Word type register), but the data type from the address itself is ignored and instead the data type specified in the settings of this register is used In WebHMI. I.e. the address is used exclusively as an start address and in fact, the three addresses IW0, IB0, ID0 are equivalent to the record I0.