Vai al contenuto

Adding a new widget

By clicking the first button: Adding a new widget-image_0a popup window will be shown, allowing to select from the following widgets list:DataSet: display and modify a PLC data value.DataDisplay: display a PLC data value.FixedText: fixed text, chosen from the general text database, linked to the active language.Label: free fixed text, not linked to the general text databaseImage: graphical image, gif, jpg, png or svg. This widget also allows to specify an event on mouse/touch click. It’s possible to manage dynamic images load in two ways: 1) by setting the property “label” with a STRING variable, where to load the complete path of the image. Examples: “image.gif”, “alarms/ackon.gif”, “./ata0a/export/myimage.gif”. Images inside the export folder need to be specified with the full path, starting with character “.” 2) by setting the property “label” with an integer variable (INT, DINT, etc.) and inside the property “image” a partial string which describes the image name using with the character “#”. Example: “./ata0a/export/image#.gif”. When the numerical variable will change, the “#” character will be automatically substituted by the variable value. Example: “./ata0a/export/image0.gif”, “./ata0a/export/image15.gif”, etc.ProgressBar: horizontal or vertical bar graphToggleButton: button, used to set a PLC variable or executed an event. The “back_on” property allows to change the background colour when the associated variable has a value different from zero. This widget also allows to specify an event on mouse/touch click.VncClient: remote system visualization through VNC protocolChosen widget will be dropped at area centre and the function “move” will be automatically activated, allowing to position it with precision, using the touch screen.For every 4 pixels move, the widget location will be adjusted by 1 pixel (the movement is de-multiplied), in order to position it at the maximum resolution, by using the finger.