Changes for page Debug Program Logic

Last modified by Scott Kohlmann on 2024/01/05 18:55

From version 6.1
edited by Alexander Mott
on 2022/10/18 17:03
Change comment: There is no comment for this version
To version 4.1
edited by Alexander Mott
on 2022/10/13 23:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,7 +19,6 @@
19 19  The ##sr show## command can take a number of different arguments in order to see different types of defined hardware. A list of all possible commands can be displayed in the text console by running the command "##sr show ?##", however the most frequently used are given below:
20 20  
21 21  |=(% style="width: 154px;" %)Command|=(% style="width: 828px;" %)Result
22 -|(% style="width:154px" %)##sr show global ids##|(% style="width:828px" %)Returns a table of all objects in the configuration sorted by their Global ID and displaying their Type and Name.
23 23  |(% style="width:154px" %)##sr show load##|(% style="width:828px" %)(((
24 24  Returns a table of load controllers and loads. Each row in the table is either a load controller or a load, and load controllers are always followed by all of their loads. The table includes the Global ID for each load and load controller, as well as current online status for the load controller and current level for the load.
25 25  
... ... @@ -52,8 +52,7 @@
52 52  
53 53  (% class="box warningmessage" %)
54 54  (((
55 -As of version 3.020, debug messages print to the event log instead of the console. If the program is reset, "debug logic" commands will need to be run again upon restart but "eventlog" settings will persist and do not need to be run again.
56 -To enable debug messages to print to the console in version 3.020 and newer, run the following commands:
54 +As of version 3.020, debug messages print to the event log instead of the console. To enable debug messages to print to the console in version 3.020 and newer, run the following commands:
57 57  
58 58  * ##sr eventlog true##
59 59  * ##sr eventlog console true##