I am using OPC smart component in RobotStudio to receive digital signals from an OPC server. This works fine although the number of signals that can be used in the OPC smart component seems to be limited. Now, my idea is not to transmit single bits but bytes. Therefore I need to do a byte to bit conversion in RobotStudio so that I can use the single bits in my program.
Does anyone know how I can do this? Maybe by using group inputs?
Thank you for your answer!
I can see the html code as well…
I’ve hoped that there is a smart component for getting single bits of a byte but I will try your solution.