Industry Online Support
Technical Forum
11/3/2009 1:29 PM | |
Joined: 4/5/2006 Last visit: 8/13/2023 Posts: 642 Rating: (131) |
hello! warnings DB 1 preheader does not exist --> no user-defined data formats, all declared as a WORD. But i think its no problem, the DB1 is mostly usedfor configuration error in line Command not defined ASM 0 --> protected block, look for similar function in S7 (if its used) warnings FB243 invalid release (product No.) --> protected block, look for similar function in S7 (if its used) Regards
André Räppel --------------------------------------------------------------------------------- www.raeppel.de work faster withinnovative PLC-Tools |
11/4/2009 9:35 AM | |
Posts: 133 Rating: (2) |
Thanks I have several DB with that warning (preheader...),it means problems with addressing? (W in STEP5, B in STEP7?) istruction ASM 0 what does it mean? |
11/4/2009 10:11 AM | |
Joined: 4/5/2006 Last visit: 8/13/2023 Posts: 642 Rating: (131) |
Hello, there are no problems with adressing. You only have no user-defined data formats, alle words have the same data format. block with preheader [code] 0: KH = 0000; 1: KM = 00000000 00000001; 2: KF = +00000; 3: KH = 0000; 4: KH = 0000; 5: KH = 0000; [/code] block without preheader [code] 0: KH = 4442; 1: KH = 3120; 2: KH = 5446; 3: KH = 423A; 4: KH = 204F; 5: KH = 4231; [/code] The instruction ASM0 is in protected blocks, you don't see the code. You must look for similar function in S7 if this block is used. If you miss the LAD/FBD-view of function calls -> take a look at my tool Call-Converter Regards .
André Räppel --------------------------------------------------------------------------------- www.raeppel.de work faster withinnovative PLC-Tools |
Last edited by: sps-concept at: 11/4/2009 10:12 AM |
|
Follow us on