HI boss.
I have write a fxt file for MP 700 zoom, but unable to turn on the light.
I'm using AVOLITE previously, inside there is a macro code to on/off the light.
MACRO "LAMP ON" 1 2 3 4
"data" 0 0 0 0
"data" 0 0 ff ff
"delay" 1 5
"data" 0 0 0 0
MEND
;
MACRO "LAMP OFF" 2 2 3 4
"data" 0 ff 0 0
"data" 0 ff ff ff
"delay" 1 5
"data" 0 ff 0 0
MEND
;
MACRO "RESET" 3 1 2 3
"data" 0 0 0 0
"data" 0 0 ff ff
"delay" 1 5
"data" 0 0 0 0
MEND
On freestyler, how to write this macro code into the fxt file?
Thanks for help.
COEF MP 700 ZOOM unable to turn on light
Forum rules
This forum is designed for you to get HELP with building fixtures, Please make an attempt if you get stuck YOU must upload your partial fixture file (as an exported fixture file) so we can point you in the right direction if you don't do this you won't LEARN and if you don't learn you will may never be able to get the fixtures you require. It is Very hard to make fixtures for people when we don't have the same light at hand to test it with after all having the light in front of you makes programing so much easier! That's why we will help but rarely build any fixtures for you. You Alone are the best person to build your fixtures if you need help ask if you want it building for you Don't....
or alternativaly if your willing to pay for fixtures to be created then go here : http://www.freestylersupport.com/wiki/f ... on_service
You can Upload your fixtures as attachments to your posts so there is no need to supply email details Please post any fixtures in the download forum if you require help please contact an Admin/Moderator.
This forum is designed for you to get HELP with building fixtures, Please make an attempt if you get stuck YOU must upload your partial fixture file (as an exported fixture file) so we can point you in the right direction if you don't do this you won't LEARN and if you don't learn you will may never be able to get the fixtures you require. It is Very hard to make fixtures for people when we don't have the same light at hand to test it with after all having the light in front of you makes programing so much easier! That's why we will help but rarely build any fixtures for you. You Alone are the best person to build your fixtures if you need help ask if you want it building for you Don't....
or alternativaly if your willing to pay for fixtures to be created then go here : http://www.freestylersupport.com/wiki/f ... on_service
You can Upload your fixtures as attachments to your posts so there is no need to supply email details Please post any fixtures in the download forum if you require help please contact an Admin/Moderator.
-
- Knows how to turn Lights ON
- Posts: 3
- Joined: 20 Aug 2018, 05:55
- FreeStyler Version: 3.6.4
- I Use FreeStyler for: Church
- remco_k
- Moderator
- Posts: 1233
- Joined: 12 Oct 2008, 23:27
- FreeStyler Version: N/A
- I Use FreeStyler for: To help others here on the Forum!
Re: COEF MP 700 ZOOM unable to turn on light
From the manual: (I found here: http://www.usedstage.ru/foto/light/coef/MP700ZOOM.pdf)
Your lamp should be ON after that.
Since (for what I know) Macro's in FreeStyler are single step's you would have to create 2 macro's for each function. For example, Lamp ON:When the lamp control via DMX (CDMX) and the reset via DMX (RDMX) function
have been activated in the configuration menu, it’s possible, by a combination of
the channels values, to control the lamp switch ON/OFF or to allow the projector
MASTER RESET.
Lamp ON via DMX:
CHANNEL 2 = value 0
CHANNEL 3 and CHANNEL 4 = value 0 > 255 > 0
Lamp OFF via DMX:
CHANNEL 2 = value 255
CHANNEL 3 and CHANNEL 4 = value 0 > 255 > 0
MASTER RESET:
CHANNEL 1 = value 0
CHANNEL 2 and CHANNEL 3 = value 0 > 255 > 0
Then, when in FreesTyler and you need to turn on the lamp, execute macro's: 1, then 2 and then 1 again.Macro 1: ch2=0, ch3=0, ch4=0
Macro 2: ch2=0, ch3=255, ch4=255
Your lamp should be ON after that.
Developer of the Sound 2 Light application (SL.exe) for FreeStyler: https://www.digiplay.nl/fs
Electronics runs on magic smoke. If it escapes, the electronics won't work anymore!
Need a SHOUTcast stream?: https://www.digiplay.nl
Electronics runs on magic smoke. If it escapes, the electronics won't work anymore!
Need a SHOUTcast stream?: https://www.digiplay.nl
-
- Knows how to turn Lights ON
- Posts: 3
- Joined: 20 Aug 2018, 05:55
- FreeStyler Version: 3.6.4
- I Use FreeStyler for: Church
Re: COEF MP 700 ZOOM unable to turn on light
Hi boss,
Create 2 macro for light ON, and 2 macro for light off. Now is able to on / off light by using macro
ON light need to click sequence > macro 1, macro 2 , macro 1.
OFF light need to click sequence > macro 3, macro 4 , macro 3.
Is that possible to create a shortcut key to execute macro 1>2>1 into a single click?
Create 2 macro for light ON, and 2 macro for light off. Now is able to on / off light by using macro
ON light need to click sequence > macro 1, macro 2 , macro 1.
OFF light need to click sequence > macro 3, macro 4 , macro 3.
Is that possible to create a shortcut key to execute macro 1>2>1 into a single click?