acerdilay - 2021-07-01

Hi everyone,

I have a speed sensor. I receive speed information from this sensor and transfer it to a programmable controller (deep sea brand). From there, speed information goes to a screen. Like the vehicle control system. I'm making a car dashboard. The speed information is read on the screen, but I want to get output from the programmable controller. For this, I gave a digital output for speed information on codesys. When the speed information comes, both the value appears on the screen and the output is active. But the variable type is bit type in I/O mapping. Information comes as true or false. (if there is speed yes or no) I need to output like the integer variable I see on the screen. How can I change this? I need your ideas right now