JITX Quickstart 2 - Components, nets, and circuits

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 4

  • @Jeremy-fl2xt
    @Jeremy-fl2xt 3 дні тому +1

    @2:18 While following this with JITX 3.24.1, I get an error when trying to run after instantiating the communications-core. I think the issue is that the Zener is an SOD-123, but I don't see where to adjust the packages.
    stanza> reload
    "case" => ["0402" "0603"] "manufacturer" => "ON Semiconductor" "_sellers" => ["Arrow" "Avnet" "DigiKey" "JLCPCB" "LCSC" "Mouser" "Newark"] "mounting" => "smd" "min-stock" => 1 "mpn" => "MMSZ4689T1G" [336ms] (0)
    Uncaught Exception:
    Could not find component that meets requirements:
    User Requirements :
    manufacturer: "ON Semiconductor"
    mpn: "MMSZ4689T1G"
    min-stock: 1
    Design Requirements :
    mounting: "smd"
    case: ["0402" "0603"]
    Set in C:\Users\Jeremy/.jitx\user.params.

    • @JITX-Automation
      @JITX-Automation  3 дні тому

      You are fast on the draw! The upcoming JITX 3.25 release will fix that issue, in the meantime, use this version of helpers.stanza: github.com/JITx-Inc/quickstart-by-phase/blob/main/quickstart-2-files/helpers.stanza

    • @Jeremy-fl2xt
      @Jeremy-fl2xt 3 дні тому

      After commenting out different lines in the helpers.stanza, it seems like the critical lines are 30 and 31. Adding "SOD-123" to the case and commenting out only line 31 works as well, but I suspect other parts will have other packages.
      Maybe line 31 is only an issue on the Free version with no PLM ?

    • @Jeremy-fl2xt
      @Jeremy-fl2xt 3 дні тому

      @@JITX-Automation The line with "seller! = vendor" is still problematic for me. Commenting it out does allow it to run (at least up to the FTDI part addition).