Shop OBEX P1 Docs P2 Docs Learn Events
ploting two temps with stamp plot pro — Parallax Forums

ploting two temps with stamp plot pro

dbjdbj Posts: 75
edited 2008-12-28 02:15 in BASIC Stamp
Hello, having trouble ploting two different temps from two DS2760 thermocouples when I look at the data in the debug window it shows the two temps but when I try to read it with stamp plot it only shows on data line . not shure how to seperate the data. thanks all Have a great day David

Comments

  • PFloyd36069PFloyd36069 Posts: 135
    edited 2008-12-20 20:49
    Hi David,

    I was actually just doing this last night with the memsic 2125's x and y acceleration data. You need to send the first value followed by a comma then the second value followed by a carriage return.

    ( DEBUG DEC Value1,",",Value2, CR)

    Hope it helps you out,

    Bryan




    Post Edited (PFloyd36069) : 12/20/2008 8:54:59 PM GMT
  • Mike2545Mike2545 Posts: 433
    edited 2008-12-28 02:15
    David, make sure you are using two different variables in your program so stamp plot can differentiate between them, otherwise what is two separate numbers on the debug window become one very confusing line of numbers to the plot software. Remember stamp plot is interpreting the input and trying to make sense of it.

    Good luck with your project!

    Mike2545
Sign In or Register to comment.