You need to use EasyEDA editor to create some projects before publishing
Simulated potentiometer errors at 0% and 100% rotation
615 0
andyfierman 3 years ago
If the simulated potentiometer is set to 0% or 100% an error message is generated because there is no protection against the one or the other of the two internal resistances dropping to zero. This problem was dealt with in EasyEDA before about V6 but the pot subckt has been rewritten and has missed this protection out. This is the subckt as it is now: ``` .SUBCKT Potentiometer_%s 1 2 3 val=%s k=%s R1 3 2  {val-(val*k)} R2 2 1  {val*k} .ENDS ``` Please replace it with this subckt which will protect again these zero resistance errors: ``` .SUBCKT Potentiometer_%s 1 2 3 val=%s k=%s ** * 1 = top end: slider fully clockwise * 2 = bottom end: slider fully anti-clockwise * 3 = slider * Limit function to prevent K1 and * Includes 1m resistors to stop zero resistance error at K=0 and K=1 * pin descriptions added and resistor names changed for clarity * signality.co.uk ** .param klim=LIMIT(0, k, 1) Rtop 1 3  {val-(val*klim)+1m} Rbot 3 2  {val*klim+1m} .ENDS ```
Comments
Login or Register to add a comment
goToTop
你现在访问的是EasyEDA海外版,使用建立访问速度更快的国内版 https://lceda.cn(需要重新注册)
如果需要转移工程请在个人中心 - 工程 - 工程高级设置 - 下载工程,下载后在https://lceda.cn/editor 打开保存即可。
有问题联系QQ 3001956291 不再提醒
svg-battery svg-battery-wifi svg-books svg-more svg-paste svg-pencil svg-plant svg-ruler svg-share svg-user svg-logo-cn svg-double-arrow -mockplus- -mockplus- -mockplus- -mockplus- -mockplus- -mockplus- -mockplus- -mockplus-@1x -mockplus-

Cookie Notice

Our website uses essential cookies to help us ensure that it is working as expected, and uses optional analytics cookies to offer you a better browsing experience. To find out more, read our Cookie Notice