- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Display logger data
You can display the data logger and event logger data in a table.
Verify that the data logger or event logger is configured. See:
- In theProject viewpane, right-clickUIand select .
- Select theData gridobject to open it in the editor.
- From theProject viewpane, drag aData loggerorEvent loggerobject to theData gridobject in the editor.TheData gridobject shows the data stored by the logger in the database.
- To display the data updated in real time at runtime, configure theUpdatemethod orAuto refresh timeproperty of theData gridobject.TIP: Typically, the method is associated with aButtonobject event.
Provide Feedback