News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - skyleet

#1
Data loggers and plug-ins / cell fill count
January 07, 2010, 02: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
Data loggers and plug-ins / Parser to Excel problems..
December 28, 2009, 10:50:42 AM
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 :-\

i hope some one can help me...