PCI-D64HU Software Package Release Note * PCI-D64HU V1.0 Release Note - PCI-D64HU V1.0 New Features (versus beta version). - Functions changed in D64HDLL. - Functions added in D64HDLL. - Bugs fixed. * PCI-D64HU V0.9 Beta Version ------------------------------------------------------------------------------- PCI-D64HU V1.0 Release Note ------------------------------------------------------------------------------- - PCI-D64HU V1.0 New Features (versus beta version): 1. Support Windows 2000 2. The sample-rate for simultaneous DI/DO is upto 10M Sample/s 3. Provide the infinite pattern output. This feature is supported by onboard circuit, neither computing-power nor bus-bandwidth is needed. 4. The continuous digital-output now supports Double-Buffer mode. 5. Both DOEnd and DBEvent are supported in d64h_do_event_callback() 6. Add functions to configure the digital filters 7. Add function to configure the width of O_REQ. - Functions changed in D64HDLL : d64h_continue_writeport will ignore the wIterations parameter. To output infinitely, please enable double-buffer mode, or call d64h_continue_pattern_write(). The paramter, fSampleRate, in both d64h_continue_writeport() and d64h_continue_readport() is changed to Call-By-Reference variable. - Functions added in D64HDLL : d64h_di_buffer_get d64h_do_buffer_get d64h_do_async_dblbuf_mode d64h_do_async_dblbuf_halfready d64h_do_async_dblbuf_transfer d64h_continue_pattern_write d64h_DI_filter_set d64h_IREQ_filter_set d64h_OACK_filter_set d64h_ITRG_filter_set d64h_OREQ_width_set - Bugs fixed Fix the bug of SYNCH_OP operation in d64h_conti_readport() and d64h_conti_writeport(). ------------------------------------------------------------------------------- PCI-D64HU V0.9 Beta Version Release Note ------------------------------------------------------------------------------- - Start software development with the Features : 1. The sample-rate for simultaneous DI/DO is upto 3M Sample/s 2. Provides TRIG_SOURCE_INT_PACER, TRIG_SOURCE_EXT_STROBE and TRIG_SOURCE_HANDSHAKE modes for DI acquisition. 3. Provides TRIG_SOURCE_INT_PACER and TRIG_SOURCE_HANDSHAKE modes for DO acquisition. 5. The fixed pattern can be output repeatedly. 6. The contiguous memories for DI/DO are allocated in driver, and configured in system-registry. The default setting is 2M Byte for both DI/DO. 7. The onboard FIFOs for DI/DO are 1K/2K 32bit-samples 8. As the restriction of PCI Bridge, the DO DMA is restarted in ISR. - Functions supported in this version : System Initialization: d64h_scan d64h_cardinfo_get d64h_open d64h_close d64h_di_available_memory d64h_do_available_memory Digital Input/Output Configuration: d64h_di_config d64h_do_config Digital Input Functions: d64h_di_readport d64h_di_readline d64h_di_async_dblbuf_mode d64h_di_async_dblbuf_halfready d64h_di_async_dblbuf_transfer d64h_di_async_clear d64h_di_async_check d64h_conti_readport d64h_conti_di_status Digital Output Functions: d64h_do_readline d64h_do_writeport d64h_do_writeline d64h_do_readport d64h_do_async_clear d64h_do_async_check d64h_conti_writeport d64h_conti_do_status d64h_do_ext_trigline_write Eevnt Notification Functions: d64h_di_event_callback d64h_do_event_callback