This forum is addressing industrial automation design & engineering, operations, asset performance, cyber security and digital transformation for Plants & Machines.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
(also available in Unity-Pro and Concept). See example where the ACI040 is physically located in slot 3:
Example scaling from slot 3 module
Other way is create your own DFB, where you have the raw value + Module min/max + Eng values limits + Offset as input, The scaled value as output. Internally you calculate ScaledValue = RawValue * (ModuleMax- ModuleMin) / (EngMax-EngMin) + Offset.