Personal Data

Username:
fless
Joined:
2020-01-17 11:11:17

Projects

  • No projects to display.

User Activity

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

    Update: We managed to avoid the warnings by changing the order of initialization by adding an attribute to the GVL with the variables. {attribute 'global_init_slot' := '49989'} The variables are initialized right before the regular GVLs (default GVL slot 49990). Note to Codesys: I see the problem, Codesys needs to initialize the CNC objects before the GVLs so they can be used in the GVL. But then you can't use variables from GVLs in CNC programs. Maybe you could disable the warning in your generated...

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

    use this to set an invalid reference Add_EVT_OUT REF= 0;

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

    Hello, we are porting a CNC project from codesys 3.5.16 to codesys 3.5.19. The project has lots of CNC programs with variables. now we get hundreds of messages like this. [WARNING] CNC Test SP19: TestCNC SPS: PLC Logic: Application: C0564: A reference to uninitialized variable varCNC is used for initialization of TestCNC_D. Accessing the uninitialized variable may result in unexpected behavior. The objects program_name_D are implicit generated by codesys. I see no way to generated them after the...

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

    either you have "Insert with namespace" enabled in the SmartCoding options or your GVL_GLOBAL starts with {attribute 'qualified_only'} btw it's considered good practice to put the namespace in front of the variable. you could have variable with the same name in your PRG or FB.

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

    you need to set the increments to 10 (the screenshot shows 10000 hex = 65536). all the turn settings to 1. and the application units to 366. But usually you use the resolver resolution per motor turn. Insert the gear ratios (1:1 for no gear) and the last field you put the circumference of your drive wheel.

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

    Hi, you should see 2 input fields in the scaling tab of your linear axis: increments and units in application just set increments to 10 and units in application to 366

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

    looks like you are running in a bug in the newest version 4.4.0 of the profinet library or the new library triggers a bug in your code. did you update your profinet device too? you could try to downgrade to an older version of the library. via library manager - placeholders, double click Profinet 4.4.0 in the library column and choose an older version.

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

    standard installation - white style included in SP7 , SP8, SP9, SP12, SP14 and SP16 not sure about later service packs

View All