AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
Modules
Cancel
Modules
Paragon Module
Maintaining BLEN attribute of DTAB
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
5 replies
Subscribers
6 subscribers
Views
20 views
Users
0 members are here
Options
Share
More
Cancel
Related
Maintaining BLEN attribute of DTAB
Charles Ramachandran
over 5 years ago
Charles Ramachandran
over 5 years ago
Is there a way to modify the BLEN values of DTAB other than every time modifying the whole entries using the command similar to BLEN (10 15 20 25).
Is it possible to append a new length(also modify values in between) with out disturbing other entries.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Corrado Galluzzi
over 5 years ago
Have you tried with BLEN NUM5 30 ?
Where NUM5 is the 5th entry of the array
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Charles Ramachandran
over 5 years ago
Yes, tried that . but it is giving syntax error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Atish naresh parkar
over 5 years ago
you can use the below command when you want to populated the 5th entry.
ATTRIB BLEN NUM 5 = 30
you can use the below command when you want to populated from 2nd to 4rd entry.
ATTRIB BLEN NUM 2 TO 4 = 16 21 26
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Charles Ramachandran
over 5 years ago
Thanks atish.. this is what i was looking for
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel