Schedule Table Problems

This is a forum for the communication between the beta testers and our developers. It is only visible for PEAK-System employees and authorized testers.
Locked
flammel1007
Posts: 2
Joined: Fri 18. Dec 2020, 06:48

Schedule Table Problems

Post by flammel1007 » Fri 18. Dec 2020, 07:21

Hello,

I installed the Raspberry Pi OS with desktop on my Raspberry PI Model B Rev 1.2 and then I updated and upgraded the PI. After that, I installed the kernel headers like in the manual and did the make.
Then I created a schedule table with a frame and started it.

Code: Select all

sudo apt update 
sudo apt upgrade
reboot
sudo apt-get install raspberrypi-kernel-headers
cd Downlaod
tar xf PLIN-Linux-Beta-Package.tar.gz
cd PLIN-Linux-Beta-Package
tar xf peak-lin-driver-1.0.0.tar.gz
cd peak-lin-driver-1.0.0
make 
sudo make install
sudo modprobe plin
lin start master 19200 /dev/plin0
lin set sub-frm-entry 0x21 --cs-enhanced --len 1 /dev/plin0
lin add unc-schd-slot 0 500 0x21 /dev/plin0
lin start schedule 0 /dev/plin0
Then the PCAN-USB-PRO FD let the green LED for LIN1 blink quickly for 1-2 seconds and stop then the quickly blink, and then stopped sending the frames.

Why does he just stop sending the schedule table?

Can anyone help me

Best Regards

Florian

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

Re: Schedule Table Problems

Post by M.Heidemann » Fri 18. Dec 2020, 13:12

Hello,

I tried to replicate this issue without success (in my test, the sheduler keeps running).

Can you check the following?:

Does your Raspberry PI have an adequate power supply?

Do you supply 8-18 Volts to your PCAN-USB Pro FD on pin 9?:
LIN_Power_Supply.PNG
LIN_Power_Supply.PNG (42.81 KiB) Viewed 8236 times
Please report back to me regarding this.

Best regards

Marvin
---
Marvin Heidemann
PEAK-Support Team

flammel1007
Posts: 2
Joined: Fri 18. Dec 2020, 06:48

Re: Schedule Table Problems

Post by flammel1007 » Mon 21. Dec 2020, 12:23

Hello,

yes there was somehow a problem with the supply voltage at the PEAK adapter.
Thanks for the quick help.

Best regards

Florian

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

Re: Schedule Table Problems

Post by M.Heidemann » Mon 21. Dec 2020, 12:26

Hello,

You`re welcome.

Please let us know if can assist you further.

Best Regards

Marvin


- closed -
---
Marvin Heidemann
PEAK-Support Team

Locked