OK, I think I have a major revision to your macros that should do the job.
The key changes are:
- In the Cycle Macro:
- ADD a For Each action (KM Wiki) to type the keypad for each character in the ConformMarker
- Change the Repeat Action to a While action (KM Wiki)
.
- In the "Switch Marker Numbers" (which I have renamed "Type KeyPad Key [Sub-Macro]")
- Consolidate all of the Switch blocks into ONE Switch or Case action (KM Wiki) block
- Use the
%TriggerValue%
, which is passed as a Parameter in the Execute a Macro action (KM Wiki), to get the keypad key to be typed
There are other changes to cleanup/optimize the macros.
Here are my versions, which I hope will serve as a guide for you.
Please let us know if this works for you, and/or you have questions.
###MACRO: Cycle Through Markers @JMichaelTX
~~~ VER: 1.0 2017-09-15 ~~~
####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/d/d86dac6805e07937348494231d392df4314be5db.kmmacros">Cycle Through Markers @JMichaelTX.kmmacros</a> (5.7 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**
---
<img src="/uploads/default/original/2X/a/a68eafe8f220e55acaa244826c92d746a2bcc5c0.png" width="612" height="1517">
##Macro Library Type KeyPad Key [Sub-Macro]
####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/e/e77e9a607866081f2db30d098de283f72076690d.kmmacros">Type KeyPad Key [Sub-Macro].kmmacros</a> (8.4 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**
---
<img src="/uploads/default/original/2X/b/b3fb050b34579898d81fba0dce6e891db79092ba.png" width="612" height="1886">