cts5_readProfile | R Documentation |
read NKE .csv ASCII files obtained from cts5_decode
and
concat them into a list
cts5_readProfile(
floatname = "",
CycleNumber,
PatternNumber = 1,
sensors = CTS5_supported_sensors,
dec = ".",
include.inifile = F,
csv.subdir = "./CSV"
)
floatname |
hexa name of the float. If "", the floatname will automatically found. |
CycleNumber |
numeric : number of the cycle to decode |
PatternNumber |
numeric : number of the Pattern to decode |
sensors |
list of sensor to decode |
dec |
decimal character in ASCII |
include.inifile |
If True, read the corresponding iniFile and add it to the list. |
a list containing the data
login="lovuse001a"
Meta<-cts5_readMetaSensor()
cts5_decode(CycleNumber=c,PatternNumber = p,subdir="./CSV")
dataprofile<-cts5_readProfile(CycleNumber=c,PatternNumber = p,include.inifile=T)
dataprofile<-cts5_ProcessData(Meta$SENSORS,dataprofile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.