Here what I'm being asked by a potential Flexsim buyer:
We need to simulate a manufacturing line where they are 8 Fanuc robots. These robots needs to trigger their tags and receive programs by an external system. Most of the time in automated manufacturing lines the programs are in the PLC of the robots, for this particular line, there are sent and trigger by the SCADA system.
Then we need to test three scenarios:
1. Using a single thread communication: send 3 different parameters that correspond to three different parts. For example, for part x in the line, the grip of the robot has to rotate 60 degrees and move 5mm to the left, etc, but for part y the rotation will be 45 degrees, and the rest of the parameters different.
2. The same than 1, but using multi thread communication, this is possible with SQL Database. So we would like to try it with the SQL Database or a SCADA system.
3. Using multi-thread communication, send the parameter for only one part.