Create Motor objects
Create motor objects to populate panel instances with sample data.
- Create a Motor type:
- InProject view, right-clickModeland select .
- Hover-over the object, select , and enterMotor.
- InProperties, at the top, a variable by selecting and selectingVariable.
- Rename the variable by hovering-over the variable, selecting , and enteringSpeed
- InType view, double-clickModel.
- FromProject view, dragMotorto theTypesfolder inType view.
InProject view,Motor (type)andMotorInstanceappear. - Create Motor instances:
- InProject view, hover-overMotorInstance, select , and enterMotor1
- Right-clickModeland select .InProject view,Motor2appears.
- For each Motor instance, inProperties, set anySpeedvalues.
- Create a Motor_Ext type:
- InProject view, right-clickModeland select .
- Hover-over the object, select , and enterMotor_Ext
- InProperties, at the top, add two variables by selecting and selectingVariable.
- Rename the variables by hovering-over each variable, selecting , and entering:
- Acceleration
- Power
- FromProject view, dragMotor_Extto theTypesfolder inType view.
InProject view,Motor_Ext (type)andMotor_ExtInstanceappear. - Create Motor_Ext instances:
- InProject view, hover-overMotor_ExtInstance, select and enterMotor1_Ext
- Right-clickModeland select .
- InProject view, hover-overMotor_Ext1, select and enterMotor2_Ext
- For each Motor_Ext instance, inProperties, set anyAccelerationandPowervalues.
Provide Feedback