Industry Online Support
Technical Forum
9/11/2011 2:02 PM | |
Joined: 2/23/2007 Last visit: 2/19/2023 Posts: 75 Rating:
|
Hi all! I have the same problem of this post: /tf/WW/en/Posts/25791I have more of 50 sequencial string to write in the same parameters of the DB: DB801.DBB22 := 'M001' DB802.DBB22 := 'M002' The symbol of the DB is the same name 'M001'... I can put the input parameter of DB the symbol name of DB?? How to do this? Or one way to write strings by SCL code: FOR INDEX := 1 TO 94 DO DB[800 + INDEX].DBB22 := 'M+[INDEX]'; END_FOR; Thanks for any idea! |
Follow us on