Hi everyone,
I am working on a project. A screen that can be attached to the vehicle. In-vehicle information is controlled by can bus. The vehicle must have a screen in different modes. For example normal mode: black background. Eco mode: Green background. Other mods have red and blue backgrounds. The main screen is black background but has speed, gear and vehicle warning indicators on it. According to the message from the can bus line, I need to change the background. But I don't know what to use. I thought of image switcher but it didn't make sense. If I add other modes as a frame, it gets confused afterwards. I thought I would use the button and activate it according to the situations. There are 4 different modes and the button did not exist. Waiting for your ideas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I am working on a project. A screen that can be attached to the vehicle. In-vehicle information is controlled by can bus. The vehicle must have a screen in different modes. For example normal mode: black background. Eco mode: Green background. Other mods have red and blue backgrounds. The main screen is black background but has speed, gear and vehicle warning indicators on it. According to the message from the can bus line, I need to change the background. But I don't know what to use. I thought of image switcher but it didn't make sense. If I add other modes as a frame, it gets confused afterwards. I thought I would use the button and activate it according to the situations. There are 4 different modes and the button did not exist. Waiting for your ideas.
you can add a rectangle and change the color by a variable:
https://faq.codesys.com/display/CDSFAQ/Working+with+color+variables
I'll try right away. Thank u