monitoring systems
control systems
-Take action (control) as well as monitoring
-Controls using actuators and sensors
-Actuator – cause actions based on the signal of a value sent to it
Closed loop feedback control system
Bitwise manipulation
-Used within AL to monitor or control devices
E.g., Can reset flags from 1 to 0 by applying the AND #B00000000 operation - 1 AND 0 > 0 so resets from 1 back to 0
Eg XOR #B00000001 - toggles the value using the 1 –if it’s a 1 XOR 1 becomes 0 or a 0 XOR 1 becomes a 1
Eg OR #B00000001 makes the value become 1