cts5_create_command | R Documentation |
create a _command.txt files by comparing newini and oldini files
cts5_create_command(
newini = "apmt_update.ini",
oldini = "",
sections = c("PATTERN", "SENSOR"),
output = "_command.txt"
)
newini |
filename of the new ini file |
oldini |
filename of the old ini file. Used the latest ini file if equal to "" |
sections |
section scanned to create command |
output |
name of the command file |
CTS5_create_command compare the two ini files only for sections given in the section parameter. Difference in other sections are ignored.
vector of command and _command.txt file
cts5_create_command("apmt_update.ini",output = "_command.txt")
cts5_create_command(newini="apmt_uvp6_standard.ini",sections=c("SENSOR_08","SENSOR_09","SENSOR_10"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.