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
2012806d
Commit
2012806d
authored
May 04, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
24-bit integer added
parent
8b1920b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
src/wbl/pwrb/src/pwrb_td_datarepenum.wb_load
src/wbl/pwrb/src/pwrb_td_datarepenum.wb_load
+21
-1
No files found.
src/wbl/pwrb/src/pwrb_td_datarepenum.wb_load
View file @
2012806d
!
! 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.
!
! This program is free software; you can redistribute it and/or
...
...
@@ -169,6 +169,26 @@ SObject pwrb:Type
Attr Value = 13
EndBody
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
EndSObject
...
...
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