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?
Macros Start transmit list
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: Macros Start transmit list
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
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
Marvin Heidemann
PEAK-Support Team
-
- Posts: 2
- Joined: Wed 16. Oct 2024, 13:50
Re: Macros Start transmit list
Found it and got it going. Thanx!