Model Execution Tasks for the Driver When reading from an input port, the driver performs the following tasks: ● Calls the input function ● Normalizes the read value (to match the model value range) ● Writes the new value to the ERP data structure When writing to an output port, the driver performs the following tasks: ● Reads a new value from the ERP data structure ● Determines whether the value is in-range (according to the driver configuration) ● Normalizes the value (to match the I/O port range) ● Calls the output function
When reading from an input port, the driver performs the following tasks:
When writing to an output port, the driver performs the following tasks: