Emerson Exchange 365
Search
User
Site
Search
User
Replies
1 reply
Subscribers
5479 subscribers
Views
9249 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
John Stephens
6 May 2021 9:03 PM
Configuration or Tips for developing Operate Graphics with workstations with different resolution displays.
0 Replies
GeloCortez
3 May 2021 7:00 PM
Cascade Control - Level/Flow - Slave Loop fails
7 Replies
KoBriZo
30 Apr 2021 4:17 PM
DeltaV Live "undefined" value DVSYS.Read()
5 Replies
hoang nguyen
27 Apr 2021 9:30 PM
Virtual Controller Communication on a Multinode Simulation
5 Replies
kravindranath
26 Apr 2021 5:44 PM
CIOC Communication failure
1 Reply
<
>
Similar Posts
Creating FrsModules_Theme Dynamos
Module Parameters in Dynamo that generate a skip error, but still work
PCSD Dynamo and the Update Dynamo Expert
Can I edit dynamos in a dynamo set?
Create a module for Diagnostic Parameters
Share
create modules dynamo
hi dears
how can i create a dynamo that can support two modules ?
every module has its data link.
1 Reply
Bill Tinley
30 Oct 2015 11:56 AM
I don't think I have ever done this for a dynamo, but I have done a similar thing for faceplate/detail displays...should work the same way:
It is easy if you can make the name of the second module start with the name of the first module. For example, a pump module (P-100) with an external interlock module (P-100-ILK). Then a single reference for @MOD@ will work for both modules: @MOD@/DC1/SP_D.CV for the pump module, @MOD@-ILK/CND1/OUT.CV for the interlock module, etc.