Mark6 programmer - MA_EXT bloc question

Hi,

I was reviewing the logic for feedwaters pumps speed control,
downstream PID for speed regulation, there is a MA_EXT bloc, that allow operator to control manualy the speed % if needed.

Something seems strange:
this bloc has no tracking command input, and no tracking setpoint input
but his tracking output is true

I wonder how it's possible ?
 
Hi,

I was reviewing the logic for feedwaters pumps speed control,
downstream PID for speed regulation, there is a MA_EXT bloc, that allow operator to control manualy the speed % if needed.

Something seems strange:
this bloc has no tracking command input, and no tracking setpoint input
but his tracking output is true

I wonder how it's possible ?
Did you find an help definition of the mentionned block?
 
it's the command output:

CVO is command variable output
CV is command variable
SP is setpoint

difference between CV and CVO is like CVO is raw output, als CV can be filtered
for example, you can add correction curve to CV
SP is used if the bloc is needed to generate a dynamic setpoint for an another regulation
 
Top