Macros Start transmit list

Professional Windows® software to communicate with CAN and CAN FD busses and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Locked
Maranalyzer
Posts: 2
Joined: Wed 16. Oct 2024, 13:50

Macros Start transmit list

Post by Maranalyzer » Wed 16. Oct 2024, 14:04

Hello,

I am using PCAN explorer 6 to imitate an vehicle ECU. I made symbols in PCAN symbol editor for al CAN ID's and variables within the data and importe this in PCAN explorer. For startup I have made an Macro file which imitates the startup sequence so the master controller knows the "ECU" is alive. Now I want to activate al my transmit messages at the same time when the startup sequence is finished.

Is there a way to activate your transmit list in your Receive/ Transmit window by using macro's?

M.Heidemann
Sales & Support
Sales & Support
Posts: 1083
Joined: Fri 20. Sep 2019, 13:31

Re: Macros Start transmit list

Post by M.Heidemann » Wed 16. Oct 2024, 14:43

Hello,

Check the docs (F1) -> Automate tasks with PCAN-Explorer -> Reference -> Collections:

In the TransmitMessages Collection you'll find the functions "PauseAll" and "ResumeAll", you could
use those to start all messages at once.

BR

Marvin
---
Marvin Heidemann
PEAK-Support Team

Maranalyzer
Posts: 2
Joined: Wed 16. Oct 2024, 13:50

Re: Macros Start transmit list

Post by Maranalyzer » Mon 21. Oct 2024, 11:49

Found it and got it going. Thanx!

Locked