If you created composite function blocks that need custom faceplates, use the following procedure to make them:
When creating a new display, faceplate, or detail display, you cannot name the new file the same as any filename that exists in the \DeltaV\DVData\Graphics-iFix folder.
You cannot name the new graphic file by appending a 2 to the filename (such as TAGAI_fp2) because that name is reserved as part of temp files created by DeltaV Operate (and located in \DeltaV\DVData\Graphics-iFix\Pic\Temp\* (where * is one of the subfolders under Temp).
Microsoft Visual Basic opens to the bmpDetailFb_Click subroutine in the code for the faceplate you have created.
frszDynamoDetailFb Me, "Enter Picture name or variable here"
Enter the path to and name of the detail picture you want to call as shown:
frszDynamoDetailFb Me, System.PicturePath & "\DetailFB\detail_fp_picture_name"
Do not include the .GRF extension in the detail faceplate picture name.
The DeltaV system maintains multiple copies of faceplates. When you create or modify a faceplate, you must run the Update Popup Pictures utility to update the other copies of the faceplate.
When updating popup pictures on a system that has VCAT for Displays enabled, you must the preference, Auto Check Out and In, disabled. Follow the steps in the Updating Popup Pictures and Dynamos topic.