Create a grid of numeric data
Create a data grid that shows motor properties, including motor name, speed, and acceleration.
- Create the motor parameters label:
- InProject view, right-clickMainWindow (type), and select .
- Hover-over the label, selectEditNumericDataLabel.
- InProperties, setTexttoMotor parameters.
- Create the numeric data grid:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the data grid, selectEditMotorNumericGrid.
- 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, selectAddText 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, selectAddText 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
Provide Feedback