Ihre Kommentare

Hi, currently we don't plan to deliver any special Mitsubishi interfaces. For the moment only OPCUA is an option. Do you know any special API from Mitsubishi we could use to connect to their controllers?

Hello, S7 200 is not supported. Best regards 

Hard to say where your problem is. But Input and Outputs are working if the inputs don't collide with a real hardware input. If you problem still exists please create a very simple example (S7 project and Unity project) and send it to us.

You can read inputs but if you use S7 TCPIP interface the inputs must be in a PLC memory area where no hardware is configured to. Otherwise the hardware input status will always overwrite what the S7TCP interface has written to the input.

It depends what you want to do. Because of Limitations in Unity PLCSim Advanced is a little bit more complicated (external coupling exe needs to be started). S7 Interface is easier and works on all Platforms. But with S7 interface you can't write to inputs where also a hardware is configured to.

You can't write on inputs which are configured in the hardware configuration like in a real PLC because the hardware status will overwrite / collide with your write.

You can't read Inputs per Definition. Inputs are Values going into the PLC. You can only read Outputs from the PLC.

Interact is a 3rd Party solution. Do you have got a license for interact?

Hi, I just checked your problem.

Currently I don't see an easy solution.


 You might check out the solutions of Traeger which gives you a more advanced access to OPCUA via C# (see https://docs.traeger.de/en/software/sdk/opc-ua/net/client.development.guide). 


If you want to switch to the solution of Trager we can refund you the money if you would like.

Ich werde mir die MoveCenter Funktion heute nochmals genauer ansehen - in der Praxis verwenden wir sie selbst praktisch nie. Am Besten einfach ein leeres Gameobject an die richtige Stelle setzen und den Rest dann darunter (alles ohne MoveCenter)