Create Motor objects
Create sample Motor object data to populate the data grid.
- InProject view, right-clickModeland select .
- Hover-over the object, select , and enterMotor.
- Add and configure variables:
- InProperties, at the top, add three variables by selecting and selectingVariable.
- Rename the variables by hovering-over each variable, selecting , and entering:
- Speed
- Acceleration
- Torque
- Convert the Model object into an object type:
- InType view, double-clickModel.
- FromProject view, dragMotorintoType view.
- Create and organize Motor object instances:
- InProject view, right-clickModeland select .
- Hover-over the folder, select , and enterMotorObjects.
- InProject view, dragMotorinto theMotorObjectsfolder.
- Hover-overMotor, select , and enterTurbineLeftMotor.
- Create two Motor object instances by draggingMotorTypefromType viewinto theMotorObjectsfolder inProject view.
- Rename the motors by hovering-over each object, selecting and entering:
- TurbineRightMotor
- TurbineCentralMotor
- Configure TurbineLeftMotor:
- InProject view, selectTurbineLeftMotor.
- InProperties, set the following properties values:PropertyValueAcceleration30Speed20Torque40
- Configure TurbineRightMotor:
- InProject view, selectTurbineRightMotor.
- InProperties, set the following properties values:PropertyValueAcceleration60Speed50Torque70
- Configure TurbineCentralMotor:
- InProject view, selectTurbineCentralMotor.
- InProperties, set the following properties values:PropertyValueAcceleration90Speed80Torque100
Provide Feedback