In: Computer Science
Design the specification for the temperature HMI and specify the input / output range allowed by the given simulator.
Write the ladder logic program to capture the BCD degree F entered form input I: 0 and display the output O: 2 in degrees centigrade using the BCD format.
Flash output O: 2 for negative degree C and maintain it for positive values?
Modify the program design to allow for input in hexadecimal, which accommodate degree F from 0 to 255.Display the degree C in BCD format.