Project

General

Profile

VariousNote » History » Revision 11

Revision 10 (Michel Condemine Admin, 04/23/2023 08:38 PM) → Revision 11/12 (Michel Condemine Admin, 04/24/2023 06:10 AM)

# VariousNote 
 ## ASCII Table 
 ![](http://www.openopcua.org/redmine/attachments/download/3846/ASCII_TABLE_Small.png) 

 ## LUA 
 ### Documentation 
 https://www.lua.org/pil/contents.html 
 ### Video 
 Full training video[Training: 3h40](https://www.youtube.com/watch?v=1srFmjt1Ib0) 

 ## Change Windows services Timeout for 
 Just add in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control the following entries 
 ### Timeout on Startup 
   REG_DWORD with RegDWORD ServicesPipeTimeout with a value in milli-second 
  
 ![exempel for 180sec](clipboard-202304240609-alrzc.png) 180sec](clipboard-202304231951-2tw5x.png) 
 ### Timeout on stop 
   REG_SZ WaitToKillServiceTimeout with a value in milli-second 
 ![exempel for 180sec](clipboard-202304240608-jz0qa.png) 

 [More MS Site](https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/service-not-start-events-7000-7011-time-out-error?source=recommendations)