Personal Data

Username:
murdemon
Joined:
2020-01-17 12:04:58

Projects

  • No projects to display.

User Activity

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

    N10 G01 X100 Y100 F100 N20 G00 X300 Y100 F100 N30 G00 X300 Y300 F100 N40 G00 X100 Y300 F100 N50 G00 X100 Y100 F100 + $R1$ N60 G75 N70 G20 L10 N100 M30

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

    Best way.. in CNC program before G20 jump, set G75. And for fbCheckVel execute if fbInterpreter.bWorking AND fbInterpreter.bLastObjectWasAdministrative; and same for Interpolator. " ..... dumm := fbInterpreter.bWorking AND fbInterpreter.bLastObjectWasAdministrative; //Check velociteses. fbCheckVel(bExecute := (fbInterpreter.bDone or) dumm, bAbort := gCNC.bCycleStop, poqDataIn := fbInterpreter.poqDataOut); "

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

    yes thanks this is help.

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

    Have problem with AppStoreRetainsInFile, AppRestoreRetainsFromFile function. All time return ERR_OPERATION_DENIED. Maybe need add something in Codesys Config file (/etc/CODESYSControl_User.cfg) to make it accessible ? Using ARM SL 4.7.0.0 Runtime.

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

    install codemeter 7.6 version and now possib to import SoftContainer, but still error in cmu log and no softcontainer in Codesys IDE code cmu -vv ================================================================================ **** General Information ******* ================================================================================ CmDust Version 7.60 Build 5598 of 2023-02-01 Copyright (C) 2005-2023 by WIBU-SYSTEMS AG. All rights reserved. CmDustLog created at 2023-03-29 12:35:38 (UTC) CmDust...

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

    Try install UFC_SoftContainer_CmRuntime on Codemeter for softlic. But not success, what can be problem? cmu -v CodeMeter Universal Support Tool. Version 7.40 of 2021-Dec-10 (Build 4990) for Linux/ARMHFv7 Copyright (C) 2007-2021 by WIBU-SYSTEMS AG. All rights reserved. Operating System: Name: Raspbian GNU/Linux (Kernel 6.1.0-rc6) Architecture: armv7l Current system user: username: root domain: RunTime version information: cmu: 7.40.4990.500 2021-12-10 CodeMeter-Service: 7.40.4990.500 2021-12-10 Library:...

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

    Find out reason, if from ssh console make "/etc/init.d/codesyscontrol stop" and then "/etc/init.d/codesyscontrol start" all lics are working fine. Make delay with /bin/sleep before codesyscontrol start. And working fine.

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

    I install ARM 4.5 SL RT on PLC activate lic for that, but it logs still see that it is in demo mode. What can be reason?

View All