AGG Software Forums
September 20, 2024, 12:42:49 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome on our forum!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Online Help Center / Data loggers and plug-ins / cell fill count on: January 07, 2010, 05:50:26 PM
HI

what if the cell fill count(in the direct excel connection module) is not always the same. All date need to be removed before a new array of data are can be displayed.

so if i send a new array whit data the worksheet need to be filled from the start position and not from the position where it is ended.. i

is this possible whiteout restarting the hole program?

Thank you in advance.
2  Online Help Center / Data loggers and plug-ins / Parser to Excel problems.. on: December 28, 2009, 01:50:42 PM
hi,

I have a problem whit the parser.
i writed a uc program that sense a value and sent it to te pc, de following string come's directly form the uc:

a0684#0D
a0684#0D
a0682#0D
a0682#0D
a0682#0D
a0682#0D
a0682#0D
a0682#0D
a0682#0D
a0682#0D
a0683#0D
a0683#0D
a0683#0D
a0682#0D
a0682#0D
a0682#0D
a0682#0D
a0684#0D
a0684#0D
a0682#0D       only for test 20 "a" value's if all is working well this will be about 100+ value's
v0683#0D
i0910#0D
n0001#0D

this string is always the same.. only the value's are changing.
i set up the parser:
Sign of data packet's beginning: "[a-z]"    RE
Sign of data packet's ending:     "#0D".

the parser params:
item name: A
parsers type: fixed position
data type : integer
Fixed position: 0
Fixed length: 4
all the same for v, i and n.

if i now export this whit the direct excel connection he just fill in all the cells disregarding the letters.

what i want is all the "a" value's on a vertical row in colum A.. and the other's ( v, i, n) on a fixed position in other cells.
when a new string arrives all the previous t value's must be overwriten

i am trying it for days now but cant get it work Undecided

i hope some one can help me...
Pages: [1]
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines