PCSDHW_120 Dynamos error on configuration

Hi,

I am attempting to use some of the dynamos in the PCSD HW 120 library.  As an example, the workstation dynamo below.

When I drop it on a screen and double-click it to edit, I'm greeted by a VB error: "A compile error was detected in a script that was about to run...".  While examining the VB code now on that screen, the compiler errored out on locating the sub or function "EditWorkStation."  I was also unable to trace this out using the definition option.  This error occurs with all of the dynamos from this set.

Am I missing a library or module somewhere?

Thanks,
Dave

2 Replies

  • PCSD dynamo forms & their corresponding callup modules are included in SI_Global.FXG file. Have you got these forms/modules from PCSD standard files?
  • It turns out that there is a bit of leg work that must be done before this specific set of dynamos can be used. Another graphic, "PCSD_Procedure_Hardware_Dynamos.grf," contains two buttons on it. One of these buttons will add the specific variables, VB forms, and methods to the SIGlobals.fxg module so that these dynamos can be used. Another button on there will remove it all.

    To be fair, there is a note on the dynamo page telling you to go look at the graphic file mentioned above. I just missed it.