nawercases.blogg.se

Emu48 shortcuts
Emu48 shortcuts





  1. Emu48 shortcuts software#
  2. Emu48 shortcuts code#

  • This is provided here for my colleagues who have watched the video on creating questions for assignments on WeBWorK that I posted on YouTube and would like to try their luck with this bare-bones template.
  • IF (XPON(stdValue) > 10) OR (XPON(stdValue) 11) OR (XPON(stdValue) ab bc ca IF ((eSeries = 6) OR (eSeries = 12) OR (eSeries = 24)) THEN //4-band IF (stdValue = 0) THEN //Zero resistance case LOCAL resColourCode := toleranceColours(eSeriesListCode) //Initialize with tolerance colour bandĬASE //Determine if 4 or 5 band depending on E series LOCAL eSeriesListCode := 2 //Sets default eSeries according to list below. LOCAL homeFormat, homeDigits, xPON //To store user-defined environment later on LOCAL myResistance, eSeries, numberInSeries, stdValue, roundValue, pctError //For calculations If using function-style input, also comment out INPUT line(14), eSeries line(13) and line(16), and UNcomment line(17). Note: You'll have to know which E series you want. EXPORT SRV(myResistance, eSeries) //Uncomment for function-style input. Output: Standard resistor value, colour coding, and percent error from entered valueĮXPORT SRV() //Uncomment for interactive input. Input: Your resistor value and E series (tolerance)

    Emu48 shortcuts code#

    //Purpose: Produce closest standard resistor value based on IEC 60063 preferred value system (E series) and colour code per IEC 60062:2016.That is why I post it here, with permission. That said, for the sake of liabilities, I like this program. As usual, it is provided on an "as is" basis, purely for pedagogical purposes and no warranties are made on its accuracy or otherwise. Borissov, student of ELEC 201, Sep 2018, submitted this program that produces the color code strip for a given value of resistance.

    Emu48 shortcuts software#

    UBC EECE Free Software HP-Prime Standard Resistor by Mr.







    Emu48 shortcuts