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
0a510293
Commit
0a510293
authored
Sep 18, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Sev work
parent
a3a5508b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
6 deletions
+25
-6
src/wbl/pwrb/src/pwrb_c_sevhist.wb_load
src/wbl/pwrb/src/pwrb_c_sevhist.wb_load
+11
-5
src/wbl/pwrb/src/pwrb_c_sevhistmonitor.wb_load
src/wbl/pwrb/src/pwrb_c_sevhistmonitor.wb_load
+14
-1
No files found.
src/wbl/pwrb/src/pwrb_c_sevhist.wb_load
View file @
0a510293
!
! Proview $Id: pwrb_c_sevhist.wb_load,v 1.
1 2008-09-09 11:30:00
claes Exp $
! Proview $Id: pwrb_c_sevhist.wb_load,v 1.
2 2008-09-18 15:02:48
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -92,7 +92,12 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Not yet implemented.
! The deadband is a range around the last stored value, where no new values
! will be stored, i.e a value has to differ more than the deadband / 2 from
! the last stored value to be stored.
!
! Deadband contains the size of deadband. Note that the DeadBand bit in options also
! has to be set to activte the deadband function.
!*/
Object DeadBand $Attribute 5
Body SysBody
...
...
@@ -100,17 +105,18 @@ SObject pwrb:Class
EndBody
EndObject
!/**
!
Not yet implemented
.
!
Storage options
.
!*/
Object
HighTimeResolution
$Attribute 6
Object
Options
$Attribute 6
Body SysBody
Attr TypeRef = "pwr
s:Type-$Boolean
"
Attr TypeRef = "pwr
b:Type-SevHistOptionsMask
"
EndBody
EndObject
EndObject
Object Template SevHist
Body RtBody
Attr DeadBand = 0.0
Attr Options = 4
EndBody
EndObject
Object PostCreate $DbCallBack
...
...
src/wbl/pwrb/src/pwrb_c_sevhistmonitor.wb_load
View file @
0a510293
!
! Proview $Id: pwrb_c_sevhistmonitor.wb_load,v 1.
1 2008-09-09 11:30:00
claes Exp $
! Proview $Id: pwrb_c_sevhistmonitor.wb_load,v 1.
2 2008-09-18 15:02:48
claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -52,6 +52,19 @@ SObject pwrb:Class
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! The scanning period, in seconds, of the sevhist monitor.
!*/
Object ScanTime $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
EndObject
Object Template SevHistMonitor
Body RtBody
Attr ScanTime = 1
EndBody
EndObject
Object PostCreate $DbCallBack
Body SysBody
...
...
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