I report a bug in Message Trigger of Photo Eye in Conveyor Module.
You can see the gif attached, When I erase the default option in Message Trigger, the code will become:
treenode current = param(10);
which it should be
treenode current = param(9); treenode conveyor = param(10);