Skip to main content

Teach pendant Demo description

Demo structure diagram

Click to download Demo

Open the demo project with QtCreator.

avatar

Demo file list description

  1. settingparawidget.h, settingparawidget.cpp and settingparawidget.ui are user-defined forms, users can add required controls on these form (as shown below)

avatar

The parameters 1, 2, 3, 4 in the image above are user-defined input controls.

  1. Widgetmanager.h and widgetmanager.cpp are used to manage the connection between user-defined forms and static libraries

Running Demo

Use QtCreator to directly open the NextpMode.pro file under the demo folder, run the program, click [Operator], select "Admin", and then enter the password 123456 to log in.

avatar

Click the [Process] button on the left > User to enter the custom window (as shown below):

avatar

avatar

Click the "Modify" button to modify the parameters. Click "Save" to send the parameters to the controller.

The QtCreator console will print the data sent to the controller: avatar

avatar