In addition to forwarding CAN traffic between the Client Device and the Server Device, the Server Device also forwards every CAN frame to the Main App. This allows CAN messages to be monitored, analyzed, and processed in real time.
The Main App provides two independent scripting systems, each designed for a different purpose.
Both the Status Monitoring Script and the CAN Command Script are stored as plain text (.txt) files.
Scripts can be created or edited using any text editor, such as Notepad, and then saved with the .txt extension.
To load a script into the Main App:
The selected script is loaded immediately and becomes available for execution.
The Status Monitoring Script is intended for continuously monitoring vehicle states by evaluating incoming CAN messages.
The processed values can be displayed directly in the application, making it easy to monitor important vehicle information during a remote session.
The CAN Command Script, available at the bottom of the CAN Bus window, is designed for sending CAN messages and creating automated CAN communication sequences.
A command script can be used to:
This makes it possible to automate repetitive CAN operations without manually sending each frame.