The Debug/CLI Window allows monitoring of the following through selection of the checkbox items at the bottom, and filtering of that data.
•Serial - Displays received and transmitted data for the Interface. Data is listed by Serial Control name in the event several serial connections are made.
•Anlg - Shows analog strings being processed.
•Dig - Shows digital strings being processed.
•Msgs - Shows message strings being processed. Messages can be for the interface or for debugging purposes from the controller: Serial.print("Calculating motor drive, result is"); Serial.println(drive);
•Updates - Viewing Update Values being processed.
•Math Ops - Showing Standard and Post-Fix Math bring processed. Post-Fix broken down by operation. ? {:: 2 3 4 * + } ? { 3 * 4 + 2 } ? { 3 * 4 + {:: 2 2 *} }
•Comments - Shows any comments in the code being processed. ? { ([ain0] + [ain1] + [ain2]) / 3 } // Calculating Average
•Scroll - Enable/disable scrolling of the text.
•Filter - Enter text to filter results to those containing the text.
•Log to File - Deletes any current log when selected and logs any entries in the scrolling text box to /logs/debug.txt
•Lock and Auto Refresh - Please see Monitoring Properties / Values.
NOTE: Listing large amounts of data will result in a slowing of the data processing.
|