Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Harris 92693 ic

comand

Newbie
Newbie level 4
Joined
Jan 14, 2025
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
39
Hi, l have an italian Veglia speedometer from Iveco truck 1995 year, it has Harris 92693 IC that inputs sine wave signal from 18 volts powered 2 pin speed sensor and converts it to pwm controlled pulses that drives speedometer needle, also there is flyback from dc motor Hall speed sensor. Cannot find specification for this IC or any similar IC. Can someone give an anvise which IC can handle with sine input with 18 volts amplitude and drive dc motor with hall flyback?
--- Updated ---

pictures
 

Attachments

  • IMG_20250114_123719.jpg
    IMG_20250114_123719.jpg
    1.2 MB · Views: 21
  • IMG_20250114_120756.jpg
    IMG_20250114_120756.jpg
    1.2 MB · Views: 19
  • IMG_20250114_113533.jpg
    IMG_20250114_113533.jpg
    2.5 MB · Views: 15
  • IMG_20250110_153245.jpg
    IMG_20250110_153245.jpg
    856.5 KB · Views: 14
  • IMG_20250110_153306.jpg
    IMG_20250110_153306.jpg
    792.5 KB · Views: 14
  • IMG_20250106_210342.jpg
    IMG_20250106_210342.jpg
    1.6 MB · Views: 18
I suspect this may be a custom / ASIC. The number is unlike our in-the-day part numbering scheme for standard products (I started my career there and left after this part's evident vintage). And in those days we were doing a lot of analog ASIC business that included European.

Not to say that searching "Harris 92693" wouldn't turn up something. Amid the sponsored and irrelevant.
 
A micro would handle this. You would replace board with a dev board (since this is a one off design).

Some design work would have to be done to manage the speed control, especially safety issues. The
meter part of the design is a fairly simple solution. Just a comparator onboard processor preferred
to square up sine.

Hall sensor I2C or V output ? Either way processor with A/D or I2C interface would handle the interface
to sensor.

Is DC motor a servo or stepper ? How is speed control done in truck, fuel intake ?


Regards, Dana.
 
Last edited:
A micro would handle this. You would replace board with a dev board (since this is a one off design).

Some design work would have to be done to manage the speed control, especially safety issues. The
meter part of the design is a fairly simple solution. Just a comparator onboard processor preferred
to square up sine.

Hall sensor I2C or V output ? Either way processor with A/D or I2C interface would handle the interface
to sensor.

Is DC motor a servo or stepper ? How is speed control done in truck, fuel intake ?


Regards, Dana.
thanks for Harris databooks link but as mentioned above this is probably custom number and there's no 92693 number in databooks, not sure about hall sensor - sensor output voltage is 8.5 volts, the reason could be damaged 92693, this is DC brushed motor, this is military truck, no speed control.
 
The below would be a simple way of getting a solution. Single chip. Basically a freq cntr
driving meter thru DAC.

The Output can be a current or a V DAC, user choice.

Inpuit is signal conditioned comparator with a small amount of hysteresis.

LCD optional if you needed it. LCD itself is off chip, but its control onchip.

Family to use would be a PSOC 5LP, ~$15 board would be CY8CKIT-059.


1736879382587.png



Small amount of code to convert the freq measured by the FreqCntr to the drive V or I to meter.

Note onchip wave generator to gen a sine for testing. Also note most chip resources remain for other stuff
in case you wanted to do additional features.

The IDE (PSOC Creator) and compiler free.


Regards, Dana.
 
If this control scheme is chopper frequency based (like something with a PLL in it, or just a crude f-to- v and an op amp) it may work better with square than sine input. Figure there may be squaring at the front end inside.

RF CMOS PLLs tend to have a cap blocked auto-centered input that can work with either, though faster edges make less PN / jitter.
 
Let's think simple.

If you have a trigger edge and you have a fixed width output pulse, then you have duty cycle modulation, just at varying frequency. This is PFM, an alternative to PWM and common in low cost power supplies and resonant types both.

If the electromechanical movement is DC current operated then you might just square up that sensor to bang-bang (CD4009B could handle 18V but not much more, filter & protect) - and custom ICs are no more reliable than their designers made them, with many newbies put to the task in my days as an ASIC "godfather" - maybe this little piggy has a lot of brothers already bacon....

Hex inverter (one for auto-bias, use the single stage type), one-shot (CD4098B?), L-C-R filter and there's your frequency dependent DC current for a torque type movement.

Maybe the clutter is part of the problem. Can you deduce or find the movement's electrical interface attributes to work from, cut out all the middlemen, go from sensor pulse to needle swung in 2 cheap ICs of a size human hands can solder (SOIC-14 or DIP, where does this cobble have to fit?).
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top