DeltaV Operate Dynamo's for PHV - missing VBA

Has anyone got the VBA subroutine for an Emerson PBL dynamo called "Chart Link Button. Ver1.0".  I have process graphics with these dynamo's on, delivered by EEEC un-configured yet when I double click in edit mode, it can't find the VBA subroutine DynCallChart.

I've checked SIGlobals and User VBA scripts but no references found (nothing remotely similar).  I just need the VBA code and form so I can import it into our system and make the dynamo's work properly.

Hopefully someone has used these before and can send the VB files?

Cheers

1 Reply

  • Hi Adrian

    Have a look at the Schedules files too.

    After opening a schedule file, modify the x and y position to "0" to be able to see / modify and search in these items.

    Remember to bring back the negative coordonates before saving (if).

    Otherwise, you can use this VBA syntax to launch PHV using a PHVC file :

           frsRunTask "PTV -WIN 1 -FILE " & ThePhvcFileName & " -POS TL 100 100"

    Regards