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

Documentation changed on drive class

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