Author Topic: [AXE] electricity simulator  (Read 8549 times)

0 Members and 1 Guest are viewing this topic.

Offline TheMachine02

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 452
  • Rating: +105/-0
  • me = EF99+F41A
    • View Profile
Re: [AXE] electricity simulator
« Reply #15 on: November 30, 2012, 11:32:52 am »
here what I am thinking. If you don't understand something, just ask.

AXE/asm programmer - unleash the power of z80 //C++//C

epic 3D things http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_BasicsTheory.html

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: [AXE] electricity simulator
« Reply #16 on: November 30, 2012, 11:56:41 am »
Quote
With analog electronics you have to deal with impedances, transitions, tresholds, phasors, etc. I bet a TI84+ is not strong enough to handle that.
On the contrary, considering that my father simulated some analog electronics - and IIRC, not just RLC circuits - on a HP-41C, about two decades ago, I'd bet that a TI-Z80 can handle quite a number of things ;)
The HP-41C's processor is clocked at least an order of magnitude slower than the 6(-15) MHz Z80 of the 83+ family, and the 83+ family has at least two orders of magnitude more RAM.
Of course, the TI-68k series, the Prizm and the Nspire series could do better than the 83+ family.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [AXE] electricity simulator
« Reply #17 on: November 30, 2012, 12:10:26 pm »
Stevon8er, have you ever used LTspice? When you simulate you can pick a node or a component and measure respectively voltage or current. No need to simulate the whole circuit every cycle. (unless you do a frequency sweep)
« Last Edit: November 30, 2012, 12:11:17 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [AXE] electricity simulator
« Reply #18 on: November 30, 2012, 12:14:55 pm »
No i didn't, but it's actually a wrong tittle, it's not really a simulation but it's drawing a circuit, and then giving the values (like U, I, R, Xl , Xc , f , ...) and after that it calculates it for you

so instead of using input fields for getting the vars, it asks you to draw it and give the values... it's just a funnier way of learning/ solving formulas
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [AXE] electricity simulator
« Reply #19 on: November 30, 2012, 12:17:07 pm »
When you let it "calculate" for you it simulates the behaviour of the circuit right?
« Last Edit: November 30, 2012, 12:17:15 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [AXE] electricity simulator
« Reply #20 on: November 30, 2012, 12:19:45 pm »
Not really, euhm let me explain it a bit... so you give a source... to that source you add a value... after it has enough values... it starts calculating and on the missing places it puts the calculated answer... that's it... after that it's done... (or you could edit the values and recalculate)
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [AXE] electricity simulator
« Reply #21 on: November 30, 2012, 01:40:57 pm »
Like this?
If you like my work: why not give me an internet?








Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [AXE] electricity simulator
« Reply #22 on: November 30, 2012, 01:41:47 pm »
yes, but then with more complex drawings and more vars (like frequency etc...)

EDIT: maybe i could do it so, that user can go to another screen, where the sin-function of the circuit is drawn... idk, maybe i could add that lol :p
« Last Edit: November 30, 2012, 01:42:48 pm by stevon8ter »
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [AXE] electricity simulator
« Reply #23 on: November 30, 2012, 01:55:24 pm »
Good luck with that.
If you like my work: why not give me an internet?








Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [AXE] electricity simulator
« Reply #24 on: November 30, 2012, 01:57:22 pm »
Yeah probably won't work but whatever xD
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: [AXE] electricity simulator
« Reply #25 on: November 30, 2012, 03:05:53 pm »
It might be easier to do this in BASIC, because it actually has support for floating point (assuming non-integral values, which is sometimes the case)
In-progress: Graviter (...)

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [AXE] electricity simulator
« Reply #26 on: November 30, 2012, 04:18:00 pm »
Hmmmm that's actually true, but then if i'dd try to visualize it, it's a lot harder...
Isn't there a way to add basic progs + their outputs to an axe program?
Or maybe something like grammer can do... Start up the program... But values declared by the axe program?
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [AXE] electricity simulator
« Reply #27 on: November 30, 2012, 04:43:51 pm »
you can always use the old 12:prgmBLAH approach that all the hybrid programs of old used, performing functions in an axe program that reads values from BASIC variables.

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [AXE] electricity simulator
« Reply #28 on: November 30, 2012, 04:48:34 pm »
How do you mean? Could you explain it a bit?
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [AXE] electricity simulator
« Reply #29 on: November 30, 2012, 05:39:12 pm »
Or use basic with libs to enhange gfx :)
« Last Edit: November 30, 2012, 05:39:24 pm by Keoni29 »
If you like my work: why not give me an internet?