This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Reactor update by script
#3
(04.09.2019, 12:31)admin Wrote: You need to send a reload signal after db update.
Code:
pid = os.checkproc('reactorra')
if pid then
  os.kill(pid, signal.SIGUSR1)
end

Hello admin,

Thanks a lot, it works perfectly!

The solution you propose here is quite different from the ones that were proposed for the schedulers and Modbus parameters update: there is no "unified" way to simulate web requests from a script?

Thanks again :-)
Reply


Messages In This Thread
Reactor update by script - by Guilhem - 04.09.2019, 11:16
RE: Reactor update by script - by admin - 04.09.2019, 12:31
RE: Reactor update by script - by Guilhem - 04.09.2019, 15:09

Forum Jump: