(0)| 4/26/2013 9:37 AM | |
|
Posts: 3609 Rating:
|
Import of a technical question from user VICTOR_fer
|
| 2/28/2014 2:30 PM | |
|
Posts: 1 Rating:
|
The S7-1214 has a very large image table. You do not need to use SFC 14 and SFC 15 to write to the devices. If you need a consistent block of data then there are other ways to do it. You are correct in saying that SFC14 and SFC15 do not work. Contact the guys at Siemens support. 1-800-333-7421 and they will show you how to write a consistent block of data to an I/O address. it involves writing an FC with this code inside: POKE_BLK(area_src:=#area_src, dbNumber_src:=#Source_DB_Number, byteOffset_src:=#Source_ByteOffset, area_dest:=#area_dest, dbNumber_dest:=#Dest_DB_Number, byteOffset_dest:=#Dest_Byte_Offset, count:=#Count); That is the only way to write a consistent block of data to a field I/o device in the S7-1200 series that I am aware of. I exported the block and am attaching the source code fc100.scl that you can import into your project. I has decent documentation so you should be able to figure it out. AttachmentFC100.zip (166 Downloads) |
Last edited by: aloudermilk at: 2/28/2014 2:31 PM |
|
Follow us on