Posted by: Jan
« on: September 18, 2023, 02:24:18 pm »Yes, the Magic RDS supports switching between different text sources. This can be realized by a simple script. See more details in extsrc.pdf, section 'Dynamic configuration of the External Text Sources'.
Let's assume that both sources are put into the Output sequence. In such case the example would be:
The Magic RDS can run this code automatically upon several events. You can use the Task scheduler to launch the code on specific date/time/day event. You can also use the Text Conditions to launch the code on occurrence of specific keyword in any text source (create a separate Output for that purpose).
Each text source has an option called 'Expires after' which temporarily removes the source from the Output sequence if no text update occurs for the specified period.
This set of features should cover all common situations and needs. Let me know if something is not working as expected or if some feature is missing.
Let's assume that both sources are put into the Output sequence. In such case the example would be:
Code: [Select]
set Output1.SrcSequenceItem1Checked:"0"
set Output1.SrcSequenceItem2Checked:"1"
The Magic RDS can run this code automatically upon several events. You can use the Task scheduler to launch the code on specific date/time/day event. You can also use the Text Conditions to launch the code on occurrence of specific keyword in any text source (create a separate Output for that purpose).
Each text source has an option called 'Expires after' which temporarily removes the source from the Output sequence if no text update occurs for the specified period.
This set of features should cover all common situations and needs. Let me know if something is not working as expected or if some feature is missing.