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
91c5499d
Commit
91c5499d
authored
Jul 08, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile method changed
parent
b6217ddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
+4
-17
src/wbl/pwrb/src/pwrb_c_getip.wb_load
src/wbl/pwrb/src/pwrb_c_getip.wb_load
+4
-17
No files found.
src/wbl/pwrb/src/pwrb_c_getip.wb_load
View file @
91c5499d
...
@@ -12,28 +12,15 @@ SObject pwrb:Class
...
@@ -12,28 +12,15 @@ SObject pwrb:Class
! @Version 1.0
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Group Plc,PlcIO
! @Summary Get integer attribute and convert to
analog value
! @Summary Get integer attribute and convert to
32-bit integer.
! Get Integer parameter and convert to
analog value
.
! Get Integer parameter and convert to
32-bit integer
.
! @image orm_getip_fo.gif
! @image orm_getip_fo.gif
!
!
! Fetches the value of a 32-, 16- or 8-bits integer
! Fetches the value of a 32-, 16- or 8-bits integer
!
parameter
in arbitrary object.
!
attribute
in arbitrary object.
!
!
! The complete name of the parameter has to be supplied.
! The complete name of the parameter has to be supplied.
! The GetIp object
! - is a pure address reference,
! - contains no relevant information (=data) in rtdb,
! - is without executable code.
!
!
! @b Example
! In the example below the value of the integer parameter, AccMod is stored:
!
! - unconditionally by StoAtoIp
! - conditionally by CStoAtoIp
!
! The value is also unconditionally stored as a pwr_tFloat32 on an attribute
! pwr_tFloat32 in the object named TIC2M
! @image orm_en1-93.gif
!*/
!*/
Object GetIp $ClassDef 340
Object GetIp $ClassDef 340
Body SysBody
Body SysBody
...
@@ -122,7 +109,7 @@ SObject pwrb:Class
...
@@ -122,7 +109,7 @@ SObject pwrb:Class
Attr default_mask[1] = 1
Attr default_mask[1] = 1
Attr segname_annotation = 0
Attr segname_annotation = 0
Attr devbody_annotation = 1
Attr devbody_annotation = 1
Attr compmethod =
10
Attr compmethod =
36
Attr compindex = 0
Attr compindex = 0
Attr tracemethod = 0
Attr tracemethod = 0
Attr traceindex = 0
Attr traceindex = 0
...
...
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