Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

CODESYSControl.cfg edit issue

eamonn
2018-04-12
2022-06-20
  • eamonn - 2018-04-12

    I can not edit this file.
    It does not give me permission to change it. Only to look at it.
    Is says the owner is root.
    When I try to save it says "Can't open file to write".

    /etc/CODESYSControl.cfg:
    [SysProcess]
    Command=AllowAll

     
  • eamonn - 2018-04-13

    Never mind I got it to work

    sudo nano

    I have little experience with linux

     
  • fabio.bocchini - 2019-01-17

    hi,

    I have the same problem how is the solution?
    thanks

     
  • elconfa - 2019-01-18

    use "sudo nano /etc/CODESYSControl.cfg"

    Bye

     
  • laruso - 2021-04-19

    Please keep in mind, that from date xxx on, the additional system processes are need to be declared in "CODESYSControl_User.cfg" and not in "CODESYSControl.cfg" anymore.

     
  • maxmorper - 2022-06-20

    Hi laruso.

    Now in, "CODESYSControl_User.cfg", the /etc/CODESYSControl.cfg file looks like this:

    [SysProcess]
    Command.0=shutdown

    How show i write the "Command=AllowAll"???

    Like this?
    [SysProcess]
    Command.0=shutdown
    Command.1=AllowAll

    Please advice.

    Thanks!!!

     
  • yannickasselin - 2022-06-20

    [SysProcess]
    Command=AllowAll

    You could also keep the shutdown at .0 I think. Like this:

    [SysProcess]
    Command=AllowAll
    Command.0=shutdown

     

Log in to post a comment.