Commit e36c2a49 authored by claes's avatar claes

*** empty log message ***

parent a518f131
!
! Proview $Id: pwrb_c_remnode3964r.wb_load,v 1.3 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remnode3964r.wb_load -- Defines the class Remnode3964R.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remnode3964r.wb_load -- Defines the class Remnode3964R.
!
SObject pwrb:Class
!/**
......@@ -51,7 +39,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Process priority for the transport process
! Process priority for the transport process. For future use.
!*/
Object Prio $Attribute 2
Body SysBody
......@@ -82,7 +70,7 @@ SObject pwrb:Class
!*/
Object Parity $Attribute 5
Body SysBody
Attr TypeRef = "pwrb:Type-ParityEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -91,7 +79,7 @@ SObject pwrb:Class
!*/
Object StopBits $Attribute 6
Body SysBody
Attr TypeRef = "pwrb:Type-StopBitsEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -100,7 +88,7 @@ SObject pwrb:Class
!*/
Object DataBits $Attribute 7
Body SysBody
Attr TypeRef = "pwrb:Type-DataBitsEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......
!
! Proview $Id: pwrb_c_remnodealcm.wb_load,v 1.2 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remnodealcm.wb_load -- Defines the class RemnodeALCM.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remnodealcm.wb_load -- Defines the class RemnodeALCM.
!
SObject pwrb:Class
!/**
......@@ -57,7 +45,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Process priority for the transport process
! Process priority for the transport process. For future use.
!*/
Object Prio $Attribute 2
Body SysBody
......@@ -65,8 +53,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Device name for the ethernet device, ex eth0.
! Dynamic change is not possible.
! Device name for the ethernet device, Not yet implemented, defaults to "eth0".
!*/
Object DevName $Attribute 3
Body SysBody
......@@ -86,9 +73,9 @@ SObject pwrb:Class
!/**
! DEC-net or MAC-address for the remote node. These to address types have
! the same format and is used directly in the address field of the low
! level ethernet frame. Note that on Linux systems, we often overwrite
! the MAC address to a "DEC-net lookalike" address in area 5 when using ALCM.
! This way we don't have to change address in remote when changing network device.
! level ethernet frame. Note that on Linux systems, we often override
! the systems MAC-address in /etc/interfaces when using ALCM. This way we don't
! have to change address in remote when changing network device.
!
! The notation for DECnet address is node.area, eg 4.21 (decimal notation)
! The notation for MAC address is for example AA:00:A4:00:01:54 (hex notation)
......@@ -117,7 +104,8 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Time in seconds before the link is considered down.
! Time in seconds before the link is considered down. A value of 0 (zero) disables
! the LinkUp supervision.
! Dynamic change is possible
!*/
Object LinkTimeout $Attribute 7
......@@ -128,7 +116,8 @@ SObject pwrb:Class
!/**
! When set, this attribute tells the remote handler not to start
! or restart the process that handles this remote node. If the transport process
! is running while the attribute is set it will terminate.
! is running while the attribute is set it will terminate. Note that in ALCM there
! is only one process that handles all remote nodes.
! Dynamic change is possible.
!*/
Object Disable $Attribute 8
......
!
! Proview $Id: pwrb_c_remnodemodbus.wb_load,v 1.3 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remnodemodbus.wb_load -- Defines the class RemnodeModbus.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remnodemodbus.wb_load -- Defines the class RemnodeModbus.
!
SObject pwrb:Class
!/**
......@@ -51,7 +39,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Process priority for the transport process
! Process priority for the transport process. For future use.
!*/
Object Prio $Attribute 2
Body SysBody
......@@ -82,7 +70,7 @@ SObject pwrb:Class
!*/
Object Parity $Attribute 5
Body SysBody
Attr TypeRef = "pwrb:Type-ParityEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -91,7 +79,7 @@ SObject pwrb:Class
!*/
Object StopBits $Attribute 6
Body SysBody
Attr TypeRef = "pwrb:Type-StopBitsEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -100,7 +88,7 @@ SObject pwrb:Class
!*/
Object DataBits $Attribute 7
Body SysBody
Attr TypeRef = "pwrb:Type-DataBitsEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......
!
! Proview $Id: pwrb_c_remnodeserial.wb_load,v 1.3 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remnodeserial.wb_load -- Defines the class RemnodeSerial.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remnodeserial.wb_load -- Defines the class RemnodeSerial.
!
SObject pwrb:Class
!/**
......@@ -51,7 +39,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Process priority for the transport process
! Process priority for the transport process. For future use.
!*/
Object Prio $Attribute 2
Body SysBody
......@@ -82,7 +70,7 @@ SObject pwrb:Class
!*/
Object Parity $Attribute 5
Body SysBody
Attr TypeRef = "pwrb:Type-ParityEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -91,7 +79,7 @@ SObject pwrb:Class
!*/
Object StopBits $Attribute 6
Body SysBody
Attr TypeRef = "pwrb:Type-StopBitsEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -100,7 +88,7 @@ SObject pwrb:Class
!*/
Object DataBits $Attribute 7
Body SysBody
Attr TypeRef = "pwrb:Type-DataBitsEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......
!
! Proview $Id: pwrb_c_remnodetcp.wb_load,v 1.3 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remnodetcp.wb_load -- Defines the class RemnodeTCP.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remnodetcp.wb_load -- Defines the class RemnodeTCP.
!
SObject pwrb:Class
!/**
......@@ -51,7 +39,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Process priority for the transport process
! Process priority for the transport process. For future use.
!*/
Object Prio $Attribute 2
Body SysBody
......@@ -59,8 +47,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Device name for the ethernet device, ex eth0.
! Dynamic change is not possible.
! Device name for the ethernet device, Not yet implemented, defaults to "eth0".
!*/
Object DevName $Attribute 3
Body SysBody
......@@ -110,7 +97,7 @@ SObject pwrb:Class
!*/
Object ConnectionMode $Attribute 8
Body SysBody
Attr TypeRef = "pwrb:Type-ClientServerEnum"
Attr TypeRef = "pwrs:Type-$Enum"
EndBody
EndObject
!/**
......@@ -128,7 +115,8 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Time in seconds before the link is considered down.
! Time in seconds before the link is considered down. A value of 0 (zero) disables
! the LinkUp supervision.
! Dynamic change is possible
!*/
Object LinkTimeout $Attribute 10
......
!
! Proview $Id: pwrb_c_remnodeudp.wb_load,v 1.2 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remnodeudp.wb_load -- Defines the class RemnodeUDP.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remnodeudp.wb_load -- Defines the class RemnodeUDP.
!
SObject pwrb:Class
!/**
......@@ -51,7 +39,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Process priority for the transport process
! Process priority for the transport process. For future use.
!*/
Object Prio $Attribute 2
Body SysBody
......@@ -59,8 +47,7 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Device name for the ethernet device, ex eth0.
! Dynamic change is not possible.
! Device name for the ethernet device, Not yet implemented, defaults to "eth0".
!*/
Object DevName $Attribute 3
Body SysBody
......@@ -119,7 +106,8 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Time in seconds before the link is considered down.
! Time in seconds before the link is considered down. A value of 0 (zero) disables
! the LinkUp supervision.
! Dynamic change is possible
!*/
Object LinkTimeout $Attribute 9
......
!
! Proview $Id: pwrb_c_remoteconfig.wb_load,v 1.2 2005-09-01 14:58:02 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
! pwrb_c_remoteconfig.wb_load -- Defines the class RemoteConfig.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
! <Description>.
!
! pwrb_c_remoteconfig.wb_load -- Defines the class RemoteConfig.
!
SObject pwrb:Class
!/**
......@@ -51,7 +39,10 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Disable remote communications.
! Disable all remote communication transports. If this attribute is set (value=1) on startup, no
! remote transport will be started. If it is dynamically set during runtime, all remote
! transports will be terminated and restarts will be blocked until the attribute is reset
! (value=0) again.
!*/
Object Disable $Attribute 2
Body SysBody
......
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