TwinCAT 3 Error When Switched to Run Mode.

I

Thread Starter

IngSAgius89

Hi,

I am new to TwinCat 3 and to PLC programming.

I made a program on TwinCat 3 to experiment a little bit. When I switched to Run Mode TwinCat gave me the following error:

Error 15 27/01/2015 23:23:48 551 ms | 'TwinCAT System' (10000): Sending ams command >> Init4\RTime: Start Interrupt: Ticker started >> AdsWarning: 4115 (0x1013, RTIME: system clock setup fails.
Hint: On Windows8 system execute win8settick.bat in TwinCAT\3.1\System as administrator and reboot.) << failed!

I am running TwinCat 3.1, Engineering eddition on Windows 8.1 64-bit operating systems.

Any suggestion of how I can solve this error is more than welcome.

Thanks alot
 
M
Hi,
I've got the same problem. Hyper-V is switched off. Running the suggested .bat file does not help.
Is it Ok to run Twincat on Windows 8 in 64bit mode?

Thanks for any help

> Check your Hyper-V technology. if it is switch on, just
> deactivate it in windows features.
 
Y

Yonatan Golan

Hi,

I also have the same problem - Did anyone find a solution? .bat file doesn't help. I have no Hyper-V installed and I checked in BIOS and virtualization is enabled.

I have a Dell Inspiron 13 with windows 10 running on it.
Searching on the web I find many people complaining about this but very few answers.

Suggestions will be very appreciated.
Thanks!
 
Hi guys!

Just went through same issue and solved it by the help of a friend. Go to TwinCaT folder in your drive C:

TwinCaT>3.1>system there would be the file "win8settick" run it as administrator and reboot THAT'S IT
 
Hi.

I am totally beginner, so can you tell me what do you mean by reboot? I run the file as administrator and then nothing changed.
 
M
It basically means reboot Your computer.

> I am totally beginner, so can you tell me what do you mean by reboot?
> I run the file as administrator and then nothing changed.
 
I had the same issue but just followed the solution which was suggested in the error message. I've run the win8settick.bat as administrator and restart my computer and problem was solved. By the way, my operating system is Windows 10.
 
The bat file did not help in my configuration (Win 10 + TC31-Full-Setup.3.1.4022.4).
Windows required digitally signed driver for TwinCAT C++ "TODO: Add company name"
Also the service TcSysSrv is not installed.
 
Same config here .bat file did not solve the problem as well.

>The bat file did not help in my configuration (Win 10 +
>TC31-Full-Setup.3.1.4022.4).
>Windows required digitally signed driver for TwinCAT C++
>"TODO: Add company name"
>Also the service TcSysSrv is not installed.
 
My Situation is exactly the same! (Just the error Code is 0x1016, but the message is exactly the same as mentioned above).

Anybody already got a solution for this problem? (I am using a HP ProDesk 600 G3 MT with Intel(R) Core(TM) and 64 Bit and also Windows 10)

Any idea would help me! Thanks a lot :)
 
Hi everyone,

I was just working on this issue and didn't see it solved. If after running the bat file, you still get the error check the master's address. If you haven't make sure your "compatible devices" drivers are all up to date.

--cheers
 
C
elevated command prompt run the following :-

bcdedit /set UseLegacyApicMode yes
bcdedit /set disabledynamictick yes
bcdedit /set useplatformtick yes
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V

PERFORM A FULL REBOOT
 
hello all , I was facing same issue with twincat 4024.12 .
I am having windows 10 , i5 11th generation dell laptop.

first I installed twincat 3.1.4022.29 ,
then restart my pc, create one project and activate the project,
then I run win8stick.bat file ( right click and run as administarator),
again restart the pc.

after that I installed twincat 3.1.4024.12 , again create one project and activate this project and then restart the pc.

Now all running well .
 
Top