
0
Answered
PLC Input an PLC Output are disabled when pressing play
wilbert blom 5 days ago
in realvirtual.io Starter and Professional
•
updated by Support 5 days ago •
1
I use RealVirtual starter. I have added the S7Interface to my Unity project. I have created a softplc with OpenPLC with a very simple program
When I run it it works: values become true.
I compiled it to a runtime that also works.
I have switched on S7 protocol for the softPLC
I can connect from Unity to the softplc
I have added the two signals to Unity
When I press Play in Unity the connection is made to the softPLC butboth PLC scripts are disabled.
Why is this ?
Customer support service by UserEcho
Hi,
if you question is a bout the "disable" of the PLCInput and PLCOutput script this only disables the FixedUpdate functions because they are not needed. The Signals are more or less passive Gameobjects only holding the information of the signal values and the connection.
Hope this helps.
Best regards
Thomas