Description
Writes the information to a text file.
Parameters
-
Set a value: enables you to directly pick the desired path.
-
Save the previous step result: takes the previous activity result as a path.
-
Calculate a value: enables you to use available variables and methods to form a path.
-
Set a value: enables you to directly provide a text to be written.
-
Save the previous step result: chooses the previous activity result as a text to write.
-
Calculate a value: enables you to use available variables and methods to form an output string. For example,
new Date().toString("HH_mm_ss")+" Testing function \n"
Contains an annotation to the activity.
Usage Examples
The activity is suitable when you need to monitor robot execution by writing the corresponding results to a text file. This file may be used to analyze the execution flow after the program has stopped.