Create Motor objects

Create sample Motor object data to populate the data grid.
  1. In
    Project view
    , right-click
    Model
    and select
    New
    Object
    .
  2. Hover-over the object, select
    Edit
    , and enter
    Motor
    .
  3. Add and configure variables:
    1. In
      Properties
      , at the top, add three variables by selecting
      Add
      and selecting
      Variable
      .
    2. Rename the variables by hovering-over each variable, selecting
      Edit
      , and entering:
      • Speed
      • Acceleration
      • Torque
  4. Convert the Model object into an object type:
    1. In
      Type view
      , double-click
      Model
      .
    2. From
      Project view
      , drag
      Motor
      into
      Type view
      .
  5. Create and organize Motor object instances:
    1. In
      Project view
      , right-click
      Model
      and select
      New
      Folder
      .
    2. Hover-over the folder, select
      Edit
      , and enter
      MotorObjects
      .
    3. In
      Project view
      , drag
      Motor
      into the
      MotorObjects
      folder.
    4. Hover-over
      Motor
      , select
      Edit
      , and enter
      TurbineLeftMotor
      .
    5. Create two Motor object instances by dragging
      MotorType
      from
      Type view
      into the
      MotorObjects
      folder in
      Project view
      .
    6. Rename the motors by hovering-over each object, selecting
      Edit
      and entering:
      • TurbineRightMotor
      • TurbineCentralMotor
  6. Configure TurbineLeftMotor:
    1. In
      Project view
      , select
      TurbineLeftMotor
      .
    2. In
      Properties
      , set the following properties values:
      Property
      Value
      Acceleration
      30
      Speed
      20
      Torque
      40
  7. Configure TurbineRightMotor:
    1. In
      Project view
      , select
      TurbineRightMotor
      .
    2. In
      Properties
      , set the following properties values:
      Property
      Value
      Acceleration
      60
      Speed
      50
      Torque
      70
  8. Configure TurbineCentralMotor:
    1. In
      Project view
      , select
      TurbineCentralMotor
      .
    2. In
      Properties
      , set the following properties values:
      Property
      Value
      Acceleration
      90
      Speed
      80
      Torque
      100
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.