Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- it seems You should check sensor4 )
sensor24 <= sensor2 & sensor4 and WHEN Ain =>
CASE Sensor24 IS
WHEN "11" => state <= Ain;
WHEN "10" => state <= ABout;
WHEN "01" => state <= Bstop;
WHEN "00" => state <= ABout;
WHEN OTHERS => state <= ABout;
END CASE; --- Quote End --- Hi Alex96, Thanks for the pointers. Mind sharing the concerns with sensor4?