Personal Data

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

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hello, Can anybody here tell me how to modify the time and date on my CPX-E? I used the code I found on CODESYS online help, but it doesn't work. What am I missing? FUNCTION current_date_time : STRING VAR stUTC_Timestamp : SysTime; //utc time // ULINT#1528280694913 stLocal_TimeStamp : SysTime; //local time but is in general equal // ULINT#1528280694913 stdNow : SysTimeDate; //local time in an object to access each number (day, month...) dtNow : DATE_AND_TIME;//DT#2018-6-6-10:24:54 todNow : TIME_OF_DAY;...

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    hello, Can anyone help me with my FTP problem on Windows 10? When I try to remove a folder, I can't, and it shows the error message 550.

  • 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