Activity for cdfizz17

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    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...

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    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?

  • cdfizz17 cdfizz17 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    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.

  • cdfizz17 cdfizz17 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    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.

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    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.

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    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?

  • cdfizz17 cdfizz17 posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    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.

  • cdfizz17 cdfizz17 modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    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.

  • cdfizz17 cdfizz17 posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    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.

  • cdfizz17 cdfizz17 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Very confusing. Surely this is a common use-case for this library.

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Thank you for the advice.

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Hello, I am creating a webvisu that will need to be accessed over 3g mobile network (slow). Is there any best practice or advice for this? Configuration of buttons, alarm management, etc. I want the visualization to be responsive. Thanks.

  • cdfizz17 cdfizz17 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello all, I'm using the SNMP library and there doesn't seem to be any way to change the community string used by the agent. Are there any plans to add this feature in the future?

  • cdfizz17 cdfizz17 posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello all, I am trying to use the SNMP_Agent FB but I cannot get it to accept SNMP_VALUE variables. It only seems to accept SNMP_DINT and SNMP_STRING. Example: VAR snmpAgent : SNMP.SNMP_AGENT; stValue : SNMP.SNMPValue; diObject : SNMP.SNMP_DINT; vObject : SNMP.SNMP_VALUE; END_VAR snmpAgent( xExecute := TRUE, sOwnIP := GVL.sOwnIP ); diObject( sOID := '1.3.6.1.4.1.3000.1.1.1', pSnmpAgent := ADR(snmpAgent), diValue := 3 ); stValue := diObject.Value; // Copy property vObject( sOID := '1.3.6.1.4.1.3000.1.1.2',...

  • cdfizz17 cdfizz17 posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Hello all, is there any way to make a webvisu "fixed and scrollable" like you can with a frame? I want to use fixed scaling but I don't want it to be cut off.

1