Specifications
Example CP143 H1 / TCP/IP manual
6-16 Rev. 00/07
6.4.3.2 Cycle, function and data module for PLC1
The transmission from PLC1 is initiated by means of the handler module SEND. This call is issued
in function module FB1. FB1 is accessed by the first command, a jump, in the cycle organization
module OB1. The send-job is configured as follows.
Cycle operation module:
OB1
Network 1
; Cycle
00001 :SPA FB 1 FB1 send job
NAME #FB1
TIME =KT 10.0 Transmit timer 10 means 100ms
00002 :O M 0.0
00004 :ON M 0.0 Logical result 1
00006 :SPA FB 126 Send All
NAME #SEND-A
SSNR =KY 0,0 SSNR or frame base 0
A-NR =KY 0,0 A-Nr. 0 for ALL-job
ANZW =MW 190 Indicator word MW190
PAFE =MB 199 Configuration error byte MB199
00012 :
00014 :SPA FB 127 Receive All
NAME #REC-A
SSNR =KY 0,0 SSNR or frame base 0
A-NR =KY 0,0 A/No. 0 for All/Job
ANZW =MW 194 Indicator word MW194
PAFE =MB 198 Configuration error byte MB198
00020 :
00030 :BE