When programming the MSC-400, do you need to put IR commands
on the processor? In other words, can a smart macro contain
IR commands? I am so used to programming RTI where the
IR commands cannot be programmed ont he processor and
I am not sure if it's the same thing here...
Create IR devices on the remote first then import them into the MSC project. Do this first before even starting anything with the MSC program. Once you have the MX program setup as you usually would for devices, goto MSC and choose File:ImportRemoteControlDevices
Also, does the smart macro on the remote finish running
before executing the next commands on the remote? For
example on an MX-900:
Step one: Jump to please wait page
Step Two: Smart Macro Watch DVD (contains about 5 seconds
of commands)
Step Three: Jump to DVD page
Does Step Three occur after the Watch DVD smart macro
completes? Or do you need to leave a delay in between
step 2 and 3 to alllow the macro to finish before you
make the page jump?
The macro will work in the order you lay it out. So if you have Wait - Trigger - Jump, it will go in that order but quickly because the Trigger is a single command sent from the MX to the MSC, so if you don't want that page to flip right away then put a delay on the MX side. I personally put the Trigger first to get the ball rolling, then deal with any Wait screens, delays and jumps.