Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A macro script that introduces a random delay before starting a conveyor motor.
ON SensorTriggered DO
WAIT RANDOM(1000, 3000)
Motor.Start()
ENDFactory I/O Macros are small, script-like automation blocks used inside Factory I/O to create dynamic behaviors, event logic, interactions, and simulated control sequences within industrial 3D factory environments. They extend built-in components by enabling custom logic without requiring a full PLC.
Origin & Creator
Introduced by Real Games (creators of Factory I/O) to provide quick in-simulation logic without external controllers.
Industrial Note
Used heavily in vocational training, prototyping, and early-stage virtual commissioning where a PLC is not available or needs rapid iteration.