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
241bb8ba
Commit
241bb8ba
authored
Nov 11, 2019
by
Claes Sjofors
Committed by
Claes Sjöfors
Mar 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AArithm, inverse checkbox removed on digital inputs and erroneous example changed
parent
da381801
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
src/doc/orm/src/orm_aarithm_1.gif
src/doc/orm/src/orm_aarithm_1.gif
+0
-0
src/doc/orm/src/orm_aarithm_1.png
src/doc/orm/src/orm_aarithm_1.png
+0
-0
src/wbl/pwrb/src/pwrb_c_aarithm.wb_load
src/wbl/pwrb/src/pwrb_c_aarithm.wb_load
+9
-3
No files found.
src/doc/orm/src/orm_aarithm_1.gif
deleted
100644 → 0
View file @
da381801
3.1 KB
src/doc/orm/src/orm_aarithm_1.png
0 → 100644
View file @
241bb8ba
5.86 KB
src/wbl/pwrb/src/pwrb_c_aarithm.wb_load
View file @
241bb8ba
...
...
@@ -91,9 +91,8 @@ SObject pwrb:Class
!
! This example shows how digital signals can be counted. Some signals
! are counted if they are TRUE others if they are FALSE and then the
! sum is stored. Note that Di2 and Di3 are included in the sum if
! they are FALSE.
! @image orm_aarithm_1.gif
! sum is stored. Note that Di3 is included in the sum if it is FALSE.
! @image orm_aarithm_1.png
! @b See Also
! @classlink DArithm pwrb_darithm.html
...
...
@@ -256,6 +255,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d2"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
@@ -271,6 +271,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d3"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
@@ -286,6 +287,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d4"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
@@ -301,6 +303,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d5"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
@@ -316,6 +319,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d6"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
@@ -331,6 +335,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d7"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
@@ -346,6 +351,7 @@ SObject pwrb:Class
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d8"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody
EndObject
...
...
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