Create a data grid
    Create a data grid that shows motor properties, including: speed, acceleration, and torque.
Prerequisites
- Create the data grid:- InProject view, right-clickMainWindow (type)and select .
- Hover-over the data grid, select, and enter MotorDataGrid. MotorDataGrid.
- InProperties, create a dynamic link betweenModeland .For more information about dynamic links, see Create dynamic links.
 
- Configure the motor name column:- InProperties, double-clickDataGridColumn1and enterMotorNameCol
- UnderDataItemTemplate, create a dynamic link between theTextproperty andTIP: You can select the@BrowseNameattribute by selecting it from theAttributedrop-down menu at the bottom.For more information about dynamic links, see Create dynamic links.
- Crete a dynamic link between theOrder byproperty andTIP: You can select the@BrowseNameattribute by selecting it from theAttributedrop-down menu at the bottom.For more information about dynamic links, see Create dynamic links.
- SetTitletoMotor Name
 
- Create the motor speed column:- InProperties, next toColumns, selectand select Text column. Text column.
- Double-click the column name and enterMotorSpeedCol
- UnderDataItemTemplate, create a dynamic link betweenTextand .For more information about dynamic links, see Create dynamic links.
- SetTitletoSpeed
 
- Create the motor acceleration column:- InProperties, next toColumns, selectand select Text column. Text column.
- Double-click the column name and enterMotorAccelerationCol
- UnderDataItemTemplate, create a dynamic link betweenTextand .For more information about dynamic links, see Create dynamic links.
- SetTitletoAcceleration
 
- Create the motor torque column:- InProperties, next toColumns, selectand select Text column. Text column.
- Double-click the column name and enterMotorTorqueCol
- UnderDataItemTemplate, create a dynamic link between theTextproperty and .For more information about dynamic links, see Create dynamic links.
- Set theTitleproperty value toTorque
 
Provide Feedback