Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Fine editor for working with Duet boards

    Scheduled Pinned Locked Moved
    Third-party software
    13
    50
    2.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Nightowlundefined
      Nightowl @JuJuDelta
      last edited by

      @jujudelta Haha!

      I do remember taking hours to programming a Sinclair ZX80 for it to beep, and finding I'd mis-typed something - or the magazine I'd tried to copy it from had an important piece of code cut with staples!

      Few things are more dangerous than taking the advice of someone who thinks he knows what he's doing.
      I'm still on my learning curve, so take everything I say with caution!

      RatRig 1075, Duet3 MB6HC, Sorotec SFM 1000 PV-ER milling motor, Hobbyist

      1 Reply Last reply Reply Quote 1
      • fcwiltundefined
        fcwilt @JuJuDelta
        last edited by fcwilt

        @jujudelta said in Fine editor for working with Duet boards:

        Intel's Aedit running on MS-DOS was the best!
        8" floppies, MCS-51 Dev system on wheels the size of a fridge.
        And before that punched tape and cards!
        You didn't run programs, you submitted them as a batch file overnight, to then find out you made a typo!
        You "Younglings" are spoilt 🙂

        My first "programming" was on IBM accounting machines. You inserted a bunch of jumper wires from one hole to another, on a big "patch panel", to control what the machines did.

        They couldn't do very much but they were large and loud!

        And when the rest of my friends were at schools learning Fortran I was learning ALGOL, of which I remember absolutely nothing.

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        infiniteloopundefined 1 Reply Last reply Reply Quote 1
        • infiniteloopundefined
          infiniteloop @fcwilt
          last edited by

          @fcwilt said in Fine editor for working with Duet boards:

          My first "programming" was on IBM accounting machines.

          My first micro had a "keyboard" with two buttons and 2x8 DIP switches: one DIP to enter the address, the other to enter a data byte. The red button transferred a byte into one of the 256 bytes of RAM, the green button ran the program. As display, I had 8 LEDs.

          fcwiltundefined 1 Reply Last reply Reply Quote 1
          • fcwiltundefined
            fcwilt @infiniteloop
            last edited by

            @infiniteloop said in Fine editor for working with Duet boards:

            @fcwilt said in Fine editor for working with Duet boards:

            My first "programming" was on IBM accounting machines.

            My first micro had a "keyboard" with two buttons and 2x8 DIP switches: one DIP to enter the address, the other to enter a data byte. The red button transferred a byte into one of the 256 bytes of RAM, the green button ran the program. As display, I had 8 LEDs.

            That must of been kind of tedious.

            But it sounds something like an Intel microprocessor development system we had, which had a bunch of switches on the front. I remember we used them to enter the "boot loader" which then could read in the actual program from a paper tape reader.

            Frederick

            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

            infiniteloopundefined 1 Reply Last reply Reply Quote 0
            • infiniteloopundefined
              infiniteloop @fcwilt
              last edited by

              @fcwilt said in Fine editor for working with Duet boards:

              That must of been kind of tedious.

              Don't worry, the next machine I could work with was a IBM 5100 😉

              1 Reply Last reply Reply Quote 1
              • mikeabuilderundefined
                mikeabuilder
                last edited by

                I still have a prototype HP Intel 486 machine in my basement. It was really hot stuff at the time. My processor was double clocked - from 20Mhz to 40Mhz. That was hot stuff in it's time, about 30 years ago.

                fcwiltundefined 1 Reply Last reply Reply Quote 1
                • fcwiltundefined
                  fcwilt @mikeabuilder
                  last edited by

                  @mikeabuilder said in Fine editor for working with Duet boards:

                  I still have a prototype HP Intel 486 machine in my basement. It was really hot stuff at the time. My processor was double clocked - from 20Mhz to 40Mhz. That was hot stuff in it's time, about 30 years ago.

                  Fun times for sure. I remember upgrading an IBM desktop from 4 to 6-8 Mhz - heady stuff.

                  Who dreamed where we would be today with gigahertz clock speeds, gigabytes of memory and terabytes of solid state drives.

                  Frederick

                  Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                  deckingmanundefined 1 Reply Last reply Reply Quote 0
                  • OwenDundefined
                    OwenD
                    last edited by OwenD

                    @fcwilt
                    Looks good 👍
                    I have been using a free editor called
                    RJ Texted.
                    It also has FTP, but I haven't used it.
                    I did a syntax file that allows auto completion and does mouse over help hints for existing files.
                    https://forum.duet3d.com/topic/14637/reprap-g-code-syntax-now-part-of-rj-texted-text-editor/2?_=1654136072761

                    The syntax file is no longer included as standard because it was changing too quickly.

                    I see that you can do syntax highlighters in your editor as well, so it would be good for someone to do so.

                    I looked at doing one for Notepad ++ but it was to clunky

                    fcwiltundefined 1 Reply Last reply Reply Quote 1
                    • fcwiltundefined
                      fcwilt @OwenD
                      last edited by fcwilt

                      @owend said in Fine editor for working with Duet boards:

                      @fcwilt
                      Looks good 👍
                      I have been using a free editor called
                      RJ Texted.
                      It also has FTP, but I haven't used it.
                      I did a syntax file that allows auto completion and does mouse over help hints for existing files.
                      https://forum.duet3d.com/topic/14637/reprap-g-code-syntax-now-part-of-rj-texted-text-editor/2?_=1654136072761

                      I see that you can do syntax highlighters in your editor as well, so it would be good for someone to do so.

                      There are many syntax highlighters available, some created by the programs creator, some by end users.

                      I haven't looked into how to make one but the Java one does give some highlighting.

                      EditPad Java Highlighter.png

                      Is highlighting an "art form" or are there specific rules for each type of file?

                      Frederick

                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                      OwenDundefined 1 Reply Last reply Reply Quote 0
                      • OwenDundefined
                        OwenD @fcwilt
                        last edited by

                        @fcwilt said in Fine editor for working with Duet boards:

                        Is highlighting an "art form" or are there specific rules for each type of file?

                        I don't know if there are any rules per se.
                        Mostly they use some sort of regex or keyword list to determine what to highlight.

                        fcwiltundefined 1 Reply Last reply Reply Quote 1
                        • Coffeeundefined
                          Coffee @JuJuDelta
                          last edited by

                          @jujudelta said in Fine editor for working with Duet boards:

                          Intel's Aedit running on MS-DOS was the best!
                          8" floppies, MCS-51 Dev system on wheels the size of a fridge.
                          And before that punched tape and cards!
                          You didn't run programs, you submitted them as a batch file overnight, to then find out you made a typo!
                          You "Younglings" are spoilt 🙂

                          Sneaking in a batch of cards to print KISS's logo a few dozen times to give to friends!

                          1 Reply Last reply Reply Quote 1
                          • deckingmanundefined
                            deckingman @fcwilt
                            last edited by

                            @fcwilt said in Fine editor for working with Duet boards:

                            @mikeabuilder said in Fine editor for working with Duet boards:

                            I still have a prototype HP Intel 486 machine in my basement. It was really hot stuff at the time. My processor was double clocked - from 20Mhz to 40Mhz. That was hot stuff in it's time, about 30 years ago.

                            Fun times for sure. I remember upgrading an IBM desktop from 4 to 6-8 Mhz - heady stuff.

                            Who dreamed where we would be today with gigahertz clock speeds, gigabytes of memory and terabytes of solid state drives.

                            Frederick

                            My first was a Sinclair ZX81 (8 bit processor with 1K memory and cassette tape for "non-volatile" storage) circa 1981 that I bought in kit form. My second was a Texas Instruments TI-994A that I bought a couple of years later (so circa 1983) with a 16bit 3Mhz processor and separate VDP (Video Display Processor as they were called in those days).

                            By 1983 I was 30 years old and these machines were big steps up from calculators, which in turn were big steps up from slide rules and books of log tables that was all we had in my school days.

                            Ian
                            https://somei3deas.wordpress.com/
                            https://www.youtube.com/@deckingman

                            fcwiltundefined 1 Reply Last reply Reply Quote 1
                            • cosmowaveundefined
                              cosmowave
                              last edited by

                              Until 2009 i've built special machines with a Z80 controller board (2MHz, 2kB RAM).
                              The complete controller board and all other electronic boards was soldered by hand... 💪

                              I loved it to write programs in Z80 assembler. But the begin was hard!

                              Mankati FSXT+, DeltaTowerV2, E3D MS/TC

                              1 Reply Last reply Reply Quote 0
                              • fcwiltundefined
                                fcwilt @deckingman
                                last edited by

                                @deckingman said in Fine editor for working with Duet boards:

                                By 1983 I was 30 years old and these machines were big steps up from calculators, which in turn were big steps up from slide rules and books of log tables that was all we had in my school days.

                                I still have mine.

                                Slide Rules 3.png

                                The white one is a typical one while the yellow one was for all things electronic.

                                They are a bit more than 50 years old.

                                Frederick

                                Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                                1 Reply Last reply Reply Quote 0
                                • Phaedruxundefined
                                  Phaedrux Moderator
                                  last edited by Phaedrux

                                  Seeing as this has turned into an after school computer club thread, I'll share with you a "retro" computing device that you might find interesting.

                                  https://github.com/MiSTer-devel/Main_MiSTer/wiki

                                  It uses a FPGA board to do hardware emulation of old computers, consoles, arcade machines, etc. The list of supported devices is long. You can even emulate a PDP-1 if you like, and all the way up to a 486 class device capable of windows 95.

                                  https://github.com/MiSTer-devel/PDP1_MiSTer

                                  alt text

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  infiniteloopundefined fcwiltundefined 2 Replies Last reply Reply Quote 2
                                  • infiniteloopundefined
                                    infiniteloop @Phaedrux
                                    last edited by

                                    @phaedrux said in Fine editor for working with Duet boards:

                                    this has turned into an after school computer club thread

                                    … of grumpy old men 😊

                                    deckingmanundefined 1 Reply Last reply Reply Quote 2
                                    • deckingmanundefined
                                      deckingman @infiniteloop
                                      last edited by

                                      @infiniteloop said in Fine editor for working with Duet boards:

                                      … of grumpy old men 😊

                                      .........of which, I am the oldest and many would say the grumpiest, therefore the most senior member of that auspicious club. 😁

                                      Ian
                                      https://somei3deas.wordpress.com/
                                      https://www.youtube.com/@deckingman

                                      fcwiltundefined Nightowlundefined 2 Replies Last reply Reply Quote 0
                                      • mikeabuilderundefined
                                        mikeabuilder
                                        last edited by

                                        @deckingman - love the slide rules. When I was in high school, my class was the last year that pocket calculators were prohibited in chemistry class. We had to use slide rules. The reason was that pocket calculators were so expensive that it was considered an unfair advantage for those that could afford one.

                                        I also learned programming with punchcards.

                                        Good times...

                                        1 Reply Last reply Reply Quote 1
                                        • jens55undefined
                                          jens55
                                          last edited by jens55

                                          You guys and your new-fangled toys ..... my first computer was an Abacus. Fingers and toes had to suffice before that!
                                          I also did the bit with toggling individual bits with switches and then 'loading' the resulting 'word' into the computer ... .one friggin' word at a time! Punch cards was such a huge step up!
                                          Ah the good old days .....

                                          1 Reply Last reply Reply Quote 0
                                          • fcwiltundefined
                                            fcwilt @Phaedrux
                                            last edited by

                                            @phaedrux said in Fine editor for working with Duet boards:

                                            Seeing as this has turned into an after school computer club thread, I'll share with you a "retro" computing device that you might find interesting.

                                            https://github.com/MiSTer-devel/Main_MiSTer/wiki

                                            It uses a FPGA board to do hardware emulation of old computers, consoles, arcade machines, etc. The list of supported devices is long. You can even emulate a PDP-1 if you like, and all the way up to a 486 class device capable of windows 95.

                                            https://github.com/MiSTer-devel/PDP1_MiSTer

                                            alt text

                                            I wish you could buy a full blown one ready to go.

                                            I'm a big fan of nostelgia. 😁

                                            Frederick

                                            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                                            Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA