Example: Create a point class
- Last UpdatedOct 02, 2024
- 1 minute read
Once a new point class is created, you can start assigning points to that class. Create a point class using piconfig, specifying which attribute sets to include. This does not require stand-alone mode. All point classes must include the base attribute set.
-
In a command prompt window, change to the PI\adm directory.
-
Type:
piartool -sys -standalone on
-
At the piconfig prompt, type:
@table piptcls
@mode create
@istru class
@istru set,...
MyPtClass
Base,MyAttribSet
@ends -
To go back to normal mode, enter:
piartool -sys -standalone off