K-WANG



Product series models and core positioning
PCI-6308 is a PCI analog output card with electrical isolation, consisting of three hardware models, suitable for industrial process control, servo drive, transmitter, and test signal source scenarios:
PCI-6308V: 8-channel isolated voltage output (basic model)
PCI-6308A: 8-channel isolation voltage+8-channel isolation current output (equipped with EXP-8A motherboard, voltage synchronous to current conversion)
PCI-6304V: 4-channel isolated voltage output (simplified version)
Core hardware advantages
Digital to analog conversion: 12 bit AD7564 DAC, no lost codes, built-in REF102 precision 10V reference (temperature drift ≤ 2.5ppm/℃);
Strong isolation protection: analog output 3750Vrms optoelectronic isolation, digital IO 2500Vrms isolation, isolating the host and on-site equipment;
Bus compatibility: The new version of 0A5 supports a universal 3.3V/5V PCI bus, while the old version only supports 5V PCI;
Equipped with onboard DC-DC isolation power supply, providing ± 15V auxiliary power supply to external transmitters;
Integrate 4-channel isolated DI and 4-channel isolated DO, integrating analog output and digital switch quantity;
Custom output range jumper, programmable current output software with multiple industrial standard intervals.
Complete electrical specification parameters
1. Analog voltage output (PCI-6308V/6308A universal 8-channel)
Resolution: 12 bits, ensuring 11 bits of linear lossless code;
Optional range (jumper switching): Bipolar ± 10V, Unipolar 0~10V, Custom 0~External reference voltage (≤ 15V);
Driving capability: maximum ± 20mA per channel; setup time 10 μ s (-10V~+10V step); 4-channel synchronous update takes 13.96 μ s;
Linear error: ± 0.2LSB full-scale, gain error ± 1LSB; Power on/reset default output 0V;
Isolation withstand voltage: 3750Vrms (PC410 optocoupler), data transmission method is program controlled I/O.
2. Analog current output (only PCI-6308A, 8 channels)
Conversion chip: XTR110 precision V/I converter, voltage output corresponds one-to-one with current output;
The software offers three standard current ranges: 0~20mA, 4~20mA, and 5~25mA;
Performance: Establishment time of 17 μ s, slope of 1.3mA/μ s, nonlinear error ± 0.01% of full scale; Output internal resistance ≤ 10 Ω; The default power on is 0mA.
3. Isolate digital input DI (4-channel)
Isolation withstand voltage 2500Vrms; Input voltage withstand up to 34VDC;
Logic level: low level 0~3V, high level 3.2~34V; single channel 2.4k Ω current limiting resistor;
Circuit structure: Bidirectional voltage regulator diode+optocoupler isolation, supporting wide voltage industrial switch signals.
4. Isolate digital output DO (4-channel)
Isolation withstand voltage 2500Vrms; Open collector optocoupler transistor output;
The maximum charging current is 50mA, and the maximum external power supply is 24V; an external series resistor must be connected to operate normally.
5. Onboard auxiliary power supply and general mechanical environment
Auxiliary ± 15V output: PCI-6308V maximum 200mA; PCI-6308A full channel 25mA output only 20mA;
Power consumption: 6308V typical+5V 220mA,+12V 175mA; 6308A full load maximum+12V 530mA;
Appearance: Half length PCI board 172mm × 105mm; Interface 37 pin D-Sub female socket CN1;
Temperature and humidity: working at 0-55 ℃, storage at -20~80 ℃, humidity at 5%~95% without condensation.
Hardware installation, jumpers, and matching terminal boards
1. Unboxing and anti-static standards
The board contains a static sensitive chip, and it must be operated with an anti-static wristband and on an anti-static pad; Check for any transportation damage before powering on.
Kit standard: PCI board, driver CD, this user manual, software installation guide.
2. Hardware installation steps
Power off the entire machine and external devices, open the chassis;
Set the board jumper in advance according to the requirements;
Choose a white/beige 32-bit PCI slot, touch the chassis to release static electricity, hold the edge of the card and insert it into the slot, and tighten the fixing screws;
Windows system automatically plug and play hardware recognition upon startup, follow the instructions on the driver CD to install the software.
3. Definition of CN1 37 pin interface pins
Contains 8 voltage outputs V0-V7, 8 current outputs A0~A7 (only 6308A), 4DI/4DO, analog ground AGND, digital isolation ground DIGND/DOGND, external reference ExtVref, ± 15V onboard power supply, distinguishing between analog and digital isolation circuits to avoid interference.
4. Jumper configuration rules
Channel jumpers JP1~JP8: Single channel switching between unipolar/bipolar output modes;
JP9/JP10: Group and configure output polarity uniformly;
JP11/JP12: Switch DAC reference source (internal 10V/external ExtVref input);
Default factory configuration: ± 10V bipolar, internal reference voltage.
5. Matching terminal adapter board
ACLD-9137: Standard 37 pin screw terminal, directly connected to board DB37 interface;
ACLD-9188: Heavy duty 37 pin terminal;
DIN-37D: Supports DIN rail installation and comes with a 1-meter 37 pin cable, suitable for fixed wiring in control cabinets.

The underlying address of registers and the working principle of hardware
1. I/O address mapping (BIOS automatically assigns base addresses)
Base address+00~0E: 8-channel 12 bit DAC output register (write only); 00H bit 0 is the DA data transmission status bit;
Base address+40H: Digital IO register (write=DO output, read=DI input+DO read back);
The remaining addresses are reserved for backup use; The PCI configuration register is automatically allocated by BIOS plug and play, and manual modification of the base address/interrupt is prohibited.
2. Principle of Analog Voltage Output
12 bit unsigned data from 0 to 4095 corresponds to full scale:
±10V:0= -10V,2048=0V,4095=+9.99969V;
0~10V:0=0V,2048=5V,4095=+9.99969V;
Custom 0~Vref: 0=0V, 2048=Vref/24095=Vref;
There is a 13 μ s delay in DAC serial transmission, and the software needs to read the status bit to confirm the transmission is complete before issuing new data.
3. Principle of Current Output Conversion (6308A Exclusive)
On board XTR110 V/I chip, each voltage output directly drives the corresponding current source. The software function switches between three output ranges of 0-20mA/4-20mA/5-25mA, with a typical load of 250 Ω.
4. Principle of isolated DI/DO circuit
DI: 2.4k Ω current limiting+bidirectional voltage regulator protection, optocoupler isolation of host side and on-site signals;
DO: Open collector optocoupler output, no built-in pull-up, external resistor must be connected in series for power supply.
Full platform software ecosystem and driver support
1. Bottom level development libraries (C/C++)
Provide DOS, Windows 95 DLL, PCIS-DASK (Win98/NT/2000/XP), PCIS-DASK/X (Linux) libraries, support VC, VB, Delphi, GCC and other development environments, core APIs:
_6308_initial: board initialization (pre call for all operations);
_6308_Software-Reset: Software Reset IO Register;
_6308_da: Single channel DA output; _6308_SA_0_3/_6308_SA_4_7:4 channel synchronous output;
_6308_Set_date: Query the transmission status of DAC data;
_6308-DI: Read 4 isolated digital inputs; _6308-DO: Control 4 isolated digital outputs;
_6308_S2V_Control: Only 6308A, switch current output range mode.
2. Third party configuration/testing software drivers
All drivers are included with the board CD, divided into two categories: free without license and commercial with license:
Free license free
DAQ-LabVIEW: LabVIEW specific VI driver;
PCIS-VEE: HP VEE testing software driver.
Commercial use requires authorization
PCIS-OCX: ActiveX control, suitable for rapid VB/VC development;
DASYLab PRO: Data Collection and Analysis Software;
PCIS-DDE: DDE server, compatible with InTouch;
PCIS-ISG: ISaGRAF soft PLC driver;
PCIS-ICL: InControl configuration driver;
PCIS-OPC: OPC server, compatible with mainstream industrial upper computer clients.

K-JIANG
Add: Jimei North Road, Jimei District, Xiamen, Fujian, China
Tell:+86-15305925923