Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
4bcb67da
Commit
4bcb67da
authored
Sep 02, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation changed on drive class
parent
7e41f3ab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
src/wbl/pwrb/src/pwrb_c_drive.wb_load
src/wbl/pwrb/src/pwrb_c_drive.wb_load
+8
-3
src/wbl/pwrb/src/pwrb_sv_se.txt
src/wbl/pwrb/src/pwrb_sv_se.txt
+9
-2
No files found.
src/wbl/pwrb/src/pwrb_c_drive.wb_load
View file @
4bcb67da
...
@@ -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
...
...
src/wbl/pwrb/src/pwrb_sv_se.txt
View file @
4bcb67da
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment