Commit 16a45557 authored by claes's avatar claes

New documentation group PlcConvert

parent c0fa40c0
...@@ -9,19 +9,16 @@ ...@@ -9,19 +9,16 @@
! !
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Group Plc,PlcString,PlcConversion
! @Code rt_plc_macro_string.h ! @Code rt_plc_macro_string.h
! @Group Plc,PlcString
! @Summary Convert analog value to string
! Convert analog value to string. ! Convert analog value to string.
! @image orm_atostr_fo.gif ! @image orm_atostr_fo.gif
!
! The AtoStr object converts the value of the analog input to ! The AtoStr object converts the value of the analog input to
! at string stored in ActVal. ! at string stored in ActVal.
! !
! Note that an erroneous format specification may cause the ! Note that an erroneous format specification may cause the
! plcprogram to terminate. The size of the output of the conversion should ! plcprogram to terminate. The size of the output of the conversion should
! not exceed 79 characters. ! not exceed 79 characters.
!*/ !*/
SObject pwrb:Class SObject pwrb:Class
Object AtoStr $ClassDef 308 Object AtoStr $ClassDef 308
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Code rt_plc_io.c ! @Code rt_plc_io.c
! @Group Plc,PlcIO ! @Group Plc,PlcConversion
! @Summary Binary coded decimal digital output. ! @Summary Binary coded decimal digital output.
! Binary Coded Decimal Digital output. ! Binary Coded Decimal Digital output.
! @image orm_en1-25.gif ! @image orm_en1-25.gif
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Code rt_plc_io.c ! @Code rt_plc_io.c
! @Group Plc,PlcIO ! @Group Plc,PlcConversion
! @Summary Digital input binary coded decimal ! @Summary Digital input binary coded decimal
! Digital input Binary Coded Decimal. ! Digital input Binary Coded Decimal.
! @image orm_en1-55.gif ! @image orm_en1-55.gif
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Code rt_plc_macro_string.h ! @Code rt_plc_macro_string.h
! @Group Plc,PlcString ! @Group Plc,PlcString,PlcConversion
! @Summary Convert digital value to string ! @Summary Convert digital value to string
! Convert digital value to string. ! Convert digital value to string.
! @image orm_dtostr_fo.gif ! @image orm_dtostr_fo.gif
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
!/** !/**
! @Version 1.0 ! @Version 1.0
! @Code rt_plc_io.c ! @Code rt_plc_io.c
! @Group Plc,PlcIO ! @Group Plc,PlcConversion
! @Summary Converts a 16-bits Gray code value into its decimal equivalent ! @Summary Converts a 16-bits Gray code value into its decimal equivalent
! Converts a 16-bits Gray code value into its decimal ! Converts a 16-bits Gray code value into its decimal
! equivalent. ! equivalent.
......
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