Personal Data

Username:
simotion
Joined:
2023-05-15 10:12:52

Projects

  • No projects to display.

User Activity

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

    Our IPC has multiple seperate ethernet ports. Is it possible to have two ethercat masters on the IPC (on two different ehternet ports off course)? If so, is there documentation available on this, or are there watchouts? Thanks

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

    Our IPC has multiple seperate ethernet ports. Is it possible to have two ethercat masters on the IPC (on two different ehternet ports off course)? If so, is there documentation available on this, or are there watchouts? Thansk

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

    Why can't a property be of type REFERENCE TO? Plc goes to stop if I try that.

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

    I have developped a function block 'Axis' the inherits from 'AXIS_REF_SM3' -> FUNCTION_BLOCK Axis EXTENDS AXIS_REF_SM3 In my global variable list I define a variable MasterDrive of type Axis and assign Axis1. Axis1 is a virtual drive (AXIS_REF_VIRTUAL_SM3). This type should inherit from AXIS_REF_VIRTUAL. VAR_GLOBAL MasterDrive : Axis := Axis1; However I get the error 'Cannot convert type'. What is the way to obtain what I want : function block inheriting AXIS_REF_SM3 and initialising this function...

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

    Is there a variable indicating that a gearing or camming operation is pending? For instance MC_Gearin has beeen triggered, but starting point of master axis to start the sychronisation movement is not reached yet, so the slave axis is just waiting for this. I should be able to differ between a pending and active gearing or camming

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

    What variable of the axis indicates it is a modulo of finite axis? I want to check that in the code, to adopt my motion code between the two types.

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

    Yes but what exactly does each of them stand for?

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

    What is the exact meaning of the variables that measure the softmotion performance : Axis_Ref_SM3.perfTimers.udiAI_ns Axis_Ref_SM3.perfTimers.udiAO_ns Axis_Ref_SM3.perfTimers.udiBI_ns Axis_Ref_SM3.perfTimers.udiBO_ns

View All