Commit b6217ddc authored by claes's avatar claes

Attribute InitalValue added

parent 18448af8
...@@ -76,6 +76,19 @@ SObject pwrb:Class ...@@ -76,6 +76,19 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! InitialValue specifies starting value of the signal at
! so called 'cold start'. Which value that is used as
! starting value at warm restart ( = change of PLC
! program ) depends on whether the signal is new or not.
! If the signal has exist in the last program its last
! value will be used as starting value, otherwise InitialValue
!*/
Object InitialValue $Attribute 18
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Engineering unit of ActualValue. ! Engineering unit of ActualValue.
!*/ !*/
Object Unit $Attribute 5 Object Unit $Attribute 5
......
...@@ -76,6 +76,19 @@ SObject pwrb:Class ...@@ -76,6 +76,19 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! InitialValue specifies starting value of the signal at
! so called 'cold start'. Which value that is used as
! starting value at warm restart ( = change of PLC
! program ) depends on whether the signal is new or not.
! If the signal has exist in the last program its last
! value will be used as starting value, otherwise InitialValue
!*/
Object InitialValue $Attribute 16
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Engineering unit of ActualValue. ! Engineering unit of ActualValue.
!*/ !*/
Object Unit $Attribute 5 Object Unit $Attribute 5
......
...@@ -94,6 +94,19 @@ SObject pwrb:Class ...@@ -94,6 +94,19 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! InitialValue specifies starting value of the signal at
! so called 'cold start'. Which value that is used as
! starting value at warm restart ( = change of PLC
! program ) depends on whether the signal is new or not.
! If the signal has exist in the last program its last
! value will be used as starting value, otherwise InitialValue
!*/
Object InitialValue $Attribute 15
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Not used. ! Not used.
!*/ !*/
Object SigValue $Attribute 5 Object SigValue $Attribute 5
......
...@@ -76,6 +76,19 @@ SObject pwrb:Class ...@@ -76,6 +76,19 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! InitialValue specifies starting value of the signal at
! so called 'cold start'. Which value that is used as
! starting value at warm restart ( = change of PLC
! program ) depends on whether the signal is new or not.
! If the signal has exist in the last program its last
! value will be used as starting value, otherwise InitialValue
!*/
Object InitialValue $Attribute 13
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! If the signal exists in some process graphics the name ! If the signal exists in some process graphics the name
! of the corresponding Graph object is written here. As ! of the corresponding Graph object is written here. As
! pure information this name is shown in the more info ! pure information this name is shown in the more info
......
...@@ -74,6 +74,19 @@ SObject pwrb:Class ...@@ -74,6 +74,19 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! InitialValue specifies starting value of the signal at
! so called 'cold start'. Which value that is used as
! starting value at warm restart ( = change of PLC
! program ) depends on whether the signal is new or not.
! If the signal has exist in the last program its last
! value will be used as starting value, otherwise InitialValue
!*/
Object InitialValue $Attribute 10
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! @Summary A XttGraph object that will open a graph for this object. ! @Summary A XttGraph object that will open a graph for this object.
! A XttGraph object that will open a graph that contains data for ! A XttGraph object that will open a graph that contains data for
! this object. This graph can be opened from the popup menu for ! this object. This graph can be opened from the popup menu for
......
...@@ -73,6 +73,19 @@ SObject pwrb:Class ...@@ -73,6 +73,19 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! InitialValue specifies starting value of the signal at
! so called 'cold start'. Which value that is used as
! starting value at warm restart ( = change of PLC
! program ) depends on whether the signal is new or not.
! If the signal has exist in the last program its last
! value will be used as starting value, otherwise InitialValue
!*/
Object InitialValue $Attribute 10
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! @Summary A XttGraph object that will open a graph for this object. ! @Summary A XttGraph object that will open a graph for this object.
! A XttGraph object that will open a graph that contains data for ! A XttGraph object that will open a graph that contains data for
! this object. This graph can be opened from the popup menu for ! this object. This graph can be opened from the popup menu for
......
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