Hi all, Seems to have found the reason of this issue: When deactivating the multitouch function in TwinCAT, the scrollbar appeared correctly on the target visu. Also the problem with the variable for the selected row was solved by doing so. Seems that this kind of target visu does not support multitouch functionality...
Hi all, I am using a Beckhoff CX5140 PLC on TwinCat 3 and am facing some very strange behaviour regarding the visualisation of a table. The input data of this table is an array of 200 structs. I also receive the "Variable for selected row" in avariable, which I use in the PLC program to work with. When login in onto the PLC, everything looks fine and works fine when I look at the visualisation. But 2 problems arise when I use my HMI (TargetVisu): Firstly, the scroll bar itself is not being shown...
Hi all, I have some code to open a custom made dialog box using the standard visu utils library. This is working very well, including passing parameter values (texts, numbers, ...) to the dialog which are then displayed. Therefor, I use following code: VAR fbOpenMessageDialog : VU.FbOpenDialogExtended; bDone : BOOL; bBusy : BOOL; bStart : BOOL; Dialoginst : BRN_ConfirmationDialog_VISU_STRUCT; END_VAR fbOpenMessageDialog( xExecute := bStart, xDone => bDone, xBusy => bBusy, xError => , itfClientFilter...
Hi all, I have some code to open a custom made dialog box using the standard visu utils library. This is working very well, including passing parameter values (texts, numbers, ...) to the dialog which are then displayed. Therefor, I use following code: VAR fbOpenMessageDialog : VU.FbOpenDialogExtended; bDone : BOOL; bBusy : BOOL; bStart : BOOL; Dialoginst : BRN_ConfirmationDialog_VISU_STRUCT; END_VAR fbOpenMessageDialog( xExecute := bStart, xDone => bDone, xBusy => bBusy, xError => , itfClientFilter...