본문으로 건너뛰기
버전: v5.x.y

Siemens PPI Direct Introduction

Siemens PPI Direct

Canvas supports Siemens PPI Direct as a way to connect to Siemens S7-200 series PLCs over a serial connection. Users will be able to select the Serial Port, Comm Type, Baudrate, Parity, Data Bits, Stop Bits, and Flow Control for the protocol. No additional settings will appear after selecting the device.

Memory Area and Ranges

Memory AreaSymbolMaximum Address Range (0~)Word AddressableBit AddressableNote
Special Memory (Word)SMW84-
Special Memory (Bit)SM857-
Input (Word)IW14-
Input (Bit)I15-
Output (Word)QW14-
Output (Bit)Q15-
Internal Memory (Word)MW30-
Internal Memory (Bit)M31-
Variable Memory (Word)VW4094-
Counter (Word)CW127-Only 16-bit tags can be used
Timer (Word)TW127-Only 16-bit tags can be used
Counter (Bit)C127-
Timer (Bit)T127-

Supported Data Types

Addressbooluint8/int8uint16/int16uint32/int32/floatuint64/int64/double
M----
MW-
I----
IW-
Q----
QW-
SM----
SMW-
VW-
T----
TW----
C----
CW----

Address Format

Bit Address (bool)

  • M12.3 — address number: 12, bit number: 3
  • T5 — T/C: Number
  • C10

Word Address (non-bool)

  • MW20
  • VW100
  • TW5
  • CW10