Commit 2df1813b authored by Claes Sjofors's avatar Claes Sjofors

IO Buffer doc added

parent dd3eb210
......@@ -38,10 +38,11 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Code rt_plc_macro_io.h
! @Summary Store Bi signal
! Store Buffer input.
! @image orm_cstobi_fo.gif
! @image orm_cstobifloat32_fo.png
!
! Stores an integer value on the specified local Bi object.
!
......
......@@ -42,7 +42,7 @@ SObject pwrb:Class
! @Code rt_plc_macro_io.h
! @Summary Store Bi signal
! Store Buffer input.
! @image orm_cstobi_fo.gif
! @image orm_cstobiint32_fo.png
!
! Stores an integer value on the specified local Bi object.
!
......
......@@ -42,7 +42,7 @@ SObject pwrb:Class
! @Code rt_plc_macro_io.h
! @Summary Storage of Bi string value
! Storage of Bi string value.
! @image orm_cstobistring80_fo.gif
! @image orm_cstobistring80_fo.png
!
! Storage of a Bi string value.
!*/
......@@ -94,7 +94,7 @@ SObject pwrb:Class
!*/
Object BiObject $Intern 1
Body SysBody
Attr PgmName = "SvObject"
Attr PgmName = "BiObject"
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr GraphName = "In"
Attr NiNaAnnot = 1
......@@ -102,16 +102,53 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Used by the PLC Editor.
!*/
Object SigChanCon $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr Flags |= PWR_MASK_INVISIBLE
Attr NiNaAnnot = 3
Attr NiNaCond = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the Bi object name that
! is to be displayed in the symbol of the CStoBi object.
! The segments are counted from behind.
!*/
Object BiObjectSegments $Intern 2
Object BiObjectSegments $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Specifies if the name on the channel object (
! associated with the signal object) is to be displayed
! in the symbol of the CStoBi object or not. FALSE means
! no displaying and TRUE displaying.
! See also SigChanConSegments.
!*/
Object ShowSigChanCon $Intern 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Specifies, when ShowSigChanCon = TRUE, how many
! segments of the channel object name that is to be
! displayed in the symbol of the CStoBi object. The
! segments are counted from behind.
! 0 and 1 both result in displaying the last segment of
! the channel object name.
!*/
Object SigChanConSegments $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Object PlcNode $Buffer 6
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
......@@ -145,6 +182,8 @@ SObject pwrb:Class
Object Template CStoBiString80
Body DevBody
Attr BiObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -38,10 +38,11 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Code rt_plc_macro_io.h
! @Summary Store Bo signal
! Store Buffer input.
! @image orm_cstobo_fo.gif
! @image orm_cstobofloat32_fo.png
!
! Stores an integer value on the specified local Bo object.
!
......
......@@ -38,10 +38,11 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Code rt_plc_macro_io.h
! @Summary Store Bo signal
! Store Buffer input.
! @image orm_cstobo_fo.gif
! @image orm_cstoboint32_fo.png
!
! Stores an integer value on the specified local Bo object.
!
......
......@@ -42,7 +42,7 @@ SObject pwrb:Class
! @Code rt_plc_macro_io.h
! @Summary Storage of Bo string value
! Storage of Bo string value.
! @image orm_cstobostring80_fo.gif
! @image orm_cstobostring80_fo.png
!
! Storage of a Bo string value.
!*/
......@@ -93,8 +93,8 @@ SObject pwrb:Class
! value.
!*/
Object BoObject $Intern 1
Body SysBody
Attr PgmName = "SvObject"
Body SysBody
Attr PgmName = "BoObject"
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr GraphName = "In"
Attr NiNaAnnot = 1
......@@ -102,16 +102,53 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Used by the PLC Editor.
!*/
Object SigChanCon $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr Flags |= PWR_MASK_INVISIBLE
Attr NiNaAnnot = 3
Attr NiNaCond = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the Bo object name that
! is to be displayed in the symbol of the CStoBo object.
! The segments are counted from behind.
!*/
Object BoObjectSegments $Intern 2
Object BoObjectSegments $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Specifies if the name on the channel object (
! associated with the signal object) is to be displayed
! in the symbol of the CStoBo object or not. FALSE means
! no displaying and TRUE displaying.
! See also SigChanConSegments.
!*/
Object ShowSigChanCon $Intern 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Specifies, when ShowSigChanCon = TRUE, how many
! segments of the channel object name that is to be
! displayed in the symbol of the CStoBo object. The
! segments are counted from behind.
! 0 and 1 both result in displaying the last segment of
! the channel object name.
!*/
Object SigChanConSegments $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Object PlcNode $Buffer 6
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
......@@ -145,6 +182,8 @@ SObject pwrb:Class
Object Template CStoBoString80
Body DevBody
Attr BoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -41,7 +41,7 @@ SObject pwrb:Class
! @Group Plc,PlcIO
! @Summary Get Bi signal
! Get buffer input.
! @image orm_getbi_fo.gif
! @image orm_getbifloat32_fo.png
!
! Fetches the engineering value for a specified Bi-signal
! from I/O-copied area. See PROVIEW/R Designer's Guide.
......
......@@ -41,7 +41,7 @@ SObject pwrb:Class
! @Group Plc,PlcIO
! @Summary Get Bi signal
! Get buffer input.
! @image orm_getbi_fo.gif
! @image orm_getbiint32_fo.png
!
! Fetches the engineering value for a specified Bi-signal
! from I/O-copied area. See PROVIEW/R Designer's Guide.
......
......@@ -41,7 +41,7 @@ SObject pwrb:Class
! @Group Plc,PlcIO
! @Summary Get Bi signal string value
! Get Bi signal string value.
! @image orm_getbistring80_fo.gif
! @image orm_getbistring80_fo.png
!
!*/
Object GetBiString80 $ClassDef 576
......@@ -80,16 +80,53 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Used by the PLC Editor.
!*/
Object SigChanCon $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr Flags |= PWR_MASK_INVISIBLE
Attr NiNaAnnot = 2
Attr NiNaCond = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the Sv object name that
! is to be displayed in the symbol of the GetSv object.
! The segments are counted from behind.
!*/
Object BiObjectSegments $Intern 2
Object BiObjectSegments $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Specifies if the name on the channel object (
! associated with the signal object) is to be displayed
! in the symbol of the GetBi object or not. FALSE means
! no displaying and TRUE displaying.
! See also SigChanConSegments.
!*/
Object ShowSigChanCon $Intern 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Specifies, when ShowSigChanCon = TRUE, how many
! segments of the channel object name that is to be
! displayed in the symbol of the GetBi object. The
! segments are counted from behind.
! 0 and 1 both result in displaying the last segment of
! the channel object name.
!*/
Object SigChanConSegments $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Object PlcNode $Buffer 6
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
......@@ -123,6 +160,8 @@ SObject pwrb:Class
Object Template GetBiString80
Body DevBody
Attr BiObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -41,7 +41,7 @@ SObject pwrb:Class
! @Group Plc,PlcIO
! @Summary Get Bo signal
! Get buffer input.
! @image orm_getbo_fo.gif
! @image orm_getbofloat32_fo.png
!
! Fetches the engineering value for a specified Bo-signal
! from I/O-copied area. See PROVIEW/R Designer's Guide.
......
......@@ -41,7 +41,7 @@ SObject pwrb:Class
! @Group Plc,PlcIO
! @Summary Get Bo signal
! Get buffer input.
! @image orm_getbo_fo.gif
! @image orm_getboint32_fo.png
!
! Fetches the engineering value for a specified Bo-signal
! from I/O-copied area. See PROVIEW/R Designer's Guide.
......
......@@ -41,7 +41,7 @@ SObject pwrb:Class
! @Group Plc,PlcIO
! @Summary Get Bo signal string value
! Get Bo signal string value.
! @image orm_getbostring80_fo.gif
! @image orm_getbostring80_fo.png
!
!*/
Object GetBoString80 $ClassDef 578
......@@ -80,16 +80,53 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Used by the PLC Editor.
!*/
Object SigChanCon $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr Flags |= PWR_MASK_INVISIBLE
Attr NiNaAnnot = 2
Attr NiNaCond = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the Sv object name that
! is to be displayed in the symbol of the GetSv object.
! The segments are counted from behind.
!*/
Object BoObjectSegments $Intern 2
Object BoObjectSegments $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Specifies if the name on the channel object (
! associated with the signal object) is to be displayed
! in the symbol of the GetBo object or not. FALSE means
! no displaying and TRUE displaying.
! See also SigChanConSegments.
!*/
Object ShowSigChanCon $Intern 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Specifies, when ShowSigChanCon = TRUE, how many
! segments of the channel object name that is to be
! displayed in the symbol of the GetBo object. The
! segments are counted from behind.
! 0 and 1 both result in displaying the last segment of
! the channel object name.
!*/
Object SigChanConSegments $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Object PlcNode $Buffer 6
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
......@@ -123,6 +160,8 @@ SObject pwrb:Class
Object Template GetBoString80
Body DevBody
Attr BoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -38,10 +38,11 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Code rt_plc_macro_io.h
! @Summary Store Bi signal
! Store Buffer input.
! @image orm_stobi_fo.gif
! @image orm_stobifloat32_fo.png
!
! Stores an integer value on the specified local Bi object.
!
......
......@@ -42,7 +42,7 @@ SObject pwrb:Class
! @Code rt_plc_macro_io.h
! @Summary Store Bi signal
! Store Buffer input.
! @image orm_stobi_fo.gif
! @image orm_stobiint32_fo.png
!
! Stores an integer value on the specified local Bi object.
!
......
......@@ -42,7 +42,7 @@ SObject pwrb:Class
! @Code rt_plc_macro_io.h
! @Summary Storage of Bi string value
! Storage of Bi string value.
! @image orm_stobistring80_fo.gif
! @image orm_stobistring80_fo.png
!
! Storage of a Bi string value.
!*/
......@@ -78,7 +78,7 @@ SObject pwrb:Class
!*/
Object BiObject $Intern 1
Body SysBody
Attr PgmName = "SvObject"
Attr PgmName = "BiObject"
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr GraphName = "In"
Attr NiNaAnnot = 1
......@@ -86,16 +86,53 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Used by the PLC Editor.
!*/
Object SigChanCon $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr Flags |= PWR_MASK_INVISIBLE
Attr NiNaAnnot = 2
Attr NiNaCond = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the Bi object name that
! is to be displayed in the symbol of the StoBi object.
! The segments are counted from behind.
!*/
Object BiObjectSegments $Intern 2
Object BiObjectSegments $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Specifies if the name on the channel object (
! associated with the signal object) is to be displayed
! in the symbol of the StoBi object or not. FALSE means
! no displaying and TRUE displaying.
! See also SigChanConSegments.
!*/
Object ShowSigChanCon $Intern 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Specifies, when ShowSigChanCon = TRUE, how many
! segments of the channel object name that is to be
! displayed in the symbol of the StoBi object. The
! segments are counted from behind.
! 0 and 1 both result in displaying the last segment of
! the channel object name.
!*/
Object SigChanConSegments $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Object PlcNode $Buffer 6
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
......@@ -129,6 +166,8 @@ SObject pwrb:Class
Object Template StoBiString80
Body DevBody
Attr BiObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
......@@ -38,10 +38,11 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Code rt_plc_macro_io.h
! @Summary Store Bo signal
! Store Buffer input.
! @image orm_stobo_fo.gif
! Store Buffer output.
! @image orm_stobofloat32_fo.png
!
! Stores an integer value on the specified local Bo object.
!
......
......@@ -38,10 +38,11 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Code rt_plc_macro_io.h
! @Summary Store Bo signal
! Store Buffer input.
! @image orm_stobo_fo.gif
! @image orm_stoboint32_fo.png
!
! Stores an integer value on the specified local Bo object.
!
......
......@@ -42,7 +42,7 @@ SObject pwrb:Class
! @Code rt_plc_macro_io.h
! @Summary Storage of Bo string value
! Storage of Bo string value.
! @image orm_stobostring80_fo.gif
! @image orm_stobostring80_fo.png
!
! Storage of a Bo string value.
!*/
......@@ -78,7 +78,7 @@ SObject pwrb:Class
!*/
Object BoObject $Intern 1
Body SysBody
Attr PgmName = "SvObject"
Attr PgmName = "BoObject"
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr GraphName = "In"
Attr NiNaAnnot = 1
......@@ -86,16 +86,53 @@ SObject pwrb:Class
EndBody
EndObject
!/**
! Used by the PLC Editor.
!*/
Object SigChanCon $Intern 2
Body SysBody
Attr TypeRef = "pwrs:Type-$AttrRef"
Attr Flags |= PWR_MASK_INVISIBLE
Attr NiNaAnnot = 2
Attr NiNaCond = 1
Attr NiNaSegments = 1
EndBody
EndObject
!/**
! Specifies how many segments of the Bo object name that
! is to be displayed in the symbol of the StoBo object.
! The segments are counted from behind.
!*/
Object BoObjectSegments $Intern 2
Object BoObjectSegments $Intern 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Specifies if the name on the channel object (
! associated with the signal object) is to be displayed
! in the symbol of the StoBo object or not. FALSE means
! no displaying and TRUE displaying.
! See also SigChanConSegments.
!*/
Object ShowSigChanCon $Intern 4
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Specifies, when ShowSigChanCon = TRUE, how many
! segments of the channel object name that is to be
! displayed in the symbol of the StoBo object. The
! segments are counted from behind.
! 0 and 1 both result in displaying the last segment of
! the channel object name.
!*/
Object SigChanConSegments $Intern 5
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
Object PlcNode $Buffer 3
Object PlcNode $Buffer 6
Body SysBody
Attr Class = pwr_eClass_PlcNode
Attr Flags |= PWR_MASK_INVISIBLE
......@@ -129,6 +166,8 @@ SObject pwrb:Class
Object Template StoBoString80
Body DevBody
Attr BoObjectSegments = 2
Attr SigChanConSegments = 2
Attr ShowSigChanCon = 1
EndBody
EndObject
EndObject
......
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