Commit 2012806d authored by claes's avatar claes

24-bit integer added

parent 8b1920b6
! !
! Proview $Id: pwrb_td_datarepenum.wb_load,v 1.4 2005-09-01 14:58:02 claes Exp $ ! Proview $Id: pwrb_td_datarepenum.wb_load,v 1.5 2006-05-04 13:27:18 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
...@@ -169,6 +169,26 @@ SObject pwrb:Type ...@@ -169,6 +169,26 @@ SObject pwrb:Type
Attr Value = 13 Attr Value = 13
EndBody EndBody
EndObject EndObject
!/**
! 24-bit signed integer.
!*/
Object Int24 $Value
Body SysBody
Attr PgmName = "Int24"
Attr Text = "Int24"
Attr Value = 14
EndBody
EndObject
!/**
! 24-bit unsigned integer.
!*/
Object UInt24 $Value
Body SysBody
Attr PgmName = "UInt24"
Attr Text = "UInt24"
Attr Value = 15
EndBody
EndObject
EndObject EndObject
EndSObject EndSObject
......
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