DX Unified Infrastructure Management

  • 1.  Write "Alias" in tag 1 - IM for Robot

    Posted Sep 19, 2017 10:46 AM

    Hi team,

     

    Currently the client wants to write the alias for all robots in the IM, in box tag 1 in probes controller.  Is it possible to do this via query in the Database MSSQL? Which table should the update run on?

    Regards,
    Richard


  • 2.  Re: Write "Alias" in tag 1 - IM for Robot

    Broadcom Employee
    Posted Sep 19, 2017 11:02 AM

    The alias is stored in the cm_computer_system_Attr table.

    The row is not there by default

    Client would have to insert the record with the desired information.

    Usually this type of direct manipulation of the database is not supported

    as it can have unforeseen problems that are next to impossible to track down.



  • 3.  Re: Write "Alias" in tag 1 - IM for Robot

    Posted Sep 19, 2017 11:33 AM

    Hi Gene,

     

    But is table stored the alias of the UMP. But the wrtitten in the box tag 1 of the controller in IM, in that table is stored?

     

    Thanks,

    Richard



  • 4.  Re: Write "Alias" in tag 1 - IM for Robot

    Broadcom Employee
    Posted Sep 19, 2017 11:40 AM

    If you are talking about the user 1 field in the controller GUI for a robot this is not stored in a database.

    this is stored in the robot.cfg on each robot.

    This can be updated with a super package update as long as the information is not dynamic.

     

    might want to add a screen shot of what you want to change