bfarnam / avws-acu

Support Information for AVWS-ACU
Other
1 stars 1 forks source link

Open (Missing) Valve Detection intermittent. #2

Open bfarnam opened 2 years ago

bfarnam commented 2 years ago

When the ACU system does not have any valves, or only one valve, the open valve detection does not always work.

bfarnam commented 2 years ago

The Open (Missing) valve detection circuit uses a method of detecting missing valves by providing a small current at approximately +V minus 3 volts in order to measure the current through the valve. There are two separate problems that are causing this issue.

CAUSE

  1. The three valves share a single open load detection voltage line which causes voltage feedback amongst the three valves.
  2. The total series resistance of the valves and all wiring harness and connection points needs to be known in order to determine the total expected current. This can be approximated, but could cause an open valve condition under certain circumstances.

RESOLUTION

  1. The current beta hardware does not provide a blocking diode to isolate the three valves in the open valve detection circuit. The next release of hardware will have the diodes to isolate the valves during open valve detection to stop the feedback between the valve loops.
  2. Since the total series resistance is unknown, the open valve detection circuit algorithms will need to be modified with a worst case scenarios:

The code changes along with above minimums and maximums will be released at a later date yet to be determined.