Shop OBEX P1 Docs P2 Docs Learn Events
How to control the output cell in PLX-DAQ — Parallax Forums

How to control the output cell in PLX-DAQ

jason0324jason0324 Posts: 6
edited 2009-04-22 23:03 in BASIC Stamp
As title,

I am now trying to output some data using PLX-DAQ.
I know how to output to a particular cell in Excel, say A4.

However, I don't know how to change the cell position when the stamp is running.
Can the cell position be a variable and being modified when the stamp is running?

I have read the following command in the help manual of PLX-DAQ:

Cell···· CON·· $A4
DEBUG "CELL,GET,", HEX CELL,CR


So, when output data, I try to use similar format:
·
·
Cell···· VAR·· Word
Cell = $A4
DEBUG "CELL,SET,", HEX CELL, Dec x, CR

However, it doesn't work...
I would like to know what should·I do.

Comments

  • FranklinFranklin Posts: 4,747
    edited 2009-04-22 23:03
    Do you mean cell,get or cell,set? could we see an example of the code that doesn't work? Also what is the dec x for?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
Sign In or Register to comment.