Record TS7CPU
Unit
Declaration
type TS7CPU = record
Description
: Represents a Siemens S7-200/300/400/1200 PLC.
Overview
Fields
Station:LongInt; |
Rack:LongInt; |
Slot:LongInt; |
PDUId:Word; |
MaxPDULen:Word; |
MaxBlockSize:LongInt; |
Connected:Boolean; |
Inputs:TPLCMemoryManager; |
Outputs:TPLCMemoryManager; |
PeripheralInputs:TPLCMemoryManager; |
DBs:TS7DBs; |
Timers:TPLCMemoryManager; |
Counters:TPLCMemoryManager; |
Flags:TPLCMemoryManager; |
S7200SMs:TPLCMemoryManager; |
S7200Timers:TPLCMemoryManager; |
S7200Counters:TPLCMemoryManager; |
S7200AnInput:TPLCMemoryManager; |
S7200AnOutput:TPLCMemoryManager; |
Description
Fields
Station:LongInt; |
PLC address. |
Rack:LongInt; |
PLC Rack. |
Slot:LongInt; |
PLC Slot. |
PDUId:Word; |
PDU identification. |
MaxPDULen:Word; |
Maximum PDU size. |
MaxBlockSize:LongInt; |
Maximum block size. |
Connected:Boolean; |
Tells if the connect process already done. |
Inputs:TPLCMemoryManager; |
Manager of non-continuous memory blocks of digital inputs. |
Outputs:TPLCMemoryManager; |
Manager of non-continuous memory blocks of digital outputs. |
PeripheralInputs:TPLCMemoryManager; |
Manager of non-continuous memory blocks of analog inputs of S7-300/400. |
DBs:TS7DBs; |
Lista de DB's em uso. |
Timers:TPLCMemoryManager; |
Manager of non-continuous memory blocks of Timers of S7-300/400. |
Counters:TPLCMemoryManager; |
Manager of non-continuous memory blocks of Counters of S7-300/400. |
Flags:TPLCMemoryManager; |
Manager of non-continuous memory blocks of Flags (M's). |
S7200SMs:TPLCMemoryManager; |
Manager of non-continuous memory blocks of SM's of S7-200. |
S7200Timers:TPLCMemoryManager; |
Manager of non-continuous memory blocks Timers of S7-200. |
S7200Counters:TPLCMemoryManager; |
Manager of non-continuous memory blocks of Counters of S7-200. |
S7200AnInput:TPLCMemoryManager; |
Manager of non-continuous memory blocks of analog inputs of S7-200. |
S7200AnOutput:TPLCMemoryManager; |
Manager of non-continuous memory blocks of analog outputs of S7-200. |
Generated by PasDoc 0.14.0.