For the complete documentation index, see llms.txt. This page is also available as Markdown.

Memory

The below table contains all the constants for Memory.

Name

Value

Description

TRACE_1

30

Trace value 1

TRACE_2

31

Trace value 2

TRACE_3

32

Trace value 3

TRACE_4

33

Trace value 4

TRACE_5

34

Trace value 5

TRACE_6

35

Trace value 6


Trace Values

Trace values are used for debugging purposes. You can set these values in your script and view them in real-time in the Cronus Zen software to see what is happening inside your script.

Code-Snippet

main {
    set_val(TRACE_1, get_val(XB1_RT));
}

In the example above, the value of XB1_RT is being sent to TRACE_1, which can then be monitored.

Last updated