Programming support

You have all this PLC support which is amazing.
But I think this would be amazing too if it had some programming support like coding production lines in javascript or C# or Java or any language that is prefered.

Hi @elias6503,

Welcome to the forum! You can access Factory I/O inputs and outputs by using the SDK.
The SDK is a .NET assembly that you can use to exchange data with Factory I/O in real-time. We used it during development to test all included scenes - the test controller for each scene was written in C#. We still use it today in a variety of applications. It’s also possible to use Python with it through pythonnet.