TcOpenGroup / TcOpen

Application framework for industrial automation built on top of TwinCAT3 and .NET.
https://docs.tcopengroup.org/
MIT License
281 stars 48 forks source link

[NEW-FEATURE]TcoInputDialog #699

Closed peterbarancek closed 6 months ago

peterbarancek commented 6 months ago

Collect User Input: As the user fills in the required information, the program collects this input from the InputDialog.

Validate Input: Depending on the requirements of the struct, the program might need to validate the input to ensure it meets certain criteria (e.g., data type, range, format).

After the struct is populated with the user input, the program can then perform any necessary operations or computations using the data stored within the struct.

peterbarancek commented 6 months ago

/cib

github-actions[bot] commented 6 months ago

Branch 699-_NEW-FEATURE_TcoInputDialog created!