hexagon logo

Attach UDB to database pane

Hi,

I have t use some customer´s PRCs to run their own programs, how can I attach permanently the UDB to the database pane?

Thank you!
Parents
  • You will need to create a login procedure to automatically boot the UDB each time you start QUINDOS. In the main command buffer window type the following

    EDTPRC          (NAM=GDBPRC:LGIN$PRC)


    execute the command to edit and add a BOOT command which will look something like this...

    BOOT            (FIL=[I][COLOR=#FF0000]enter the location of your UDB here[/COLOR][/I], DBS=UDB)


    You can use the browse function from within the BOOT dialogue page to navigate to the location of your UDB. Once you have finished editing the BOOT command, click the continue icon (bottom LH corner of screen) and the login procedure will be saved to the GDB. Exit QUINDOS and re-start and you should see your UDB in the database list.
Reply
  • You will need to create a login procedure to automatically boot the UDB each time you start QUINDOS. In the main command buffer window type the following

    EDTPRC          (NAM=GDBPRC:LGIN$PRC)


    execute the command to edit and add a BOOT command which will look something like this...

    BOOT            (FIL=[I][COLOR=#FF0000]enter the location of your UDB here[/COLOR][/I], DBS=UDB)


    You can use the browse function from within the BOOT dialogue page to navigate to the location of your UDB. Once you have finished editing the BOOT command, click the continue icon (bottom LH corner of screen) and the login procedure will be saved to the GDB. Exit QUINDOS and re-start and you should see your UDB in the database list.
Children