3D Buttons
The 3D button prefabs mimic real world physical buttons and their signal communication and lay in the 3D space of your digital twin.
Last updated
The 3D button prefabs mimic real world physical buttons and their signal communication and lay in the 3D space of your digital twin.
Last updated
We provide 4 drag and drop prefrabs under realvirtual/3DPrefabs/ControlCabinet. Each button has at least one connected signal reflecting the current state of the button. In playmode, the user can simply toggle the state of each button by clicking it directly in the 3D space.
The emergency button has a fairly simple set up. it has a connection to a PLCInputBool signal representing the current state of the button. Additionally the user can select if it is active when starting play mode.
The handle switch behaves identically to the emergency button and has the same properties. The handle switch comes with a second variant sharing the same functionality.
The push button implements some additional features to the functionality described above.
Besides the state signal, the user can reference a light signal (PLCOutputBool). If the light signal is not set, the button light reflects the current state of the button, otherwise the light is controlled by the light signal.
Additionally, the push button can not only act as a toggle but also as hold button. To enable the click and hold mode, simply turn off the Toggle option in the inspector.
The button will now only be active while the user is clicking and holding the button, onrelease the button turns of after a minimum total pushing time which is defined by the Timer in the inspector.
Moreover, the user can set the label text of the button by changing the label in the inpector.