albertzl / artisan

Automatically exported from code.google.com/p/artisan
GNU General Public License v3.0
0 stars 0 forks source link

Import from K204 #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Guys,

I wish to import exported K204 Files by Artisan.

Whe i import K202 Files, Artisan doesnt import T2, but import T1 and T3

ARTISAN RED = ET = T3  (K204)              [must change to channel T1]
ARTISAN BLUE = BT = T2  (K204)

This is the exported File (Format *.CH4)
((T4 was not use, in enclosed File *.ch4 T4 Values bigger the 3000))

[DATE/TIME/ CH3 CH1 CH2 CH4]

#begin
12.08.2011  15:27:21    236,8   226,6   262,1   276,7
12.08.2011  15:27:22    237,8   226,6   262,1   276,7
12.08.2011  15:27:23    237,8   225,6   262,1   276,7
12.08.2011  15:27:24    237,8   225,6   261,1   276,7
12.08.2011  15:27:25    236,8   225,6   261,1   276,7
12.08.2011  15:27:26    236,8   225,6   261,1   276,7
12.08.2011  15:27:27    236,8   225,6   261,1   276,7
12.08.2011  15:27:28    236,8   225,6   261,1   276,7

The difference to K202 exported Files, you can see here:
Artisan mapping CH1 = ET
Artisan mapping CH2 = BT

[DATE/TIME/ CH1 C   CH2 C]

#begin
26.01.2000  03:53:16    166,1   C   172,5   C       
26.01.2000  03:53:17    165,9   C   172,5   C       
26.01.2000  03:53:18    165,9   C   172,5   C       
26.01.2000  03:53:19    166,0   C   172,5   C       
26.01.2000  03:53:20    165,9   C   172,5   C       
26.01.2000  03:53:21    165,9   C   172,5   C       
26.01.2000  03:53:22    165,9   C   172,5   C       
26.01.2000  03:53:23    166,0   C   172,6   C   

I thank you for Implementation ;)
'Ingo

Original issue reported on code.google.com by 4Ro...@gmail.com on 12 Aug 2011 at 2:50

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by 4Ro...@gmail.com on 12 Aug 2011 at 2:51

Attachments:

GoogleCodeExporter commented 9 years ago
K204 CSV import added in revision 742.  However, the order of temperature 
values in the CSV is not [DATE/TIME/ CH3 CH1 CH2 CH4] but [DATE/TIME/ CH1 CH2 
CH3 CH4]

Original comment by luther.m...@gmail.com on 12 Aug 2011 at 6:57