CBUS FACTORY DEFAULT Script

Discussion in 'C-Bus Toolkit and C-Gate Software' started by sjfp, Apr 9, 2014.

  1. sjfp

    sjfp

    Joined:
    Oct 31, 2004
    Messages:
    145
    Likes Received:
    1
    Location:
    UK
    Looking for a quick and easy way for decommissioning a project (approx. 80 devise) back to their original factory defaults.
    All output channels unused.
    All input blocks back to unused
    All Address's back to 255.
    Was thing along the lines of a script that can run with c-gate to accomplish this but not to sure how.
    Or the just doing it the long way via Toolkit.

    We can then put the devices into the colleges maintenance stock for the remaining systems on the campus.
    Any help would be appreciated as we need to start soon because the build is being demolished and we wont to reused the kit.
     
    sjfp, Apr 9, 2014
    #1
  2. sjfp

    bmerrick

    Joined:
    Jun 13, 2007
    Messages:
    434
    Likes Received:
    34
    Location:
    Sydney
    Anyone with a solution to this interesting conundrum, please consider the security implications of what you are passing and not post the answer here, but contact sjfp directly.

    I don't want my home network erased thanks!! :p

    Brad
     
    bmerrick, Apr 10, 2014
    #2
  3. sjfp

    carlg

    Joined:
    Jan 29, 2009
    Messages:
    43
    Likes Received:
    0
    Has there been any solutions passed on this, we have just closed a library and reset all devices back to defaults, very long process doing each device one at a time using toolkit. So would be useful if we have to do it again.
     
    carlg, Apr 15, 2014
    #3
  4. sjfp

    sjfp

    Joined:
    Oct 31, 2004
    Messages:
    145
    Likes Received:
    1
    Location:
    UK
    Nothing as yet
     
    sjfp, Apr 15, 2014
    #4
  5. sjfp

    daniel C-Busser Moderator

    Joined:
    Jul 26, 2004
    Messages:
    766
    Likes Received:
    20
    Location:
    Adelaide
    Hi sjfp and carlg, there is a Global Programming Wizard option in C-Bus Toolkit called "Unit Reset".

    So you could:

    1) Transfer all network units to the database
    2) Select the "Global Programming" button
    3) Select the "Unit Reset" wizard
    4) Confirm that all the units are selected, check the confirmation checkbox, and click OK. All the database units will be reset to factory defaults.
    5) Transfer all database units programming back to the network.

    Let me know how this goes for you.
     
    daniel, Apr 16, 2014
    #5
  6. sjfp

    sjfp

    Joined:
    Oct 31, 2004
    Messages:
    145
    Likes Received:
    1
    Location:
    UK
    that's great, did not see that function.
    Is there away to set all devices back then to address 255 ???
     
    sjfp, Apr 16, 2014
    #6
  7. sjfp

    daniel C-Busser Moderator

    Joined:
    Jul 26, 2004
    Messages:
    766
    Likes Received:
    20
    Location:
    Adelaide
    Yes. Assuming you still have the project open in C-Bus Toolkit, you can open a C-Gate command window and type the following.

    Replace MYPROJ with your project name, and "254" with your network number.

    Code:
    PROJECT USE MYPROJ
    SET 254/p/* address 255
    
    After this it's a good idea to close C-Bus Toolkit, as rescanning the network will just prompt you to unravel it again.
     
    Last edited by a moderator: Apr 17, 2014
    daniel, Apr 17, 2014
    #7
  8. sjfp

    sjfp

    Joined:
    Oct 31, 2004
    Messages:
    145
    Likes Received:
    1
    Location:
    UK
    Brilliant.
    Many thanks yet again Daniel.
     
    sjfp, Apr 17, 2014
    #8
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.