Commit c50f99b0 authored by Claes Sjofors's avatar Claes Sjofors

AArithm, inverse checkbox removed on digital inputs and erroneous example changed

parent 97d4618a
...@@ -91,9 +91,8 @@ SObject pwrb:Class ...@@ -91,9 +91,8 @@ SObject pwrb:Class
! !
! This example shows how digital signals can be counted. Some signals ! 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 ! 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 ! sum is stored. Note that Di3 is included in the sum if it is FALSE.
! they are FALSE. ! @image orm_aarithm_1.png
! @image orm_aarithm_1.gif
! @b See Also ! @b See Also
! @classlink DArithm pwrb_darithm.html ! @classlink DArithm pwrb_darithm.html
...@@ -256,6 +255,7 @@ SObject pwrb:Class ...@@ -256,6 +255,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d2" Attr GraphName = "d2"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
...@@ -271,6 +271,7 @@ SObject pwrb:Class ...@@ -271,6 +271,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d3" Attr GraphName = "d3"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
...@@ -286,6 +287,7 @@ SObject pwrb:Class ...@@ -286,6 +287,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d4" Attr GraphName = "d4"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
...@@ -301,6 +303,7 @@ SObject pwrb:Class ...@@ -301,6 +303,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d5" Attr GraphName = "d5"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
...@@ -316,6 +319,7 @@ SObject pwrb:Class ...@@ -316,6 +319,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d6" Attr GraphName = "d6"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
...@@ -331,6 +335,7 @@ SObject pwrb:Class ...@@ -331,6 +335,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d7" Attr GraphName = "d7"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
...@@ -346,6 +351,7 @@ SObject pwrb:Class ...@@ -346,6 +351,7 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d8" Attr GraphName = "d8"
Attr Flags |= PWR_MASK_NOINVERT
Attr Flags |= PWR_MASK_REDUTRANSFER Attr Flags |= PWR_MASK_REDUTRANSFER
EndBody EndBody
EndObject EndObject
......
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