![IDTECH MINIMAG User Manual Download Page 12](http://html.mh-extra.com/html/idtech/minimag/minimag_user-manual_618748012.webp)
2 0
The last line
will generate two formulas, one for Credit Card and the
other for DMV card.
Example Two:
/e/d/fn<CR>
/e/d/fe 10<CR>
/e/d/fr \cr<CR>
/e/d/fs c1a0101? d2b0101=0101=<CR>
/e/d/ft 7d1a0a2b0a<CR>
The first line
"/e/d/fn<CR>" is to clear all previous settings.
The second line
"/e/d/fe 10<CR>" is to enable the data editing and will
not send out original data if it does not match the formula.
The third line
"/e/d/fr \cr<CR> is to create an added field, "field a" -
<CR>.
The fourth line
"/e/d/fs c1a0101? d2b0101=0101=<CR>" will try to
generate two flexible fields as described in page19.
The last line
will generate a single formula for "custom format". Any
card data can be treated as a custom format as long as it does
not match any other format specified by other formula. Try your
DMV card will see the result, any card does not match the
formula will not be send.
The Flexible Field is:
7d1a0a2b0a
7d: Flexible format
1a: Track1 data before end sentinel (?)
0a: Added field a (<CR>)
2b: Track2 data between the first equal sign and the second equal sign
0a: Added field a (<CR>)
Data will be output as following(if matches the format) or nothing(if
does not match the format):
<Track1 data before end sentinel>
<Track2 date between the first "=" and the second "=">
1 9
Data Editing Send Command
Send out the field according to the customer-defined order.
Syntax: /e/d/ft [ccsmd] [dmvsmd] [aamvasmd] [flexsmd]
where:
ccsmd: = 7a{field}[{field}]…(credit card)
dmvsmd: = 7b{field}[{field}]…(CA driver’s license)
aamva: = 7c{field}[{field}]…(AAMVA)
flexsmd: = 7d{field}[{field}]…(custom format)
field: = {add_fd_tag}{field_no} | {track_no}{field_no}
add_fd_tag: = 0
track_no: = 1 | 2 | 3
field_no: = a...z
The following two examples show how to use the data editing commands.
Type each command slowly and completely. Then try a driver’s license or
credit card to verify the result.
Example One:
/e/d/fn<CR>
/e/d/fe 11<CR>
/e/d/fr ITS ; \cr<CR>
/e/d/ft 7a0a1b0c1c0c2d0b0c 7b1c0c1e0c1f0c3d3e0c2f0c<CR>
First line
"/e/d/fn<CR>" is to clear all previous setting.
Second line
"/e/d/fe 11<CR> is to enable the data editing and allowing
send out original data if it does not match the formula.
Third line
"/e/d/fr ITS ; \cr<CR>" is to create three added fields.
"Field a" is "ITS", "Field b" is ";" and "field c" is <CR>.