Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Is it possible to browse Berkeley Database?

Is it possible to browse Berkeley Database? 3 years 3 months ago #10899

  • AutoMate
  • AutoMate's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 159
  • Thank you received: 5
  • Karma: 1
Hi Claes,

ClassVolumeLoad was moved under WbEnvironment, as shown. When File/Open Volume, Functions/Show all volumes, the custom class object is not listed. But, after an Update Classes in VolTest, then the custom class appears as you explained.


Proview_4_2021-01-21.png




When opening a a simple PLC test program in VolTest, the DES custom class folder is not available:


No_Folder.png


Unlike, when the custom class volume is directly embedded in the project, as shown from project lss:


DES_Folder.png



What is missing?

Thanks again for your help!

/Ron
Attachments:
Last Edit: 3 years 3 months ago by AutoMate. Reason: Trouble with pictures
The administrator has disabled public write access.

Is it possible to browse Berkeley Database? 3 years 3 months ago #10900

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3178
  • Thank you received: 502
  • Karma: 133
Hi Ron,

To make the new classes available in the root volume, activate Update Classes.

The palette in the plc editor has to be updated manually. Edit $pwrp_db/pwrp_cnf_palette.dat and insert a map and the function objects in the PlcEdtorPalette entry
palette PlcEditorPalette
{
  menu MyClassVolume
  {
     class MyFo
     class AnotherFo
  }
}

/Claes
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 9.137 seconds