Thermozyklus ZE5 Heating Controller. Bus error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edugimeno
    Badcaps Veteran
    • May 2017
    • 581
    • Spain

    #1

    Thermozyklus ZE5 Heating Controller. Bus error

    Hi! I was given this board. Its supposed to be a heating controller. It can be programmed over othernet from a computer, and can manage different outputs via a "BUS" connector (there's suppossedly an external module where this BUS wires enter with some relay outputs that power on/off heating valves for different rooms

    The owner stated something like "I reversed the polarity and although the manual states that's its made to withstand reverse polarity, and would wanr the used onscreen, it ended up broken and would say "shortcut in output" all the time, or something like this

    He said that he sent it to the manufacturer and they said they changed "maybe a capacitor" and sent it back. Only component I can see that looks like it might have been replaced is the bus mosfet (FQP 17N40), but he tested the unit at arrival and it would still not work.

    When I plug it into +18V it seems to work fine but he says that it shows the error when he plugs the "BUS" wires. Again he confirmed that the BUS wires are not shorted as he has another unit now working on them

    He has a bunch of these controller and he tried to swap different BUS outputs to this unit and this same BUS to another unit and it was clear that this unit was the faulty one, there was no shortuc in the BUS connection.
    I've disassembled it and not knowing that protocol that "BUS" is, all I could check is that there are +18v constant at the BUS, the 3.3v regulator has 5.0v at input and 3.3v at output, and that's basically it...not sure what else I could test not undesrstanding the BUS protocol.

    Has anyone worked with these systems?

    Thanks!
    Attached Files
  • stj
    Great Sage 齊天大聖
    • Dec 2009
    • 31159
    • Albion

    #2
    it says "CAN" so probably CANBUS, look at ic's 10 & 11

    Comment

    • edugimeno
      Badcaps Veteran
      • May 2017
      • 581
      • Spain

      #3
      Originally posted by stj
      it says "CAN" so probably CANBUS, look at ic's 10 & 11
      You are right in that, but being so close to the DB9 port, I assume there is a canbus connectivity thru that port, but the electrovalve output is a the opposite side and I believe there are completly different systems. I would like to be able to emulate the presence of that valve bus (probably just a given value resistor across) to make it believe it has the bus connected and see the error onscreen.,..,

      Comment

      • stj
        Great Sage 齊天大聖
        • Dec 2009
        • 31159
        • Albion

        #4
        but you dont know what bus is bad.
        i also see MODBUS, that's RS485 so look for an 8pin chip for that too.
        the software is a bit shit not saying which bus is locked-up!

        Comment

        • stj
          Great Sage 齊天大聖
          • Dec 2009
          • 31159
          • Albion

          #5
          btw, i think your underestimating this unit - it looks like all the conectivity is serial.
          even the ethernet port is a lantronics-module - those convert ethernet to serial for cheap mcu's.
          not a cheap part btw.

          Comment

          • edugimeno
            Badcaps Veteran
            • May 2017
            • 581
            • Spain

            #6
            No the guy said he doesn't connect anything to the DB9 port, he never used it. All he connects is power (18v) and the orange port labeled BUS which goes to another device that has relays that turns electrovalves on/off.
            The unit starts OK and shows normal behaviour until you connect the "BUS" orange port to the wires that feed the valves.

            Comment

            • redwire
              Badcaps Legend
              • Dec 2010
              • 3912
              • Canada

              #7

              It looks like a proprietary one-wire bus. So that is power+data on the line. I think the big mosfet is a current-source so it can supply power, the electrovalves are powered buy this bus or not?
              Check T4 it might be the RX transistor and looks not great. The jumpers match between the boards?

              Comment

              • edugimeno
                Badcaps Veteran
                • May 2017
                • 581
                • Spain

                #8
                Originally posted by redwire
                It looks like a proprietary one-wire bus. So that is power+data on the line. I think the big mosfet is a current-source so it can supply power, the electrovalves are powered buy this bus or not?
                Check T4 it might be the RX transistor and looks not great. The jumpers match between the boards?
                Thanks. That could be...I measured voltage while board was on and and it was putting out 18V (same as PS+). And while board=off it has 58Kohm across
                I checked T4 and it looks ok, I mean it has 0,6V across leads 1&2 and 1&3 in one polarity, same as most of the other T''s on this board (others are PNP or NPN whatever the opposite)
                Yes T4 is directly connected to BUS socket...
                Also I checked all small C's and I can't find any shorted one

                I can't compare jumpers but Im sure this guy hasn't moved them. I don't have another board with me

                I don't know if the relay modules are self powered or powered by this bus but I assume they have their own power as some are stated to manage 30 electrovalves, too much for this 3A power supply

                Kind of lost now...

                Comment

                • redwire
                  Badcaps Legend
                  • Dec 2010
                  • 3912
                  • Canada

                  #9
                  The bus has two aspects - outputs power, and send/receive serial data.
                  I don't think it should output full 18V (same as PS) at idle? The power mosfet should have some voltage drop, and the MCU turns it on and off I think.
                  Try put a load resistor, say 500Ω-1kΩ across the bus and see if it's still 18V or if it drops down. Not sure how much power you can get on the bus. The valves might do a sequence whereby only one moves at a time.
                  If the error message shows up only with a valve connected, then bus power might be collapsing or the RX data seems stuck.

                  You might have to sketch a partial schematic.

                  Comment

                  • edugimeno
                    Badcaps Veteran
                    • May 2017
                    • 581
                    • Spain

                    #10
                    I understand. Ok, I will leave this in stdby until 2 wk from now, when I've scheduled a visit to this place to have some measurements. Will probably be able to measure a working bus voltage too

                    Thanks

                    Comment

                    • CapLeaker
                      Leaking Member
                      • Dec 2014
                      • 8295
                      • Canada

                      #11
                      A “CANBUS” needs to be terminated to work proper. Problem is you don’t now which BUS is bad. I wonder If you put a TTL on that thing and let it boot, if she will show a more exact error.

                      Comment

                      • stj
                        Great Sage 齊天大聖
                        • Dec 2009
                        • 31159
                        • Albion

                        #12
                        the ethernet is intersting,
                        some of those lantronics ports have an mcu hidden in them that serves a webpage and/or a telnet server

                        Comment

                        • redwire
                          Badcaps Legend
                          • Dec 2010
                          • 3912
                          • Canada

                          #13
                          I wonder- if the owner is "sent it to the manufacturer" for repair and yet it doesn't work? "maybe a capacitor changed" Seems dodgy.

                          The DB-9 connector has CANBUS and RS-485 MODBUS. JP9 is for CAN terminator. JP4, JP5, JP6 are for RS-485 bias and terminator.
                          The "BUS" appears to be another serial port, 1-wire. The jumper by the conn I can't see what it's for. "Uart3" JP7 might be interesting to snoop.

                          FQP17N40 N-ch 16A 400V seems a bit crazy. If it was P-ch I would expect full 18V at the BUS, but no way with an N-ch high side switch. You'd have to sketch things out a bit to see who receives and who pulses power.
                          Reverse-polarity, I would expect D2 to cover that. T4 connects right to the BUS (its emitter?) so that is why I suspected it got hit.

                          That jumper might be for a master or slave config, as far as power.

                          Comment

                          • edugimeno
                            Badcaps Veteran
                            • May 2017
                            • 581
                            • Spain

                            #14
                            Originally posted by CapLeaker
                            A “CANBUS” needs to be terminated to work proper. Problem is you don’t now which BUS is bad. I wonder If you put a TTL on that thing and let it boot, if she will show a more exact error.
                            I don't think a terminator would change much. Actually right now, leaving the BUS wires open (no terminator, no nothing), I get no error. The guy got SHORTED BUS ERROR when he connected it to the bus wires, but the bus wires were actually not shorted as he put a working controller on those and it works fine

                            Comment

                            • stj
                              Great Sage 齊天大聖
                              • Dec 2009
                              • 31159
                              • Albion

                              #15
                              look for a low value series resistor used for current-sense then.

                              Comment

                              • CapLeaker
                                Leaking Member
                                • Dec 2014
                                • 8295
                                • Canada

                                #16
                                Hmm… look at the canbus with an oscilloscope. Look at a working one vs the non working unit.

                                Comment

                                • edugimeno
                                  Badcaps Veteran
                                  • May 2017
                                  • 581
                                  • Spain

                                  #17
                                  Originally posted by stj
                                  look for a low value series resistor used for current-sense then.
                                  Mmmm I checked a bunch of them, and then I found this one. R45 on the attached picture.
                                  It shows "100" which according to tables I found should be 10 Ohm but it measures 1 K ohm in one direction and 5K ohm in the oppostite direction (maybe a D o C is affecting the polarity measuring).
                                  So this does not make sense right?
                                  One of this resistor leads has 100% continuity with of the BUS leads...
                                  Attached Files

                                  Comment

                                  • edugimeno
                                    Badcaps Veteran
                                    • May 2017
                                    • 581
                                    • Spain

                                    #18
                                    Ok, this is what I did.
                                    I first tried to see what happened when I put a random value resistor across "BUS". 1st resistor I found was 10K so I tried. I instantly got "BUS IS SHORTED" error on screen.
                                    Then I removed the 10 Ohm SMD resistor and soldered 2x4,5 Ohm resistor in series. Then applied the 10K resistor across bus and got no error.
                                    For now I have no way to fully check board until I take it to he building where it was working and connecting it to its real BUS.
                                    Will be back when I can get these results

                                    Thanks everyone!
                                    Attached Files

                                    Comment

                                    • edugimeno
                                      Badcaps Veteran
                                      • May 2017
                                      • 581
                                      • Spain

                                      #19
                                      Ohhhh FAIL!! I went to this place today, plugged my device in the bus, and "SHORTED BUS" came up right away! I measured the bus with no device and it got no voltage (so the voltge is powered by this device) and it showed 200 Kohm.
                                      I could bring home a workind device, as the guy has some spares, so I can compare voltages...

                                      Comment

                                      • edugimeno
                                        Badcaps Veteran
                                        • May 2017
                                        • 581
                                        • Spain

                                        #20
                                        Ok, I have some advances here. Take a look at both boards. Left if the board to be repaired, that was already sent for repair to the official "shop". Right is a working board, although the guy doesn't want to use it because this variant doesn't have a LAN port so he can't configure it from his computer.

                                        All seem the same except the LAN port barely visible at the bottom left
                                        Then you will see at my board (left) that I replaced a, supposedly marked "100" resistor R45, by 2x4.5Ohm resis​tors in series (thru hole but mounted above). Then I go to the new board and this R45 resistor measures 0,1Ohm, not 10 Ohm, ... and I realize it actually shows "R100", which matches the reading.
                                        But ven more, if you look at the main bus mosfet, which a highlighted its marking, one is a P mosfet and the other is N mosfet!!! How could this be?? And I don't see changes in circuit traces to modify this board to use a different mosfet type... So Im guessing that whoever serviced (or tried to service) used the wrong mosfet in it right?
                                        This is something that redwire already rised a flag for it.... That it wouldn't make sense a a N mosfet there....
                                        So first thing I would do is get a P mosfet there.
                                        Also would I change the R45 by 0,1Ohm too? Or let this one go.?

                                        Thanks everyone!
                                        PD: Im also attaching a picture I took before I swapped R45 by 2x4,5Ohm, I can now see the marking was 100% clear: "100", not "R100"
                                        Attached Files

                                        Comment

                                        Related Topics

                                        Collapse

                                        • valvashon
                                          Repair Success! Middle Atlantic UPS2200R-IP
                                          by valvashon
                                          Yesterday I successfully repaired a Middle Atlantic UPS2200R-IP that had inadvertently been used as a surge suppressor at our transmitter site. It has already been replaced with an updated one but it's coming home with me now instead of being e-cycled. To be specific, this is the MA model that has the blue backlit display and has been discontinued, although this design may have been used in many UPS units including the smaller Middle Atlantic ones in this series.



                                          Here's what happened: We experienced a brownout/surge at the site, which damaged the UPS and took our broadcasting...
                                          02-06-2024, 12:54 PM
                                        • master3112
                                          ASUS ROG Strix- G513IH-HN008, G513-6050A3249301- MB-A04 (A4) damaged Embedded Controller
                                          by master3112
                                          I have an ASUS ROG Strix- G513IH-HN008, motherboard G513-6050A3249301- MB-A04 (A4)

                                          When I received the device, the device has no function. After an investigation, I found that the PWM CONTROLLER RT6575B (U6100) is getting warm and there is a short circuit at the 3V3 output. This normally supplies 3V3 for the embedded controller IT5571E-128 (U301). When measuring and analyzing with a thermal imaging camera, I found that some components are damaged: SLG4E42553VTR (U8500), IT5571E-128 (U301), LAN RTL8111H (U450), LOGIC 74LVC1G08GW (U1900), RT6575B (U6100) All these components are on...
                                          10-29-2024, 09:32 PM
                                        • HectoPascal
                                          Replacement caps ok? (smoothing caps, PSU heating controller)
                                          by HectoPascal
                                          Hallo,
                                          i want to replace two smoothing caps from a heating controller PSU. They are probably 30 years old and it might be time to replace them.

                                          SXE 470uF 63V 105°C (tested: 472uF 0.35Ohm) --> Nichicon VY 105°C - 463uF 0.15Ohm
                                          SXE 470uF 25V 105°C (tested: 422uF 0.63Ohm) --> Samwha K5A 85°C - 446uF 0.10Ohm (or Panasonic RAD FC 470/25 8mm)

                                          I couldn't find anything about 'SXE'. That's the only declaration on the caps. Edit: The top/bottom ident says Nippon CC.
                                          Nichicon should be 'VY' series (linked).
                                          I couldn't find anything about Samwha...
                                          09-06-2023, 08:30 PM
                                        • ngml
                                          Repair of an LG split AC system indoor unit PCB
                                          by ngml
                                          I am trying to repair an LG split AC indoor unit, which does not start and gives a CH05 error code.
                                          This indicates an error in the communication between the outdoor and the indoor unit.
                                          The outdoor unit is fine, so the problem is the indoor PCB.
                                          The indoor unit is an LG PC09SQ NSJ (3SNM09JA2FA), and the PCB has the following type number: EAX35907219-1.2 (see photo1)
                                          I changed optocouplers ICO1X & ICO2X and the NPN transistor S9013 which drives optocoupler ICO2X (see photo2), but this did not remedy the fault.

                                          Does anybody have the schematics of this board,...
                                          02-01-2025, 12:55 PM
                                        • sam_sam_sam
                                          Tankless hot water heater controller board not powering up when power is applied
                                          by sam_sam_sam
                                          I recently bought a used tankless hot water heater and the controller board is completely dead no power up when power is applied the display board works however the main controller board does not work correctly at all the fuse is good

                                          I bought a used replacement controller board that also had issues that I was able to fix and now the tankless water heater works correctly now

                                          However I would like to know if I could figure what happened to this controller board if possible

                                          Tomorrow I will take some better pictures of both side of both boards

                                          The...
                                          12-09-2022, 09:14 PM
                                        • Loading...
                                        • No more items.
                                        Working...