Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » 4DIAC - Framework for Distributed Industrial Automation and Control » Stop the running CoDeSys instance (kill plclinux_rt)
Stop the running CoDeSys instance (kill plclinux_rt) [message #1740736] Wed, 17 August 2016 22:10 Go to next message
Muhammad Imran is currently offline Muhammad ImranFriend
Messages: 12
Registered: August 2016
Junior Member
What does this line means 'Stop the running CoDeSys instance (kill plclinux_rt) if you want to use digital inputs/outputs of the Wago PFC'. How do i stop it?
Re: Stop the running CoDeSys instance (kill plclinux_rt) [message #1740750 is a reply to message #1740736] Thu, 18 August 2016 06:36 Go to previous messageGo to next message
Milan Vathoopan is currently offline Milan VathoopanFriend
Messages: 45
Registered: August 2016
Member
Hi,

By default, Wago Linux image comes with a Codesys (IEC 61131) run time package, which starts automatically when someone initializes the device. Codesys uses Kbus(Communication Bus) from Wago, which makes it impossible for the other programs to use the Kbus. To make forte to use the Kbus, one has to stop the Codesys run time first. You can it as follows,

1) Login to the wago PFC using the provided credentials
2) List the processes running : use "ps -A" on a terminal
3) Identify the pid of process plclinux_rt
4) type "kill pid": Eg: kill 1233

Hope this helps.

Regards
Milan
Re: Stop the running CoDeSys instance (kill plclinux_rt) [message #1740807 is a reply to message #1740750] Thu, 18 August 2016 16:06 Go to previous message
Muhammad Imran is currently offline Muhammad ImranFriend
Messages: 12
Registered: August 2016
Junior Member
This helped. Thank you so much Smile
Previous Topic:Building Forte on wago
Next Topic:Testing Wago 750-400 function block
Goto Forum:
  


Current Time: Thu Apr 18 10:03:23 GMT 2024

Powered by FUDForum. Page generated in 0.02060 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top