I have an idea of how to read the data from a file but I’m stuck at what to do after that? How do I “connect” this data to the objects, say, controlling the rotation, speed, etc. of a machine? Can anyone point me to relevant resources (documentation, examples)?
You should be able to do this through the Python node in our OmniGraph / ActionGraph system. Creating Python Nodes — kit-omnigraph 1.50.0 documentation
Let me see if I can find some more specific examples and help