Personal Data

Username:
cdfizz17
Joined:
2021-07-22 01:37:40

Projects

  • No projects to display.

User Activity

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

    Thinking of using an XY Chart to create some sort of custom trend. If that doesn't work, I'll just have to leave it as-is...

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

    Hello, I have data which trends over the course of several hours. I removed the 10s option from the Time Range Picker, but 10s is still the default range on load. Is there any way to change the default time range?

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

    To follow up on this: I chose "Yes" at the prompt and the message has not appeared since. It has certainly remained compatible with V3.5 SP18, so the message must be wrong. I suspect it is meant to say "...you will not be able to open this project with V3.5 SP17 any more." It would be nice to get confirmation that there are no unintended side-effects from clicking "Yes" at this confusing prompt.

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

    I have started getting the same warning ever since upgrading my project to SP18. Very confusing message, since V3.5 SP18 is the latest version of CODESYS.

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

    This is extremely helpful, thank you. How would you solve this problem on a system using a physical keyboard? I suspect you would need to create a POU to validate the inputs.

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

    Hi, I see that you can set the 'min length' and 'max length' for a text input, but how can I restrict a user on the webvisu from typing in special characters?

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

    I have found the issue. SysProcess.SysProcessExecute has a restriction on allowed characters. Only alpha numeric and the following are allowed: .-+_ :/>" So my code does not work due to the '#' symbol.

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

    Hi, I'm having trouble editing a configuration file using the SysProcess library. I have followed advice and added the following to CODESYSControl_User.cfg: [SysProcess] Command.0=shutdown Command.1=sed I tested my code using the shutdown command, and this was successful. The sed command does not work, instead returns code 25.

View All