DATA Plotting


Closed Thread
Results 1 to 5 of 5

Thread: DATA Plotting

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default

    Hi Alain,
    That looks like a nifty tool. I must be stupid though because I can't seem to find how to actually download the application. I find the source files but they aren't in PBP so I have no use for them ;-)

    Can you point me in the right direction?

    /Henrik.

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by HenrikOlsson View Post
    Can you point me in the right direction?

    /Henrik.
    Hi, Henrik

    looks once you've created and saved your config file ( one shown as an exemple ) within serialchart ...

    Code:
    [_setup_]
    port=COM2 
    baudrate=57600
     
    width=1000
    height=201
    background_color = white
     
    grid_h_origin = 100
    grid_h_step = 10
    grid_h_color = #EEE
    grid_h_origin_color = #CCC
     
    grid_v_origin = 0
    grid_v_step = 10
    grid_v_color = #EEE
    grid_v_origin_color = transparent
     
    [_default_]
    min=-1
    max=1
     
    [interval]
    color=transparent
    min=0
    max=100000
     
    [RwAcc]
    color=blue
     
    [RwEst]
    color=red
     
    [RwGyro]
    color=transparent
     
    [GyroRate]
    color=transparent
    min=-10
    max=10
     
     
    [an3]
    color=transparent
    min=0
    max=1023
    This is an exemple to paste into the config window ... and save !!!

    you just launch it ... ( The green arrow ...)

    The Pic program only sends data through the serial port, so ... I think you do not need a tutorial for some " debug " or " serout " PBP command.

    Regards
    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 " !!!
    *****************************************

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