Generator tool
Generate part numbers with three practical modes
Use sequential counters, Unix timestamp values, or random strings. Keep the old generator behavior in the new site layout.
Sequential mode
Base number increments after each copy.
Current output
PREFIX000001SUFFIX
Time mode
Build a number around the current Unix timestamp in seconds.
Current output
PREFIX0000000000SUFFIX
Random mode
Generate a numeric or alphanumeric string with fixed prefix and suffix values.
Current output
PREFIX0000000SUFFIX
Session tools
Notes
Use this space for project notes before saving as PDF.
Disclaimer: Use calculations at your own risk. For critical applications, verify results against your governing standards/specifications.
How it works
Sequentialcopies the current value and then increments the base number.Timeuses the current Unix timestamp in seconds.Randomgenerates numeric strings or alphanumeric strings.
Examples
PRT000431REV-AJOB1730859200MFGDEV9A4M2QXTEST
FAQ
Can this guarantee uniqueness?
No single client-side tool can guarantee uniqueness across teams. Use your PLM/PDM checks for final control.
Why keep prefix/suffix fields?
They make team-based partitioning easy, reducing collisions across groups or projects.
Notes
- Timestamp values are based on local system time converted to Unix seconds.
- Random mode uses browser
Math.random().