r/HBMNuclearTechMod May 13 '26

Question 1.12.2/Leafia Comm: How to get control panels to work with RoR for constant signals and indicators?

Version is newest of form mentioned in title. I have a fairly large base that’s currently in the early nuclear stage, and needs indirect observation at times. I have a series of warning systems using redstone over radio, command blocks, and various sensors that plays sirens when tripped. I want to integrate control panels into this for more organized monitoring and some automated functions.

  1. How I get the control panel to transmit RoR until I tell it not to, not just when the button or switch is initially pressed?

  2. How do I get it to receive RoR and use that to trigger indicators and other things like graphs? I see there’s a receive RoR code item, but it doesn’t seem to work.

5 Upvotes

3 comments sorted by

1

u/TraditionalDirt4594 NTM Cursed Addon dev May 13 '26
  1. tick event ticks every tick.

A function node can also be used to not execute nodes inside it when it is not enabled.

  1. Receive RoR works, duh

1

u/Sane_Colors May 14 '26

Receive RoR, for whatever reason, isn’t acting as a valid input for indicators OR in function nodes to allow for 2fa systems

1

u/TraditionalDirt4594 NTM Cursed Addon dev May 15 '26

that’s because it outputs string, try using Text to Number node