Dear Sir,
In my project, interfacing ADS1194 chip for the 7 lead ECG recording.
I am facing issue regarding LeadOFF detection of Lead1(1-),Lead2(1+),Lead3(2-),Lead4(2+),Lead5(3-),Lead6(3+) and Lead7(RL).
I want to detect every lead status (Connected or Not Connected??).
Please see our schematic to interface 7 lead ecg cable for your reference.
Also see our register configuration as bellow.
unsigned char ADS1194RegVal[28] = {
//Write register opcode1
0x41,
//Write register opcode2
0x18,
//CONFIG1
0x05, // Sampling Rate = 250
//CONFIG2
0x22,
//CONFIG3
0xDF,
//LOFF
0xef,
//CH1SET (PGA gain = 6)
0x00,
//CH2SET (PGA gain = 6)
0x00,
//CH3SET (PGA gain = 6)
0x00,
//CH4SET (PGA gain = 6)
0x81, // Power down mode and i/p short
//CH5SET (PGA gain = 6)
0x81, // Power down mode and i/p short
//CH6SET (PGA gain = 6)
0x81, // Power down mode and i/p short
//CH7SET (PGA gain = 6)
0x81, // Power down mode and i/p short
//CH8SET (PGA gain = 6)
0x81, // Power down mode and i/p short
//RLDSENSP (default)
0x07,
//RLDSENSM (default)
0x07,
//LOFF_SENSP
0x07,
//LOFF_SENSM
0x07,
//LOFF_FLIP (default)
0x00,
//LOFF_STATP (Read only)
0x00,
//LOFF_STATM (Read only)
0x00,
//GPIO
0x00,
//PACE (default)
0x00,
//RESP (default)
0x00,
//CONFIG4
0x02,
//WCT1
0x00,
//WCT2
0x00,
};
With above configuration and schematic ---- When we remove Lead1 then its status disconnect coming again reset and coming and again reset.
But we want as bellow
If connected then its status 0 - fixed
If disconnect then its status 1 - fixed.
What is the reason??
Please reply to us ASAP
RegardsECG ANALOG SECTION.pdf
Kameshwar Prasad