These adverts are supporting the forum's costs and the products/services are not endorsed by the forum owners.
First have you tried?
Log in to Search the Forum for help!
Learn more about using FreeStyler at the FreeStyler WIKI HERE
Learn more about DMX in General at The DMX Wiki HERE

if all else fails and you need a fixture consider the fixture building service HERE

COEF MP 700 ZOOM unable to turn on light

Fixture File Help & Support, This is not a Request forum we are here to help you not work for you... If you do need a fixture and don't wish to make one yourself or learn then go here : http://www.freestylersupport.com/wiki/f ... on_service
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.
Post Reply
colourwolf1st
Knows how to turn Lights ON
Posts: 3
Joined: August 20th, 2018, 5:55 am
FreeStyler Version: 3.6.4
I Use FreeStyler for: Church

COEF MP 700 ZOOM unable to turn on light

Post by colourwolf1st »

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.


User avatar
remco_k
Moderator
Posts: 1233
Joined: October 12th, 2008, 11:27 pm
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

Post by remco_k »

From the manual: (I found here: http://www.usedstage.ru/foto/light/coef/MP700ZOOM.pdf)
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
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:
Macro 1: ch2=0, ch3=0, ch4=0
Macro 2: ch2=0, ch3=255, ch4=255
Then, when in FreesTyler and you need to turn on the lamp, execute macro's: 1, then 2 and then 1 again.
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
colourwolf1st
Knows how to turn Lights ON
Posts: 3
Joined: August 20th, 2018, 5:55 am
FreeStyler Version: 3.6.4
I Use FreeStyler for: Church

Re: COEF MP 700 ZOOM unable to turn on light

Post by colourwolf1st »

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?
Post Reply

Return to “FreeStyler Fixture Files - Help & Support”