Activity for i-campbell

  • i-campbell i-campbell modified a wiki page

    Standard64

  • i-campbell i-campbell modified a wiki page

    Standard64

  • i-campbell i-campbell modified a wiki page

    Standard64

  • i-campbell i-campbell created a wiki page

    Standard64

  • i-campbell i-campbell modified a wiki page

    Libraries

  • i-campbell i-campbell modified a wiki page

    Libraries

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Libraries

  • i-campbell i-campbell created a wiki page

    Libraries

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    Standard64.WLEN

  • i-campbell i-campbell renamed a wiki page

    Standard64.WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell modified a wiki page

    WLEN

  • i-campbell i-campbell created a wiki page

    WLEN

  • i-campbell i-campbell posted a comment on ticket #109

    @ingo :D I couldn't find out which emails were associated with garypratt. Can you investigate the username(s) / email(s)

  • i-campbell i-campbell created ticket #109

    link forum user to his posts

  • i-campbell i-campbell posted a comment on discussion Engineering

    Upper_Bound(my_array,1) - Lower_Bound(my_array,1) + 1

  • i-campbell i-campbell posted a comment on ticket #100

    related is: https://forge.codesys.com/u/i-campbell/user_icon?w=96 and https://forge.codesys.com/u/i-campbell/user_icon?w=48 give valid images, but https://forge.codesys.com/u/i-campbell/user_icon?w=16 does not. There should be a setting somewhere in forge, perhaps ".ini file > project_icon_sizes" which allows which image widths can be displayed.

  • i-campbell i-campbell posted a comment on discussion Engineering

    Angel, welcome to CODESYS, and more importantly, a warm welcome to the forge! Consult if one step is activated: You could use grafcet1.currentstep SFC flag https://help.codesys.com/webapp/_cds_sfc_sfc_flags;product=codesys;version=3.5.15.0 you could also use grafcet1.Step_00.x How can I force an SFC to a particular step? Generally, we do not force SFCs to a particular state. Indeed if you want Grafcet0 to change the state of Grafcet1, you would need to program in Grafcet1, an alternative branch,...

  • i-campbell i-campbell modified ticket #108

    Syntax Test Site that doesn't show up in forge/community-feed/

  • i-campbell i-campbell posted a comment on ticket #108

    Works. Documented at https://forge.codesys.com/forge/community/Developer%20Community%20Documentation/?version=17

  • i-campbell i-campbell modified a wiki page

    Developer Community Documentation

  • i-campbell i-campbell posted a comment on discussion Engineering

    Right click the device in device tree and "Update" and select the latest controller. Then from the menu bar Project > Project Environment... > Set all to newest > OK

  • i-campbell i-campbell posted a comment on discussion Engineering

    Try 100.0, or REAL#100 or LREAL#100. If not, which datatypes are the three, and which compiler version, and which error? https://help.codesys.com/webapp/_cds_operands_constant_real;product=codesys;version=3.5.15.0

  • i-campbell i-campbell posted a comment on discussion Engineering

    You could use this script and search help.codesys.com for "scripting" on how to run it. https://forge.codesys.com/tol/scripting/snippets/5/

  • i-campbell i-campbell modified ticket #108

    Syntax Test Site that doesn't show up in forge/community-feed/

  • i-campbell i-campbell created ticket #108

    Syntax Test Site that doesn't show up in forge/community-feed/

  • i-campbell i-campbell created ticket #4

    RandomUINT() //Random Number Generator

  • i-campbell i-campbell created ticket #107

    [WebApp] [Suggestion] Archive discussion artifacts on Projects

  • i-campbell i-campbell posted a comment on discussion Engineering

    Not an exhaustive list, but https://devices.codesys.com/device-directory.html

  • i-campbell i-campbell modified a comment on a wiki page

    status: not working install instructions Not working: Killing the ffmpeg.exe process As the ffmpeg.exe doesn't get killed, you can't render anything. Might try running as administrator? tubetutor Windows install instructions: Install Codesys latest version (Time of writing: 3.5.15.40) Install cforge package, following the instrucitons given here Go to [Code] and press the checkout button. Check it out to C:/afolderwithnospaces/tubetutor. (IMPORTANT: cforge will try to check it out to tol,tubetutor,code....

  • i-campbell i-campbell modified a comment on discussion Engineering

    LOWER_BOUND(Motors,1) and UPPER_BOUND(Motors,1) will get you the array dimensions. https://help.codesys.com/webapp/_cds_datatype_array;product=codesys;version=3.5.15.0 It is also possible to make a constant (VAR_GLOBAL CONSTANT or VAR CONSTANT) and use that everywhere... VAR_GLOBAL CONSTANT MaxMotors := 3; MinMotors := 1; END_VAR VAR Motors : ARRAY [MinMotors..MaxMotors] OF Motor; END_VAR

  • i-campbell i-campbell posted a comment on discussion Engineering

    LOWER_BOUND(Motors,1) and UPPER_BOUND(Motors,1) will get you the array dimensions. It is also possible to make a constant (VAR_GLOBAL CONSTANT or VAR CONSTANT) and use that everywhere... VAR_GLOBAL CONSTANT MaxMotors := 3; MinMotors := 1; END_VAR VAR Motors : ARRAY [MinMotors..MaxMotors] OF Motor; END_VAR

  • i-campbell i-campbell posted a comment on a wiki page

    status: not working install instructions Not working: render. What it does instead: ==================================================== cmd: imagemagick\convert.exe media\intro.jpg -scale 1920x1080! -font media\Roboto-Regular.ttf -weight 500 -pointsize 100 -draw "gravity northwest fill white text 100,775 'Video Tutorial '" -scale 1920x1080! videos\tmp\intro.jpg convert.exe: `gravity northwest fill white text 100,775 'Video Tutorial' @ error/convert.c/ConvertImageCommand/3279. output: b'' error:...

  • i-campbell i-campbell modified ticket #106

    Library SysFileWrite - New File

  • i-campbell i-campbell posted a comment on ticket #106

    Hello Diego. Welcome to forge, welcome to CODESYS! The three help pages you need are: https://help.codesys.com/webapp/concat;product=codesys;version=3.5.11.0 https://help.codesys.com/webapp/_cds_operands_constant_string;product=codesys;version=3.5.15.0 * https://help.codesys.com/webapp/len;product=codesys;version=3.5.11.0 As it is windows you will probably need '$r%l' Your questions should next time go in the forum

  • i-campbell i-campbell modified a comment on ticket #21

    Minutes of short meeting: Present: Ingo, i-campbell From the diagram in the above comment we should focus most on the role of the "contributer". And that we should make the start for the potential contributer, who is new to "open source", "version control" and "continous integration", as easy as possible. This indirectly helps the other user types. Make contributing easier cforge tool should provide the "Wizards" for, for example committing your first project. This should build on the "notes" Ian...

  • i-campbell i-campbell modified a blog post

    My first forge project

  • i-campbell i-campbell created a blog post

    My first forge project

  • i-campbell i-campbell posted a comment on ticket #21

    Minutes of short meeting: Present: Ingo, i-campbell From the diagram in the above comment we should focus most on the role of the "contributer". And that we should make the start for the potential contributer, who is new to "open source", "version control" and "continous integration", as easy as possible. This indirectly helps the other user types. Make contributing easier cforge tool should provide the "Wizards" for, for example committing your first project. This should build on the "notes" Ian...

  • i-campbell i-campbell posted a comment on discussion Engineering

    I am lost. What are you trying to do?

  • i-campbell i-campbell posted a comment on discussion Engineering

    All you need is: Tab AT %IW400 : ARRAY[0..445] OF UINT;

  • i-campbell i-campbell posted a comment on discussion Engineering

    Pointers are in bytes, so you will have to add 2 * IIdxIn.

  • i-campbell i-campbell posted a comment on discussion Engineering

    Hmm, it extends ETrig, so it needs to see a false to true transition of the .xExecute. I can't see where you call it with .xExecute false.

  • i-campbell i-campbell modified a comment on discussion Engineering

    What?? No, certificates are the preferred method. It is not in the FAQ, because it is not frequently asked. It is not frequently asked because it is fully described in the help. https://help.codesys.com/webapp/_cds_runtime_opc_ua_server;product=codesys;version=3.5.15.0

  • i-campbell i-campbell posted a comment on discussion Engineering

    What?? No certificates are the preferred method. It is not in the FAQ, because it is not frequently asked. It is not frequently asked because it is fully described in the help. https://help.codesys.com/webapp/_cds_runtime_opc_ua_server;product=codesys;version=3.5.15.0

  • i-campbell i-campbell posted a comment on discussion Engineering

    So ANY_* gives you a special struct, see more here

  • i-campbell i-campbell posted a comment on ticket #21

    Great Idea, I could make any time this long weekend, but after 8pm is easiest.

<< < 1 .. 14 15 16 >