Personal Data

Username:
hanoues
Joined:
2024-03-11 07:50:44.142000

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Codesys V2.3 🇬🇧 on CODESYS Forge

    I've tried using the SMC3_BrakeControl function block to control the brake, but unfortunately, it's not functioning as expected. Despite setting the appropriate parameters and inputs, the brake control does not operate correctly. Any insights or suggestions on resolving this issue would be greatly appreciated. STATE_MANUAL.UNLOCK_BRAKE: IF Button_release_brake THEN GVL.drum1_Control_Brake:=TRUE; FBA.T11_ContBrake.bExecute := TRUE; GVL.manual_state := STATE_MANUAL.WAIT_FOR_BRAKE_RELEASE; END_IF STATE_MANUAL.WAIT_FOR_BRAKE_RELEASE:...

  • Posted a comment on discussion Codesys V2.3 🇬🇧 on CODESYS Forge

    Bonjour, j'ai peut-être mal configuré le bloc fonction SMC3_BrakeControl, car je débute dans son utilisation. J'ai besoin de conseils pour le programmer afin de contrôler manuellement le frein. Toute solution alternative ou conseil serait apprécié. voici le code que j'ai développée: STATE_MANUAL.UNLOCK_BRAKE: IF Button_release_brake THEN GVL.drum1_Control_Brake:=TRUE; FBA.T11_ContBrake.bExecute := TRUE; GVL.manual_state := STATE_MANUAL.WAIT_FOR_BRAKE_RELEASE; END_IF STATE_MANUAL.WAIT_FOR_BRAKE_RELEASE:...

View All