Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5475 subscribers
Views
13358 views
Users
0 members are here
frs
script
VBA
DeltaV
Recent DeltaV Community Connect Discussions
Todd Jaco
20 Nov 2024 9:20 AM
Best Practices for Implementing Operator Training Systems for DeltaV using Mimic Simulation Software
24 Replies
ATK
17 Nov 2024 6:50 AM
PID output holding during AO failure.
0 Replies
Rishi
14 Nov 2024 8:02 PM
Shared Operator account for windows login and individual operator accounts.
2 Replies
Peter Benedict
25 Oct 2024 11:45 PM
How can I use a fieldbus pressure transmitter 3051 revision 8 dd file (host DeltaV 11.3) to work for DeltaV 9.3.
0 Replies
Peter Benedict
24 Oct 2024 2:21 PM
DeltaV 11.3 Fieldbus DD file for pressure transmitter 3051 rev 8 work in DeltaV 9.3
1 Reply
<
>
Similar Posts
What is the exact difference between the Unit Parameters and Recipe parameters?
Differences between MX and MQ Controller
Difference between Discrete and Boolean parameter type
Plant Messenger- Difference between Events and Alarmsp
Basic difference between Abort & Stop Command
Share
Not Answered
Whats the difference between frszExpertReplacePic and frsReplacePictureOnScreen ?
Whats the difference between frszExpertReplacePic and frsReplacePictureOnScreen ?
frs
script
VBA
DeltaV
1 Reply
Andre Dicaire
19 Nov 2019 4:25 PM
The frsz expert is a configuration tool represented by an icon in Configure mode, and it facilitates creation of a script to replace a picture. It presents a dialog from which you can pick the action you want and creates the supporting VBA code and associates it with a click action on the selected object, such as a text field or an arrow.
The frsReplacePictureOnScreen is a function that you can use in a custom VBA script to replace a picture at run time. You might have logic such that when something specific happens, you want a particular picture to be opened in one of the Display areas. The frsReplacePictureOn Screen could be a function that is used in the VBA script created by the frszExpertReplacePic.
In BOL, search for DeltaV Operate Experts. You'll find an explanation of the dialog. But the main difference is that the frszExpert functions allow you to create custom actions on objects without having to actually code any VBA.
The frs functions are used in your custom VBA scripts so you can roll your own customizations. Note that functions created by the frszexperts are structured and known to Emerson, which allows for these to be migrated automatically, since the function and structure are fixed. Custom script is not migrated and requires manual intervention to understand the intent of the code before one can determine how best to implement it in a new scripting language.
So use the Experts in Configure when you can as this makes your display better supported moving forward.
Andre Dicaire