- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
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, select, and enterNumericDataLabel.
- InProperties, setTexttoMotor parameters.
- Create the numeric data grid:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the data grid, select, and enterMotorNumericGrid.
- 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 selectText 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 selectText 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