2/25/2010 1:04 PM | |
Joined: 4/5/2006 Last visit: 1/12/2023 Posts: 642 Rating:
|
hello, in the FB2 you can use this code: [code] TAR2 //Multiinstance-Offset UD DW#16#FFFFFF //delete Area information LAR1 P##buffer +AR1[/code] Regards
André Räppel --------------------------------------------------------------------------------- www.raeppel.de work faster withinnovative PLC-Tools |
This contribution was helpful to
1 thankful Users |
2/26/2010 1:12 AM | |
Joined: 10/7/2005 Last visit: 6/1/2023 Posts: 2966 Rating:
|
Hello Pedro Ruiz just a quick supplement to André Räppel's very useful advise: "+AR1" can add a maxium of +32767 bits (=4KB as a pointer value) to the pointer. Should your IDB be larger than 4Kb, you are better off using thiscode sequence (see also THIS link for more): [code]TAR2 AD DW#16#FFFFFF L P##Buffer +D LAR1[/code] I hope this helps |
Cheers |
|
This contribution was helpful to
2 thankful Users |
Follow us on