41
PLUS+1 Service Tool / Re: Change params from a display instead of from Service Tool
« Last post by Scott_MARL on April 28, 2023, 11:06:21 PM »As Fredrick said you can set these parameters through a memory address but depending on your usage, this can use up the write limit on those memory blocks.
For all control blocks I know of, you can set the values through regular wire variable. The method we use is using a value-connect component, with an initialize component. This works well for us because we have generic constants for parameters that will get live updates to tune the value in a calibration.
For all control blocks I know of, you can set the values through regular wire variable. The method we use is using a value-connect component, with an initialize component. This works well for us because we have generic constants for parameters that will get live updates to tune the value in a calibration.