Commit f0c12c0a authored by claes's avatar claes

No invert on inputs

parent 36be0ed2
! !
! Proview $Id: pwrb_c_darithm.wb_load,v 1.6 2005-09-01 14:58:01 claes Exp $ ! Proview $Id: pwrb_c_darithm.wb_load,v 1.7 2008-06-03 06:01:39 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB. ! Copyright (C) 2005 SSAB Oxelsund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -93,48 +93,56 @@ SObject pwrb:Class ...@@ -93,48 +93,56 @@ SObject pwrb:Class
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
Attr GraphName = "d1" Attr GraphName = "d1"
Attr Flags |= PWR_MASK_NOINVERT
EndBody EndBody
EndObject EndObject
Object DIn2 $Input 2 Object DIn2 $Input 2
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
EndBody EndBody
EndObject EndObject
Object DIn3 $Input 3 Object DIn3 $Input 3
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
EndBody EndBody
EndObject EndObject
Object DIn4 $Input 4 Object DIn4 $Input 4
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
EndBody EndBody
EndObject EndObject
Object DIn5 $Input 5 Object DIn5 $Input 5
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
EndBody EndBody
EndObject EndObject
Object DIn6 $Input 6 Object DIn6 $Input 6
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
EndBody EndBody
EndObject EndObject
Object DIn7 $Input 7 Object DIn7 $Input 7
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
EndBody EndBody
EndObject EndObject
Object DIn8 $Input 8 Object DIn8 $Input 8
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
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