![Dynamic Projection MDC-X Quick Setup Manual And Manual Download Page 25](http://html1.mh-extra.com/html/dynamic-projection/mdc-x/mdc-x_quick-setup-manual-and-manual_2548229025.webp)
The illustrations may differ in some details from the original. Subject to change without prior notice.
Copyright
©
2016,2017 by Dynamic Projection Institute GmbH. All Rights Reserved. http://www.dynamicprojection.com - MDC_QSG - Version 1.0.8- Page 25
Copyright
©
2016,2017 by Dynamic Projection Institute GmbH. All Rights Reserved. http://www.dynamicprojection.com - MDC_QSG - Version 1.0.8 - Page PB
Job” and select your automatisation “myshow1.mdc_auto”. You will now see the commands that are send to the
MDC project and the project will start playing the presets you are calling. To stop the debug job just close the
window with the X in the upper right corner.
Valid commands for the automatisation scripts are:
•
/mdc_layerX_presetY : where X and Y are numbers
•
/mdc_timeline_play : start playback, usually not needed
•
/mdc_timeline_pause: pause playback
•
/mdc_timeline_stop: stop playback - warning, this closes the output screens
•
/mdc_layerX_mapY: select a specific map for later media change
•
/mdc_layerX_mediaY: select a media
•
H=X : hold for X seconds
•
S=X : hold for X milliseconds (S=1000 is equal to H=1)
Examples for various scenarios:
Simple random show:
/mdc_layer1_map1
!select map one for later media change
S=250
!
250ms
sleep
/mdc_layer1_preset=1,2,3,3,,10,23,12 !select a random preset with number 3 more often
H=10,20
!hold here bewteen 10 and 20 seconds randomly
/mdc_layer1_media=4,7,3,4
!select a random media
H=5,10
!hold between 5 to 10 seconds
RETURN
!return to the start
Media exchange on a X2 system with two outputs:
/mdc_layer1_map1
! select map1
S=250ms
!
250ms
sleep
/mdc_layer1_media=1,2,3,4
! select a media, map 1 will be used as target
S=250ms
!
250ms
sleep
/mdc_layer1_map2
! select map2
S=250ms
!
250ms
sleep
/mdc_layer1_media=5,6,7,8
! select a media, map 2 will be used as target
H=20
! hold for 20 seconds
/mdc_layer1_map0
! select all maps
S=250ms
!
250ms
sleep
/mdc_layer1_media10
! select media #10 on both maps
H=10
! hold for 10 seconds
RETURN
! return to start
Automatisation scripts can be set to be loaded by default in the SETUP page of MDC-Touch.