Hi,
The current application I am working on is a step-based system, with 48x steps, 2x fields per step. The method I have used for entering the data is a standard text box.
All is working ok & as expected, but there is noticable delays when opening the forms with the text input fields.
When I say delay, is only 2-3 sec, but I think it should be better performing than this. Sometimes, the form colour is not what it should be either.
I am experimenting using a tab control, with everything based on the one form, but not sure if that best practice or not..?
Does anyone have a suggestion that may make this faster.? Would using the AdvancedHMI controls as opposed to a text box make any difference?
Another option I have just thought of, is to use a Data set viewer, that the fields required to be edited are either selected or tabbed through.
This would be less taxing I think, but changes the feel of the application compared to the rest.