Semi|Works technical computing
Home > PowerLab > Components
PowerServer
PowerServer is the application server of PowerLab. The user can connect to it and request its function and shared data.
  • Multiple concurrent users can work at the same time on the server.
  • An integrated user management restricts access by several user privilges.
  • The database backend ensures rapid data access. Currently there is support for an external MySQL-database and an internal SQLITE-database.
  • An embedded scheduler runs time-controlled tasks.
  • Several import filter exists, to import data into the system.

PowerClient
The PowerLab Client is the primary user interface. After establishing a connection, the user is able to access the stored data.
  • An integrated cache stores frequently used data. Future use lowers access time by accessing the cached copy instead of fetching the data from the server.
  • The user is able to create and edit timeseries, visualize timerseries values and configure the scheduler.
  • Edit user privileges and client organizations.
  • The user interface is higly customizable through dockable windows.
  • All settings are saved user dependant and restored on the next run.

»News
02/2010 - S-Online Version 2.5.0
  • speed improvements when starting the application
  • support bank transfers
  • fix minor bugs