How to control the output cell in PLX-DAQ
jason0324
Posts: 6
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.
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
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen