From: <jk...@us...> - 2003-11-17 20:28:18
|
Update of /cvsroot/opengtoolkit/lvdata In directory sc8-pr-cvs1:/tmp/cvs-serv27589 Modified Files: ChangeLog.txt Log Message: added 2.0-1 to 2.1-1 chagnes Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/ChangeLog.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog.txt 4 Jul 2003 03:46:07 -0000 1.9 --- ChangeLog.txt 17 Nov 2003 20:27:53 -0000 1.10 *************** *** 1,39 **** ! Changes Since 1.6 2003-07-03 ! Cosmetic - "Array Dim(s) from TD.vi", "Parse String with TDs.vi", "Strip Units.vi" - removed ".vi" extension from VI Window Appearance for palette VI title ! New VI - "Remove Typedefs from Variant.vi" ! Added "Remove Typedefs from Variant.vi" to "Type Descriptor" subpalette. 2003-05-06 ! New VI - "Get Array Element Default Data.vi" ! New VI - "Unwrap VVariant" ! New suPalette - VVariant ! Added Variant primitives to Data Tools Root palette. ! ! Addtion to VArray Palette - "Get Array Element Default Data.vi" 2003-04-24 merge from the branch unit_dev ! Added Typedefs: ! Type Descriptor.ctl >>> array of I16. All VIs using a TD are now linked to this typedef. ! ! Base Units.ctl >>> an enum typedef for base units as described in App Note 154 ! ! Physical Units.ctl >>> a cluster of {Base Unit, Exponent} ! ! ! Added VIs: ! Array Dim(s) from TD.vi >>> we had only one with variant input. ! Get Element TD from Array TD.vi >>> we had only one with variant input. ! Get Physical Units from TD.vi >>> outputs an array of Physical Units each base unit with its exponent ! Get Physical Units.vi >>> same as previous except for variant input. ! ! 2003-04-23 *** 1.6 Released *** \ No newline at end of file --- 1,44 ---- ! -= oglib_lvdata-2.1-1.ogp =- ! ! Changes from 2.0-1 --> 2.1-1 ! -------------------------------- ! 2003-11-17 ! ! * New VI - "Variant Constant" is a "merged VI" that was added to the palette. This allows users to drop a Variant constant onto the block diagram. ! * Palette Change - Added "Variant Constant" and "Get TDEnum from Data" to the Palette + Changes from 1.6-1 --> 2.0-1 + -------------------------------- 2003-07-03 ! * Cosmetic - "Array Dim(s) from TD.vi", "Parse String with TDs.vi", "Strip Units.vi" - removed ".vi" extension from VI Window Appearance for palette VI title ! * New VI - "Remove Typedefs from Variant.vi" ! * Added "Remove Typedefs from Variant.vi" to "Type Descriptor" subpalette. 2003-05-06 ! * New VI - "Get Array Element Default Data.vi" ! * New VI - "Unwrap VVariant" ! * New suPalette - VVariant ! * Added Variant primitives to Data Tools Root palette. ! * Addtion to VArray Palette - "Get Array Element Default Data.vi" 2003-04-24 merge from the branch unit_dev ! * Added Typedefs: ! ** Type Descriptor.ctl >>> array of I16. All VIs using a TD are now linked to this typedef. ! ** Base Units.ctl >>> an enum typedef for base units as described in App Note 154 ! ** Physical Units.ctl >>> a cluster of {Base Unit, Exponent} + * Added VIs: + ** Array Dim(s) from TD.vi >>> we had only one with variant input. + ** Get Element TD from Array TD.vi >>> we had only one with variant input. + ** Get Physical Units from TD.vi >>> outputs an array of Physical Units each base unit with its exponent + ** Get Physical Units.vi >>> same as previous except for variant input. ! -------------------------------- ! 2003-04-23 *** 1.6 Released *** ! -------------------------------- \ No newline at end of file |