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
16a45557
Commit
16a45557
authored
Jan 14, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New documentation group PlcConvert
parent
c0fa40c0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
8 deletions
+5
-8
src/wbl/pwrb/src/pwrb_c_atostr.wb_load
src/wbl/pwrb/src/pwrb_c_atostr.wb_load
+1
-4
src/wbl/pwrb/src/pwrb_c_bcddo.wb_load
src/wbl/pwrb/src/pwrb_c_bcddo.wb_load
+1
-1
src/wbl/pwrb/src/pwrb_c_dibcd.wb_load
src/wbl/pwrb/src/pwrb_c_dibcd.wb_load
+1
-1
src/wbl/pwrb/src/pwrb_c_dtostr.wb_load
src/wbl/pwrb/src/pwrb_c_dtostr.wb_load
+1
-1
src/wbl/pwrb/src/pwrb_c_gray.wb_load
src/wbl/pwrb/src/pwrb_c_gray.wb_load
+1
-1
No files found.
src/wbl/pwrb/src/pwrb_c_atostr.wb_load
View file @
16a45557
...
...
@@ -9,19 +9,16 @@
!
!/**
! @Version 1.0
! @Group Plc,PlcString,PlcConversion
! @Code rt_plc_macro_string.h
! @Group Plc,PlcString
! @Summary Convert analog value to string
! Convert analog value to string.
! @image orm_atostr_fo.gif
!
! The AtoStr object converts the value of the analog input to
! at string stored in ActVal.
!
! Note that an erroneous format specification may cause the
! plcprogram to terminate. The size of the output of the conversion should
! not exceed 79 characters.
!*/
SObject pwrb:Class
Object AtoStr $ClassDef 308
...
...
src/wbl/pwrb/src/pwrb_c_bcddo.wb_load
View file @
16a45557
...
...
@@ -10,7 +10,7 @@
!/**
! @Version 1.0
! @Code rt_plc_io.c
! @Group Plc,Plc
IO
! @Group Plc,Plc
Conversion
! @Summary Binary coded decimal digital output.
! Binary Coded Decimal Digital output.
! @image orm_en1-25.gif
...
...
src/wbl/pwrb/src/pwrb_c_dibcd.wb_load
View file @
16a45557
...
...
@@ -10,7 +10,7 @@
!/**
! @Version 1.0
! @Code rt_plc_io.c
! @Group Plc,Plc
IO
! @Group Plc,Plc
Conversion
! @Summary Digital input binary coded decimal
! Digital input Binary Coded Decimal.
! @image orm_en1-55.gif
...
...
src/wbl/pwrb/src/pwrb_c_dtostr.wb_load
View file @
16a45557
...
...
@@ -10,7 +10,7 @@
!/**
! @Version 1.0
! @Code rt_plc_macro_string.h
! @Group Plc,PlcString
! @Group Plc,PlcString
,PlcConversion
! @Summary Convert digital value to string
! Convert digital value to string.
! @image orm_dtostr_fo.gif
...
...
src/wbl/pwrb/src/pwrb_c_gray.wb_load
View file @
16a45557
...
...
@@ -10,7 +10,7 @@
!/**
! @Version 1.0
! @Code rt_plc_io.c
! @Group Plc,Plc
IO
! @Group Plc,Plc
Conversion
! @Summary Converts a 16-bits Gray code value into its decimal equivalent
! Converts a 16-bits Gray code value into its decimal
! equivalent.
...
...
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