python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to calculate the CAN bus baud rate from the Tq and clock frequency ?
first , I think I know how to calculate the CAN bus Baud rate form the parameter in picture blew ,this is a CAN FD config.
clock frequency :80000 k
pre-scaler :1
so we can get the Tq = 1/80000 K
BT...
Mcu
Votes: 0
Answers: 1
How to use "On Message" event to check specific message availability over different CAN using Message ID
I am having measurement log data file offline running in CANoe with more than 15 CANS. I want to check the specific CAN message availability from different CAN bus while running the offline logfile.
...
viral
Votes: 0
Answers: 1
Is it possible to write the code that will send an email if VECTOR Canoe stopped the measurement?
Because of my test environment, VECTOR Canoe occasionally stops the measurement by itself. So I have an idea to send an email every time that the measurement stopped.
Thank you for all of the answer.
KJ66
Votes: 0
Answers: 1
How to use on message event inside on timer event?
I want to execute below code only once. Can I use on timer event to execute only once? If yes how can I use on message event inside on timer event ?
on message *
{
if (this.id = "X")
...
viral
Votes: 0
Answers: 1