v4.3.2 June-02-2005 by Andy Modify : 1. DCON_ActiveX.pdf and InstallOCX.pdf Add : 1. Digital Output Modules:87041,7045,7055 2. Digital Input Modules:87040,7055 Update : 1. Update i7000.dll to ver5.15 ==================================================================== v4.3.1 Frbruary-04-2005 by Andy Modify : 1. DCON_ActiveX.pdf and InstallOCX.pdf 2. Send_Cmd and SendBinary and Checksum bug 3. AnalogIn for 7016 can set parameter to select channel to read Analog data 4. DigitalInCounterRead for 8K and 87K modules 5. AnalogIn8 2's complement bug Add : 1. Digital Output Modules:8037,8050,8069 2. Digital Input Modules:7058,87058 3. Analog Input Modules:7015,7019R 4. OCX AnalogInFsr function support for 8K and 87K modules AnalogInHex function support for 8K and 87K modules Update : 1. Update i7000.dll to ver5.12 ==================================================================== v4.3 June-30-2004 by Andy Modify : 1. DCON_ActiveX.pdf and InstallOCX.pdf 2. DigitalInCounterRead function support for 8K series 3. ClearDigitalInCounter function support for 8K series 4. DigitalInLatch function support for 8K series 5. ClearDigitalInLatch function support for 8K series Add : 1. ReadCounter function for I-7080, I-87082, I-8080 2. ReadCounterAll function for I-8080 3. ReadFreq function for I-7080, I-87082, I-8080 4. ReadFreqAll function for I-8080 5. ClearCounter function I-7080, I-87082, I-8080 6. CounterStatus function I-7080, I-87082, I-8080 Update : 1. Update i7000.dll to ver5.09 ==================================================================== v4.22 October-20-2003 by Janman Attention: We rename the OCX name from Nap7000x to DCON_ActiveX(DCON_X). Modify : 1. DCON_ActiveX.pdf and InstallOCX.pdf Update : 1. Update i7000.dll to ver5.08 2. All ocx deoms Update the ocx name in all demos from NAP7000x to DCON_X. ==================================================================== v4.21 March-26-2003 by Janman Update i7000.dll to ver5.05 Add : 1. Digital Input Modules:8058,8040,8042 2. Digital Output Modules:8041,8042 3. Analog Input Modules:7033 4. Analog Output Modules:87022,87026 Add AnalogInAll() function AnalogInFsr function support for 8K and 87K modules AnalogInHex function support for 8K and 87K modules ==================================================================== V4.2 July-15-2002 by Janman Fix : Fix the following error code .... SendStr ==> Change to ==> SendBinary ReceiveStr==> Change to ==> ReceiveBinary AnalogIn supports 8k and 87k AnalogIn8 supports 8k and 87k AnalogOut supports 8k and 87k AnalogOutReadBack supports 8k and 87k Add : The Analog-Output/input demo programs(for 8K/87K series modules) Add : Add the following functions... 1. ChangeConfig Change the COM port configuration. This function gives user an opportunity to change the COM configuration online, no matter how the COM port is opened or closed. 2. ChangeBaudrate Change the COM port baudrate. This function can let user to change the COM communication speed (baudrate) in order to read/send message from different baudrate module. 3. ComStatus () Get the COM port status. The returned data is 1 means that the com port is used. Or, the returned data is 0 means that the com port is not in use. 4. LedDisplay Get/set (select) the value of channel number of the module on the LED display. 5. ClearDigitalInLatch () Clear the latched digital input. This function need to be cooperating with DigitalInLatched(). After using the function DigitalInLatched() to latch module's digital inputs, user can utilize this function, ClearDigitalInLatch(), to clear latched digital input. Therefore, after clearing the latched digital input, user can use the DigitalInLatch() function to latch digital input again. ==================================================================== V4.1.2 Mar-15-2001 Fix : Fix the SendStr() and ReceiveStr() functions. ==================================================================== V4.1.00 Feb-22-2001 Add : Supports multiple control used in the same program. (Refer to IKit6 demo program) Add : Supports Latched Digital Input features for DI modules. Add : Add the following functions... 1. Send_Cmd() and Receive_Cmd() These functions use the 0x0D to be the ending and will automatically add this byte at the end of the command. Send_Cmd() + Receive_Cmd() = Send_Receive_Cmd() This is designed for the 7K/8K/87K series modules. 2. Send_Str() and Receive_Str() These functions use the 0x00 to be the ending and will NOT add any byte to the string. This is usefull for sending messages to other devices in the RS-485 network. Add : The "DigitalOutCh(boolean)" method supports the 7011/7012/7014/7016/7080 modules to use the cached Digital Output value for the Digital Bit Output. Users have to calling the DigitalOut() or DigitalOutReadBack() method once firstly to setting the cache-value before calling the DigitalOutCh() method. To prevent the conflicting between multiple modules using the same cached value, users have to use multiple controls to access the different modules. Fix : The Digital-Output demo programs(for 8K/87K series modules) sometimes readback the wrong value. Now, add some delay between the DigitalOut() and DigitalOutReadback() method. This causes the DigitalOutReadBack() method reading the correct value. ==================================================================== V4.00.00 Feb-12-2001 Remove : Remove the "Address" and "ModuleType" properties. These properties is used for version 1.0. Users have to uses the "ModuleAddress" and "ModuleID" properties. Add : Add the "SlotNo" property. (Slot Number for 8K modules) Fix : DigitalOut() supports 7016. Fix : Fix the following error code .... NAP7000X_InvalidateCounterNo ==> Change to ==> NAP7000X_InvalidCounterNo NAP7000X_InvalidateCounterValue ==> Change to ==> NAP7000X_InvalidCounterValue NAP7000X_InvalidateGateMode ==> Change to ==> NAP7000X_InvalidGateMode Add : Supports the 8K/87K Digital-Input/Output modules. Add : Add the "DigitalOutCh(boolean)" method for the 7K/8k/87K to supports the Digital-Bit-Output. ( The 7011, 7012, 7014, 7016, 7080 modules does NOT supports the Digital-Bit-Output yet!! The next version of NAP7000X will try to uses the "Cache" to implement this feature for those modules. ) ==================================================================== Nov-06-1999 Add : Add the demo program for IKit-06 for VB5, Delphi3 and BCB3. Add : Add the demo program for IKit-01 for VB5. ==================================================================== V3.30.42 Oct-19-1999 Fix : The version number 3.30 on the project file of Visual Basic, occurs the error to loading the project. Fix to ver 3.3. Original: Object={082BC563-E9E3-11D2-ADD5-0080AD970A3F}#3.30#0; NAP7000X.OCX Fixed: Object={082BC563-E9E3-11D2-ADD5-0080AD970A3F}#3.3#0; NAP7000X.OCX ==================================================================== V3.30.00 Jun-10-1999 1. AnalogIn(......), AnalogInFsr(......), AnalogInHex(......) support 7033 2. Added the following Property LedDisplay7033 ====================================================================