Personal Data

Username:
santigonzalez
Joined:
2021-12-24 12:18:23

Projects

  • No projects to display.

User Activity

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

    Hi, I'm am looking for manufacturers of microcontrollers and expansion modules (I/O) for automotive uses. Displays with integrated controllers too. I want to use them in Agriculture Machinery. Does anybody know some brand I could look into? Preferable from china as I think the costs would be lower. Now we are using Hydac's controllers.

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

    I was able to do it and i leave the code for someone who might need it. //Declare global variables to associate with the actions you want the objects to do buttonenter1 : UDINT; buttonleave1 : UDINT; //in the LoopCode you have to associate each variable to the event you want to register IF pagina<>paginaanterior THEN buttonenter1:= PantallaPrincipal.PowerButton.RegisterEvent(ADR(Events.EVENT_ENTER)); buttonleave1:= PantallaPrincipal.PowerButton.RegisterEvent(ADR(Events.EVENT_LEAVE)); paginaanterior:=pagina;...

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

    Id like to manage the buttonpress or release event on an object ie. an image using ST and not the visualization. I found that there is a library for this, cmp3clutter, but i couldnt find out how to use it properly and there is no example of usage anywhere. If somebody could help me it would be much appreciated.

View All