Simulator


Closed Thread
Results 1 to 32 of 32

Thread: Simulator

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Acetronics View Post
    BTW ... lost all my loging cookies ... that's the worse of all !!!
    I hate "Losing Cookies". Although it's usually from "Lager" instead of loging.

    But, I am SOOOOO impressed with Proteus/ISIS, I would never even bother trying any other simulators.
    It is worth every penny, and I figure it's already saved several thousand $ in hardware, test equipment and time not wasted.

    Everyone should have it.
    DT

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,116


    Did you find this post helpful? Yes | No

    Default

    I am impressed too. By the price also!

    It seems that they do not support PBP. I know hex files can be imported. But not Basic files, right?

    Ioannis

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,648


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Ioannis View Post
    I am impressed too. By the price also!

    It seems that they do not support PBP. I know hex files can be imported. But not Basic files, right?

    Ioannis
    Hi, Ioannis

    COFF files also can be imported ... I was told it was better for debugging tools use ...

    BUT I never could make the RTC chips work in their simulations ... always read "0" ( despite screen shows good data ) ... but the " live " circuit runs perfectly well ...

    ISIS do not like mixing analog and digital circuitry nor ...

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  4. #4
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default Crashed windows settings

    Nice find, but would be nice if it had loads of more components were available. I too experienced issues even after installing the J# update (I already have up to date .Net etc) in that when adding a link the layout area went black and Vista reverted to basic colours. The program then became non-responsive.

    On the subject of breadboarding, anyone know of an application that can take an Eagle schematic and lay it out automatically on stripboard. I've used DIY Layout creator, which is a manual process, but this leads to human error creeping in a when mixing 240V with 5V dc there could be nasty consequences...

  5. #5
    Join Date
    Jan 2005
    Location
    France
    Posts
    97


    Did you find this post helpful? Yes | No

    Default Proteus simulation

    hello
    As I am not super fluent in english, could you check my affirmations ?
    1/ Isis ask for HEX file, we can't feed the simulator with PBP files ?
    2/ we can see datas from PIC registers (trisa , etc ..) but it is not possible to see the datas from our VARIABLES
    lest say TOTO var BYTE and the big application like TOTO = TOTO + 1 !
    for hardware simulation, it is super nice (voltmeter, oscillo, LED, relays, etc ..) but in my case (sending in serial mode
    21 bits with clock and enable line ... using Three outputs pins from a PIC) is it not so easy to see if everything is OK
    and in front of that, I have some Bitwise operation on the datas line , that why I try to see my TOTO variable !

    that's all folks

    Francois

    for the moment I will continue with my breadboard ...using debug, or LCDOUT or serout ... but normally the PIC
    is a 8 pins ... so I must devellop on a big one first ... that why I try to get a Software simulator.
    best regards,

  6. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    If you have PBP 2.60A, then you can use .pbp files directly in Proteus.
    Or you can use Proteus inside of MPLAB with more debugging options.

    With previous version of PBP, you can only simulate the .HEX files.
    DT

  7. #7
    Join Date
    Jan 2005
    Location
    France
    Posts
    97


    Did you find this post helpful? Yes | No

    Default PIC emulator (after Pic Basic pro compilation)

    OK darrel
    you know everything !
    and we got answer as soon as the enter key is done !
    about this sentence
    "Or you can use Proteus inside of MPLAB with more debugging options."
    Mplab is too complicated for me ... may be I'm too old now "$3E" years old ! hi ...
    best regards,
    francois

    just one question (off topic) what about Mélanie ?
    She is still in the support group ?
    I always appreciated her support way of life.

  8. #8
    Join Date
    Jan 2005
    Location
    France
    Posts
    97


    Did you find this post helpful? Yes | No

    Default simulation PBP under ISIS

    hello 23h35
    I spent hours with the big BLINK application (bas and pbp under Pic Basic PRO 2.60A)
    with ISIS version 7.7 SP2 without succes !
    he didn't accept pbp extension
    simulation is working (LED blinking), but I can't see any Basic line to put breakpoint and display my variable (compteur)
    nb: I got this INFO message at start time ! (speaking about PROTON ???)

    here is my big application :
    ' Example program from manual to blink an LED connected to PORTB.3 about once a second
    compteur var byte

    cont: High PORTB.3 ' Turn on LED connected to PORTB.3

    Pause 500 ' Delay for .5 seconds

    Low PORTB.3 ' Turn off LED connected to PORTB.3

    Pause 500 ' Delay for .5 seconds
    compteur = compteur + 1

    Goto cont ' Go back to loop and blink LED forever
    End
    Attached Images Attached Images  

  9. #9
    Join Date
    Mar 2009
    Location
    Colorado
    Posts
    378


    Did you find this post helpful? Yes | No

    Default Re: Simulator

    Darrel, I have Proteus VSM SDK working now. However, when I run a simulation in the debug step mode I don't see variables listed in the Variables Window. In checking the VSM help files it says that most COF files from compilers will support the Variables Window. Does the PBP 2.6C compiler create a COF file that will let Proteus VSM show the variables in the program in the Variables Window??
    John

Similar Threads

  1. PIC10F200 simulator
    By ronsimpson in forum General
    Replies: 3
    Last Post: - 17th February 2010, 00:41
  2. A java based LCD simulator ..
    By Dennis in forum Schematics
    Replies: 2
    Last Post: - 18th January 2010, 16:10
  3. Looking at pic basic pro symbol values in mplab 8.15a simulator
    By ukemigrant in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 16th May 2009, 13:18
  4. PIC's ports individual bits manipulation - how to?
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 38
    Last Post: - 27th February 2007, 22:34
  5. Replies: 3
    Last Post: - 26th November 2006, 21:47

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts