Hi, I'm trying to connect to Turck's TX715 remotely via cellular connection through IXON. It was working fine before even though it took like 5mins to upload my code. Now I can only ping the device. Once the download reaches 99% or 100%, I lost connection. When I try to reconnect again, it just couldn't find the device. I need to restart my computer to find it again only to lost connection again at 100% download. Any help would greatly appreciated.
Hi, I would like to display a webpage but I keep getting the error attached. Is there a workaround to this or the web browser is just too old to handle the webpage? The webpage works fine on my Chrome.
Hi, I would like to display a webpage but I keep getting the error attached. Is there a workaround to this or the web browser is just too old to handle the webpage. The webpage works fine on my Chrome.
Hi all I came across this error when I tried to open task configuration after I applied RT kernel. Doesn't matter if I logged in or logged out, I still can't open my task configuration. Any ideas why? RT kernel details: version 5.10.63-rt52-v7+ #1 SMP PREEMPT_RT /etc/systemd/system.conf: RuntimeWatchdogSec=10 ShutdownWatchdogSec=10min /boot/cmdline.txt: dwc_otg.fiq_fsm_enable=0 dwc_otg.fiq_enable=0 dwc_otg.nak_holdoff=0 /etc/init.d/codesyscontrol: do_status if [ $? -eq 0 ]; then rm $PIDFILE echo...
I'm using the single core CODESYS version. Doesn't that mean the interrupt will also occur in the same core?
Thanksπ! I'm using the single core version In your example above, does this mean that if you use IRQBALANCE_BANNED_CPUS command, CODESYS would not be able to handle any interrupt events of the controller? Attached is the result of applying your solution. It seems core 2 still empty. I expect CODESYS would run there. Perhaps because I'm using a single core version and CODESYS always default to core 0. In my second attempt, I set taskset to core 0 and set isolcpus=0 in cmdline. I guess it works? But...
Thanksπ! I'm using the single core version In your example above, does this mean that if you use IRQBALANCE_BANNED_CPUS command, CODESYS would not be able to handle any interrupt events of the controller? Attached is the result of applying your solution. It seems core 2 still empty. I expect CODESYS would run there. Perhaps because I'm using a single core version and CODESYS always default to core 0. In my second attempt, I set taskset to core 0 and set isolcpus=0 in cmdline. I guess it works?
Thanksπ! I'm using the single core version In your example above, does this mean that if you use IRQBALANCE_BANNED_CPUS command, CODESYS would not be able to handle any interrupt events of the controller? Attached is the result of applying your solution. It seems core 2 still empty. I expect CODESYS would run there. Perhaps because I'm using a single core version and CODESYS always default to core 0. In my second attempt, I set taskset to core 0 and set isolcpus=0 in cmdline. I guess it works?
Thanksπ! I'm using the single core version In your example above, does this mean that if you use IRQBALANCE_BANNED_CPUS command, CODESYS would not be able to handle any interrupt events of the controller?
Thanksπ! Does this mean that if you use IRQBALANCE_BANNED_CPUS command, CODESYS would not be able to handle any interrupt events of the controller?
Thanks. Would this have the same effect as using the taskset command on the CODESYS runtime? And how do I set the CODESYS runtime to run at high priority?
Hi everyone I have applied an RT kernel on my raspberry pi. Now I would like to isolate the CODESYS runtime to run on one core. How do I do that? I checked running processes using the htop command and found multiple instances of CODESYS runtime. How do I isolate them all into a single core? I've been following this guide here but couldn't it working: http://www.comfilewiki.co.kr/en/doku.php?id=comfilepi:improving_real-time_performance:index
I'm trying to set my codesys runtime to real time using this guide here: http://www.comfilewiki.co.kr/en/doku.php?id=comfilepi:improving_real-time_performance:index on a raspberry pi (comfile) I tried: but CodesysControl is still not set as RT: Interestingly, when I used top command, I got this: Is it because of the PID mismatch? How do I remedy this issue?
I'm trying to set my codesys runtime to real time using this guide here: http://www.comfilewiki.co.kr/en/doku.php?id=comfilepi:improving_real-time_performance:index on a raspberry pi (comfile) I tried: but CodesysControl is still not set as RT: Interestingly, when I used top command, I got this:
I'm trying to set my codesys runtime to real time using this guide here: http://www.comfilewiki.co.kr/en/doku.php?id=comfilepi:improving_real-time_performance:index on a raspberry pi (comfile) I tried: but CodesysControl is still not set as RT: Interestingly, when I used top command, I got this:
I'm trying to set my codesys runtime to real time using this guide here: http://www.comfilewiki.co.kr/en/doku.php?id=comfilepi:improving_real-time_performance:index on a raspberry pi (comfile) I tried: but CodesysControl is still not set as RT: Interestingly, when I used top command, I got this:
Did you end up finding the solution? I have the same problem...