Knowledge Base
Knowledge BaseSubject: | WIRE OR CABLE ID FORMATTING |
---|---|
Status |
Resolved |
Product | WireCAD v8 |
Product Level | PRO |
Database Type | VISTADB |
Build Number (last 4 digits of version) | .1388 |
Upload | No file! |
Message
I AM OFTEN TIMES RE-USING CABLE ID'S FROM A PREVIOUS ENGINEER AND WOULD LIKE TO BE ABLE TO REMOVE THE 2 DASHES IN THE CABLE ID.
SO FOR EXAMPLE INSTEAD OF THIS "A-0001-" I WOULD PREFER OPTION FOR A0001 OR A-0001.
SO FOR EXAMPLE INSTEAD OF THIS "A-0001-" I WOULD PREFER OPTION FOR A0001 OR A-0001.
01-February-2017 (07:00 PM)
You can set this up in the Cable Number Format tool.
Create a new format with a name and description.
Add the SignalTypePrefix variable. Set the Order field to 0.
Add a NumeriSequence variable that Sequences On SignalTypePrefix. Set the Order field to 1.
Your output will then be A1001
if you want the dash inbetween then do this:
Create a new format with a name and description.
Add the SignalTypePrefix variable. Set the Order field to 0.
Add a String variable and set the Format field to -. Set the Order field to 1
Add a NumeriSequence variable that Sequences On SignalTypePrefix. Set the Order field to 2.
Your output will be A-1001
Create a new format with a name and description.
Add the SignalTypePrefix variable. Set the Order field to 0.
Add a NumeriSequence variable that Sequences On SignalTypePrefix. Set the Order field to 1.
Your output will then be A1001
if you want the dash inbetween then do this:
Create a new format with a name and description.
Add the SignalTypePrefix variable. Set the Order field to 0.
Add a String variable and set the Format field to -. Set the Order field to 1
Add a NumeriSequence variable that Sequences On SignalTypePrefix. Set the Order field to 2.
Your output will be A-1001
02-February-2017 (02:20 PM)