Text in logfile bij inschakelen microfoon kanaal

Wij maken gebruik van een DHD 4200 , gekoppeld op IP aan Mairlist.
Zou het mogelijk zijn om, indien de microfoon van bv de dj wordt aangezet, een text in de logfile te schrijven, waarbij je ook zou kunnen denken om texten in bv tijdsloten ( dj afhankelijk ) te schrijven.

Daar er een IP koppeling is ziet Mairlist de code van het openen van de mic.

Alvast vriendelijk dank.

Jan de Vries
Groningen 1

Can be done with the help of a background script:

  1. Create a script that defines a custom command MICON:
procedure OnExecuteCommand(Command: string);
begin
  if Command = 'MICON' then begin
    // do some stuff here
  end;
end;

Save as dhd_micon.mls etc. and register as a background script in the config.

  1. In the DHD remote configuration, add the new MICON command (type manually!) to the appropriate logic.

Now you “only” need to fill the the script with the desired action. What should be written, and to which file? Should the file be appended or overwritten?

Well in mairlist i see the action numers from the console, so dhd command would not be necessairy i guess .
Purpose would be to send programme name into the logfile, which is used for RDS and DLS in DAB+, so overwrite existing now playing text. Would it be possible to scedule textfile’s or make them time dependant, f.i. 9-12 12-13 etc?