Commit 91ce1475 authored by claes's avatar claes

Documentation changed

parent dab0be5e
!
! Proview $Id: pwrb_c_rootvolumeconfig.wb_load,v 1.6 2006-01-23 09:16:44 claes Exp $
! Proview $Id: pwrb_c_rootvolumeconfig.wb_load,v 1.7 2008-02-05 15:01:26 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -49,7 +49,30 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! @Summary Database server. Used for MySql databases.
! Database server. Used for MySql databases.
! The Server attribute can contain username, password,
! port and host that is used to access the mysql database.
!
! The syntax is 'username:password@port:host'
!
! The default username is pwrp without password.
! The port can be left out to use the default mysql port.
!
! <b>Examples
! wagon Host wagon with user pwrp (no password) and
! standard port.
! charlie@wagon User charlie (no password) with host wagon.
! charlie:strawberry@wagon User charlie with username strawberry
! with host wagon.
! charlie:strawberry@330:wagon User charlie, password strawberry with
! host wagon, port 330.
! charlie@localhost User charlie (no password) with server on the current
! node. In this case a socket is used for the connection
! that can be specified in /etc/proview.cnf, parameter mysqlSocket.
!
! If the server attribute is empty, the server on the current node is used
! with user pwrp, no password.
!*/
Object Server $Attribute 3
Body SysBody
......
......@@ -4059,6 +4059,9 @@ Volume SsabOx $ClassVolume 0.0.250.5
! @Summary Speed measurement, pulses per second.
! Speed measurement, pulses per second.
! Bit 8 in the configuration word of the counter is set.
!
! If both LengthMeasurement and SpeedMeasurement is set, the counter is only
! affected in one direction.
!*/
Object SpeedMeasurement $Attribute 18 06-OCT-2005 14:45:53.00
Body SysBody 01-JAN-1970 01:00:00.00
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment