Personal Data

Username:
r9guy
Joined:
2023-02-13 13:34:34

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Forge πŸ‡¬πŸ‡§ on CODESYS Forge

    most of the time machine needs to access fileOpenDialog, FolderSelectionDialog,FileSaveDialog the existing dialog if poor implementation, it doesn't use operating systems Native Dialog. while this example is great, it only uploads certain file Talk Topic about project #codesys-example/visu-file-trans

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    How exacly move absolute and move relative make layout engine if you have no information on what screen you are working? Also having lots of script to change dimentions and locations of objects doesnt make a layout engine, it makes mess.

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi first of all with QT(in particular QML) you can make wonderful GUI applications, and time to the market is subjective to the skills and resources you have. in Codesys Visualization you can build a 'Frame'. Frame is basically a visualization which has Variable declaration section, there you can declare Var_in_out, Var_input, Var type variables. frame must not use direct any variable in your PLC code, but get this values by VAR_in_OUT(references) or VAR_INPUT(copying) and in your main visualization...

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    Dear Codesys Experts I wrote an application which is using filesystem, and for this purpose I need to use 1. FolderPicker Dialog 2. FileOpen Dialog 3. FileSave Dialog natively codesys has FileOpenSave dialog which is very naive user interface, not scalable. and with limited features. no folder picker dialog. I was wondering if ther's a code which can enable me to utilize native operating system dialogues. please note the Visu's Filetransfer feature is not good as I need to pick folders as well, and...

View All