Skip to content
Snippets Groups Projects
  1. Apr 05, 2022
    • Mikhail Nozdrin's avatar
      2.0. Major rework and tests with gun finished · 8fd96013
      Mikhail Nozdrin authored
      - Global Error 3 (wrong contrller answer) treating changed. Now,
      as for all the rest errors, device goes to FAULT only when three
      identical errors in a row occur. To do this, I had to wrap all
      requests in "do..while" cycle (ADC request even in two cycles).
      - test_message command tested and still works =)
      - Some line transfers are added to better show lines at 4:3 moni.
      8fd96013
  2. Mar 16, 2022
    • Mikhail Nozdrin's avatar
      Major rework: update command added · f835c6f5
      Mikhail Nozdrin authored
      Now all data from gun controller are requested with update command.
      Coolers_status command removed, ADC requests code removed from
      attribute related methods.
      f835c6f5
  3. Jan 27, 2022
  4. Jan 25, 2022
    • Mikhail Nozdrin's avatar
      Data error 5 fixed · b8d030ae
      Mikhail Nozdrin authored
        Sometimes controller was replying with the Data Error 5 message.
        Logic analyzer studies have shown that this occues when some
      delay between the control message bytes appears.
        The only reason (except internal hardware problems) was tcdrain()
      before each control message byte sending. In this commit tcdrain()
      (which waits until the transmit buffer is empty) is placed only
      before the first control message byte. And it seems that no more
      Data Error 5 is seen.
      b8d030ae
    • Mikhail Nozdrin's avatar
      Initial status before big upgrade · 0eefb7e6
      Mikhail Nozdrin authored
      0eefb7e6
  5. Aug 26, 2020
  6. Aug 21, 2020
  7. Aug 19, 2020
  8. Aug 18, 2020
  9. Aug 13, 2020
    • Mikhail Nozdrin's avatar
      0.8. Global error 3 check added · d8abe5fa
      Mikhail Nozdrin authored
      When controller receives request to change any Vref, it should
      return the value it received. If this value does not correspond
      to the send value, Global error 3 occures.
      d8abe5fa
  10. Aug 12, 2020
  11. Aug 07, 2020
  12. Aug 05, 2020
  13. Aug 04, 2020
  14. Jul 30, 2020
  15. Jul 23, 2020
Loading