cts5_decode | R Documentation |
call apmtdecoder.exe routine to decode .hex data files and create NKE .csv ASCII files.
cts5_decode(
floatname = "",
CycleNumber,
PatternNumber = 1,
sensors = CTS5_supported_sensors,
subdir = ".",
Nke_ProgPath = ""
)
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. From the list CTS5_supported_sensors |
subdir |
subdir where to put .csv ASCII files |
Nke_ProgPath |
path to the nke decoder (APMTDecrypt.exe or Decoder). This path is stored to Sys.getenv("USEAR_Nke_ProgPath"). For Linux, if the Decoder path is in the .bashrc, you can leave this parameters empty. |
this function must be call in the directory where are .hex files
No return. This function create ASCII files in the subdir directory
cts5_decode(CycleNumber=c,PatternNumber = p,subdir="./CSV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.