AutoCAD Plant 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
PnID Format expression string length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello, i keep getting a notification "The format expression string cannot be longer than 255 characters" when i try to save a Tag Format Setup in Autocad PnID. See attached picture.
When i count the characters in the tag format setup it is far below 255 characters. Does anyone know which other characters is have to count?
Regards,
Jan Harink
Solved! Go to Solution.
Re: PnID Format expression string length
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Jan,
The length of 255 is a limitation of SQL which will be used here in the background. The subparts and the delimiters will be internally concatenated with the concatenation symbol (||). The delimiters will be set in "" because they are strings, for example "-". If you leave for one subpart the delimiter blank, it will be translated to "". I have translated your tag format to a SQL expression. This expression I have attached here as a snapshot. Look for the count of the signs used (blanks will be counted, too) and it is about 271 signs. So it is higher than 255 signs and you will get the message.
Please, inform me if I could help you here.
Regards
Bernd

Bernd Gerstenberger
Senior Support Specialist
Product Support
Autodesk, Inc.
