Commit 1f54020b authored by claes's avatar claes

Minor changes i documentation

parent b6de9d21
!
! Proview $Id: pwrb_c_apdistribute.wb_load,v 1.6 2005-09-01 14:58:01 claes Exp $
! Proview $Id: pwrb_c_apdistribute.wb_load,v 1.7 2007-10-15 12:10:31 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -28,13 +28,13 @@ SObject pwrb:Class
! handled in a DataArithm object.
! @image orm_apdistribute_fo.gif
!
! The DpDistribute has 24 analog outputs, which values can be set from
! The ApDistribute has 24 analog outputs, which values can be set from
! an array of Float32 declared in the code of a DataArithm. By connecting
! the data input of the ApDistribute to an data output of a DataArithm,
! and placing the address of the float array in the data output, the
! values of the array will be copied to the Ap outpus of the ApDistribute
! values of the array will be copied to the Ap output of the ApDistribute
! object. This expands the number of analog outputs from the DataArithm
! from ordinary 9 to 96, if all four data ouputs are connected to ApDistribute
! from ordinary 9 to 96, if all four data outputs are connected to ApDistribute
! objects.
!
! Another advantage of ApDistribute is that its sometimes convenient to have
......
!
! Proview $Id: pwrb_c_dpdistribute.wb_load,v 1.6 2005-09-01 14:58:01 claes Exp $
! Proview $Id: pwrb_c_dpdistribute.wb_load,v 1.7 2007-10-15 12:10:31 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -31,9 +31,9 @@ SObject pwrb:Class
! an array of Boolean declared in the code of a DataArithm. By connecting
! the data input of the DpDistribute to an data output of a DataArithm,
! and placing the address of the boolean array in the data output, the
! values of the array will be copied to the Dp outpus of the DpDistribute
! values of the array will be copied to the Dp output of the DpDistribute
! object. This expands the number of digital outputs from the DataArithm
! from ordinary 9 to 96, if all four data ouputs are connected to DpDistribute
! from ordinary 9 to 96, if all four data outputs are connected to DpDistribute
! objects.
!
! Another advantage of DpDistribute is that its sometimes convenient to have
......
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