3/2/2016 12:33 AM | |
Posts: 1 Rating:
|
Hi, I have a problem, I'm working whit cpu1214c with tia V13 I'm work whit"SCL" language., within the network profibus I have adress with IB264 to IB328 directions REQUIRE TO SEND BYTE to DB1[db29] AND THE FOLLOWING : FC17 A: int; FOR #A: = 264 TO 328 DO "DB1" .local [#A]: =%IB(#A); //// error in %IB(Input:IDX) not valid END_FOR; ERROR MAKE ME NOT OPERATE ANY IDEA OF WHAT I HAVE BAD? THANKS ------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 3/2/2016 11:21:59 AMNew subject after splitting |
|
3/10/2016 12:51 AM | |
Posts: 7 Rating:
|
You cannot us %IB([address]) to write to an address for S7-1200 and S7-1500 series. Try using the PEEK/POKE functions to read/write to addresses. |
Follow us on