Personal Data

Username:
alejho
Joined:
2020-01-17 10:46:40

Projects

  • No projects to display.

User Activity

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

    Hi all, Does someone have an idea about the meaning of this parameter in cam editor? Trying to change it nothing happens. I can't find any documentation about it except of: Indicates when the slave period is repeated mechanically. The slave position at the start and end of the master period may then be in an interval of a whole number multiple of this value. This value is effective only if the Smooth transition check box is selected.* That is not really helpful (how can the slave be OUT of an interval...

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

    Hi all, Using this object in visualization I can't see the FB inputs on the target device The curious thing is that if I access the same visualization from web it works perfectly: Someone has idea of where the problem is?

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

    Hi all, Using this object in visualization I can't see the FB inputs on the target device The curious thing is that if I access the same visualization from web it works perfectly: Someone has idea of where the problem is?

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

    Hi all, I'm working at a script to autoconfigure some aspects of a project. The script will be interactive and submit some questions to the user. Is it possible to edit the parameterization of an axis from a python script? For example let's say I want to change the axis type and limit like I can do manually from its editor...how can I do? from __future__ import print_function proj = projects.primary device = proj.find('myAxis', recursive = True)[0] param = device.device_parameters #how to list and...

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

    Thank you very much...I must be blind!

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

    Hi all, Does someone has the right link for the python scripting API? I found in different documents a link to this page that is no longer available: https://help.codesys.com/ms-its:ScriptEngine.chm::/html/R_Project_ScriptEngine.htm Thank you for any kind of help!

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

    Hi all, I have to perform the homing routine of an axis that act as a master for another axis. The slave must follow the master with an mc_gear in (1:1) becaus of the mechanics of the machine My problem is that in the moment the master axis finish it homing procedure and set its position value the slave axis jerks because the master position has a discontinuity. Does anyone has a suggestion for this situation? It's somehow possible to perform the homing procedure without setting the position?(this...

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

    Hi, I'm running the CODESYS runtime on a windows 10 machine...it's possible to read the inputs from a physical usb keyboard?...I have to use serial communication?

View All