In which library can I find "InteractionPar" block for PidLoop or PidSimpleReal and AnalogIn block.
Answers
Hi,
basically nowhere. Only way to it is to create a variable.
basically nowhere. Only way to it is to create a variable.
Have you tried reading the manual ? or maybe the on line help ?
These are variables. You declare them. The type structure definition is in the same library as the function block they belong to.
These are variables. You declare them. The type structure definition is in the same library as the function block they belong to.
You can check the InteractionPar's datatype by enter into the function block. Then declare one with same type. Or just add direct at the pin then use the automatic declare.
For example in PidLoop the InteractionPar's type is "PidLoopPar", you can find it hi ControlBasicLib->Data Types.
For example in PidLoop the InteractionPar's type is "PidLoopPar", you can find it hi ControlBasicLib->Data Types.
PCDevice Library
Add new comment