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
b18698e1
Commit
b18698e1
authored
Jun 27, 2014
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ORM fixes
parent
77771ea8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
profibus/wbl/mcomp/src/profibus.wb_load
profibus/wbl/mcomp/src/profibus.wb_load
+1
-1
src/wbl/pwrb/src/pwrb_c_plcprocess.wb_load
src/wbl/pwrb/src/pwrb_c_plcprocess.wb_load
+30
-0
No files found.
profibus/wbl/mcomp/src/profibus.wb_load
View file @
b18698e1
...
...
@@ -2932,7 +2932,7 @@ Volume Profibus $ClassVolume 0.0.250.7
! The Profinet stack is implemented as three Linux kernel modules. The stack
! is configured by the current object and is placed below the $Node object.
!
! See Proview documentation 'Guide to I/O System
!
for more information. See also
! See Proview documentation 'Guide to I/O System
'
for more information. See also
! a Case Study in class help class ABB_ACS880_PnDevice
!
! Note due to Softing licens requirements the NIC must have a specific macadress.
...
...
src/wbl/pwrb/src/pwrb_c_plcprocess.wb_load
View file @
b18698e1
...
...
@@ -55,26 +55,44 @@ SObject pwrb:Class
Body SysBody
Attr StructName = "PlcProcess"
EndBody
!/**
! Description of the plc process.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! Priority of the plc process.
!*/
Object Prio $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Obsolete.
!*/
Object StartWithDebug $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Update time for subscriptions, when attributes in other nodes are
! references in the plc code.
!*/
Object SubscriptionInterval $Attribute 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Kernel affinity mask.
! This mask is used to specify that the plc process should be
! executed on a specific kernel.
!*/
Object CpuMask $Attribute 15
Body SysBody
Attr TypeRef = "pwrs:Type-$Mask"
...
...
@@ -94,6 +112,9 @@ SObject pwrb:Class
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
!/**
! Last start time. Uptime.
!*/
Object StartTime $Attribute 7
Body SysBody
Attr TypeRef = "pwrs:Type-$DeltaTime"
...
...
@@ -101,6 +122,9 @@ SObject pwrb:Class
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
!/**
! Last stop time. Uptime.
!*/
Object StopTime $Attribute 8
Body SysBody
Attr TypeRef = "pwrs:Type-$DeltaTime"
...
...
@@ -108,6 +132,9 @@ SObject pwrb:Class
Attr Flags |= PWR_MASK_INVISIBLE
EndBody
EndObject
!/**
! Stall time at last restart.
!*/
Object StallTime $Attribute 9
Body SysBody
Attr TypeRef = "pwrs:Type-$DeltaTime"
...
...
@@ -138,6 +165,9 @@ SObject pwrb:Class
Attr Flags |= PWR_MASK_PRIVATE
EndBody
EndObject
!/**
! List of thread object.
!*/
Object PlcThreadObjects $Attribute 13
Body SysBody
Attr TypeRef = "pwrs:Type-$Objid"
...
...
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