ABB IRC5 Automatic Backup Software

  • Hello


    IRC5 Automatic Backup Software provide periodic backup from IRC5 system to external computer. This software running on external PC and does not need any addon on robot. You can get backup easly on IRC5 systems. This software making automatic backup from robot controller with preset frequency.


    You can use example 1 hour. Software will take backup from system hourly. This software is demo and you can use only for 2 hour. After two hours program will be terminate. When the program restarted two hours start again. If you want to buy full version please contact to me.



    Configuration template:
    Hour
    Week
    Month
    Year



    Installation: Download attached zip file and run setup.exe.








    Robot Backup Folder: Temporary created backup folder name on robot. This folder will be delete after completing backup from software.
    Local Path: Backup path on external pc. Backup will be download from robot controller to local path with following folder name: ControllerName_DateTimeNow
    Last Backup: This component show last backup date.
    Today:This component show now date.
    Next Backup:This component show programmed next backup date.
    Frequency: For example 1 hour. Every hour software will make backup to local path.
    Backup Selected: Make new Backup to Local path from selected controller.
    Backup All: Make new Backup from all online controllers.
    Save:Save changed settings.


    .zip file include setup.exe, default XML settings, Software and Runtime installation. This is first release if you have any problem do not hesitate contact to me.



    Note: Robot and External PC must be same IP Adress range and subnet mask. You can use any LAN ports with correctly have IP settings or service port for network.


    Example:


    Robot IP: 192.168.125.1 IP and 255.255.255.0 Subnet Mask (Service Port)
    External PC: 192.168.125.2 IP and 255.255.255.0 Subnet Mask



    Download Link:


    https://drive.google.com/open?…a6xnoFmVRxcyayiAMPo1H4K6a

  • I can’t backup with robotstudio while the robot is running. It gives me an error. Will your software take a backup while the robot is running or do I have to stop it first?




    Sent from my iPhone using Tapatalk

  • Here's a RAPID solution, however it does not upload remotely.


    If you have multi-tasking you can code a timer, or use time arithmetic.


    MODULE AutoBackup
    PROC main()
    Reset vdo_BackupSignal;
    nBackupTimer:=0;
    WHILE nBackupTimer<86399 DO
    WaitTime 1;
    Incr nBackupTimer;
    ENDWHILE
    Set vdo_BackupSignal;
    WaitTime 1;
    Reset vdo_BackupSignal;
    Incr nAutoBackups;
    ErrWrite\W,"Creating backup","";
    ENDPROC
    ENDMODULE


    MODULE AutoBackupData(SYSMODULE)
    !
    TASK PERS num nAutoBackups:=0;
    TASK PERS num nBackupTimer:=86390;
    !
    ENDMODULE



    #
    EIO_SIGNAL:


    -Name "vdi_BackupSignal" -SignalType "DI" -Unit "SomeSimBoard"\
    -SignalLabel "Virtual Input for Backup" -UnitMap "57" -Category "Virtual"
    -Name "vdo_BackupSignal" -SignalType "DO" -Unit "SomeSimBoard"\
    -SignalLabel "Out signal for Backup" -UnitMap "57" -Category "Virt"
    #
    SYSSIG_IN:


    -Signal "vdi_BackupSignal" -Action "Backup" -Arg1 "SYSTEM:"\
    -Arg3 "/hd0a/AutoBackup" -Arg4 0
    #
    EIO_CROSS:


    -Res "vdi_BackupSignal" -Act1 "vdo_BackupSignal"

  • Hello ballax;


    it is not only a few commands. it is using some sequence for backup operations. Complete solutions for just like login to controller, create folder, backup, delete folder, move folder, delete old files etc.


    This topic is too old but we released new version for automatic backup storage and restore solution for some car manufacturers.




    It also supports:



    - Ribbon tabs and modern user interface

    - Multi language support

    - Restore operation support

    - Automatic delete backups older then specified time

    - Scan robots IP address automatically outside of subnet

    - Login for different level users (e.g. Operator or Administrator login)

    - Work without admin rights for company computers



    25876-capture-jpg

  • I am interested it,Can you provide the last version of demo.

Advertising from our partners