CncProfilePositions
less than a minute
| Name | Type | Size | Description |
|---|---|---|---|
| CncProfilePositionId | Integer | 4 | PRIMARY KEY |
| ProfileId | TEXT | GUID that references a profile in the Profiles table. | |
| IsMacro | INTEGER | 4 | 1 if the profile position references a hardwaremacro |
| MacroType | INTEGER | 4 | The type of the macro / hardware (see MacroType ) |
| MacroName | TEXT | The key of the hardwaremacro (isMacro=1) or the hardware itself | |
| MacoSubName | TEXT | The sub name of the macro | |
| SawId | INTEGER | 4 | FOREIGN KEY - The id of the cnc this machining is done on (see Saws ). |