Exactly. The HV-On hang-up is difficult to clear too, I have to shut the tracer off, disconnect everything, and cycle the power switch to stop the HV LED coming on with the main power. I've wondered if it would be a good idea to add a reset button for the PIC for such cases.
Just curious, I've never had a lockup on mine yet. Since the filament power is regulated by the PIC, what happens there? Does the output go to zero or full power? Perhaps it depends on the exact state of the FET when the lockup occurs?
Bill v
--
You received this message because you are subscribed to the Google Groups "uTracer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utracer+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/utracer/153988f2-75ea-491f-bed0-fd83f1fafa0an%40googlegroups.com.
Just curious, I've never had a lockup on mine yet. Since the filament power is regulated by the PIC, what happens there? Does the output go to zero or full power? Perhaps it depends on the exact state of the FET when the lockup occurs?
Bill v
Op 23 sep 2024 om 15:38 heeft Ihor <iste...@gmail.com> het volgende geschreven:
Just curious, I've never had a lockup on mine yet. Since the filament power is regulated by the PIC, what happens there? Does the output go to zero or full power? Perhaps it depends on the exact state of the FET when the lockup occurs?
Bill vThe internal PWM filament voltage, if set, is present all the time, except the moment (milliseconds) when the measurement is performed. So the PWM is switched off at that moment, and then reactivated. If something hangs (almost surely outside the time for the measurement) the voltage is still there I believe, because PIC uses separate independent PWM register which does not care about the main loop in the code. Again, I think the "hang" that we observe is not like halting of the CPU or a segmentation fault that crashes the main loop and goes nowhere. The PIC just stays in some infinite loop (trying to charge the caps or convert the measurements from the ADCs) which interferes with its responsiveness, but the clock, PWM, computations are still running. Also, the voltage level for the filament is never adjusted because there is no feedback or any sensing circuit, so it is just set and that's it.
--
You received this message because you are subscribed to the Google Groups "uTracer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utracer+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/utracer/c7741cc3-0ac7-4df1-9b22-4b648394bb17n%40googlegroups.com.
Op 23 sep 2024 om 15:49 heeft Davo <djda...@gmail.com> het volgende geschreven:
To view this discussion on the web visit https://groups.google.com/d/msgid/utracer/347C024B-D20E-496D-A265-EB26D8A311FA%40gmail.com.
Thanks.
Bill v.
To view this discussion on the web visit https://groups.google.com/d/msgid/utracer/c6f6e5b7-5add-45cb-9691-c5f7f2b32dddn%40googlegroups.com.
Ah, yes, if the PIC simply gets stuck in some internal loop, it would not affect the PWM. That would also make it very difficult to implement an external watchdog.
Bill v.
--
You received this message because you are subscribed to the Google Groups "uTracer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utracer+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/utracer/c7741cc3-0ac7-4df1-9b22-4b648394bb17n%40googlegroups.com.
Op 28 sep 2024 om 12:26 heeft Martin Manning <mman...@fuse.net> het volgende geschreven:
PS Ihor, I assume the values for "Rbot" and "Rtop" (R32 and R33 in the above circuit snip) are reset when using uT JS for a uT3+ as opposed to a uT6?
--
You received this message because you are subscribed to the Google Groups "uTracer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utracer+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/utracer/f22d6cda-2faf-4aa4-87e9-18582be6a381n%40googlegroups.com.