Commit 4bcb67da authored by Claes Sjofors's avatar Claes Sjofors

Documentation changed on drive class

parent 7e41f3ab
...@@ -139,9 +139,9 @@ SObject pwrb:Class ...@@ -139,9 +139,9 @@ SObject pwrb:Class
Attr StructName = "drive" Attr StructName = "drive"
EndBody EndBody
!/** !/**
! Specifies START/STOP request at operational mode AUTO. ! Specifies START request at operational mode AUTO.
! FALSE means STOP request. The transition FALSE -> TRUE ! The transition FALSE -> TRUE means START request.
! means START request. ! If AutoNoStop is not used, FALSE means STOP request.
!*/ !*/
Object AutoStart $Input 1 Object AutoStart $Input 1
Body SysBody Body SysBody
...@@ -153,6 +153,11 @@ SObject pwrb:Class ...@@ -153,6 +153,11 @@ SObject pwrb:Class
Attr GraphName = "sta" Attr GraphName = "sta"
EndBody EndBody
EndObject EndObject
!/**
! Specifies STOP request at operational mode AUTO.
! FALSE means STOP request.
! If not connnected, AutoStart is used to stop.
!*/
Object AutoNoStop $Input 2 Object AutoNoStop $Input 2
Body SysBody Body SysBody
Attr Flags |= PWR_MASK_STATE Attr Flags |= PWR_MASK_STATE
......
...@@ -4210,8 +4210,15 @@ niv ...@@ -4210,8 +4210,15 @@ niv
driftläge LOCAL enbart förreglingen mot termisk utlösning. driftläge LOCAL enbart förreglingen mot termisk utlösning.
<attr>AutoStart <attr>AutoStart
Anger i driftläge AUTO en START/STOPP begäran. FALSE betyder STOPP- Anger i driftläge AUTO en START begäran. Övergången FALSE --> TRUE innebär
begäran. övergången FALSE --> TRUE innebär START-begäran. START-begäran.
Om AutoNoStop inte används, innebär FALSE en STOPP-begäran.
</attr>
<attr>AutoNoStop
Anger i driftläge AUTO en STOPP begäran. FALSE betyder STOPP-
begäran.
Om ej kopplad, används AutoStart för STOPP-begäran.
</attr> </attr>
<attr>Local <attr>Local
......
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