Problem on IR with TASCAM MD-350
hiroking
Posts: 11
Problem on my first AMX program again~.~
When I using NI-3100 IR port to control the TASCAM MD-350,
some command like "Title Edit" then with "Search>>" or "<<Search" to select character,
the character in MD-350 will shift 3 or 4 characters once I pressed the button on touch panel.
For example: Using "Title Edit" function of MD-350, if the character cursor located at "A", then
I pressed the programmed touch panel "Search>>", the character should change to "B", but actually
the character will shift to "E"......
I used the IR file provided at AMX data base named " Tascam06.irl ", I also re-learn the IR with IRIS,
the result is the same....any idea for this problem?
Is the problem arose from the length of IR?
If I found IR remote code from TASCAM (HEX code) attached below, what can I do with IRIS?
When I using NI-3100 IR port to control the TASCAM MD-350,
some command like "Title Edit" then with "Search>>" or "<<Search" to select character,
the character in MD-350 will shift 3 or 4 characters once I pressed the button on touch panel.
For example: Using "Title Edit" function of MD-350, if the character cursor located at "A", then
I pressed the programmed touch panel "Search>>", the character should change to "B", but actually
the character will shift to "E"......
I used the IR file provided at AMX data base named " Tascam06.irl ", I also re-learn the IR with IRIS,
the result is the same....any idea for this problem?
Is the problem arose from the length of IR?
If I found IR remote code from TASCAM (HEX code) attached below, what can I do with IRIS?
0
Comments
There are many ways to adjust the length of the pulse time. One is SET_PULSE_TIME()
Myself, I don't use PULSE.
I use the TO. My idea with that is that most people get used to a handheld remote and how long to hold a button down to CH up or Down, Vol Up or down, etc... They also learn the AMX touch pad the same way. Through normal use the user will get the feel of how long to hold the button.
Some here would argue to use MIN_TO or a whole host of other ways to do it.
Bottom line, a straight PULSE command may not work for all your situations.
example:
Hope that helps.
TO[BUTTON.INPUT]
Embedded objects are your friend.
tru dat. That's actually what I do.
Essentials: This works independently of any SET_PULSE_TIME, and the CTON and CTOF can be set individually for each IR port.