Skip to content

Instantly share code, notes, and snippets.

@djrobby
Last active February 28, 2021 12:54
Show Gist options
  • Save djrobby/f201a3fb362b1770792d733ec66fcee8 to your computer and use it in GitHub Desktop.
Save djrobby/f201a3fb362b1770792d733ec66fcee8 to your computer and use it in GitHub Desktop.
MV Metric Vision Test Commands
// ----------------------------
// -- Start of Main Screen Test
// ----------------------------
// Delete whatever is on the andon & marquee part of the board and stop all tunes
<02>0000<1B>DEL<04>
<02>0102<1B>TU1000T<04>
//-- Start test timing and counter data under static labels & different font
// Configure Row 1
<02>0101<1B>AD11R[30,12,30,12,40,10,58,10,36,10,32,10,30]<04>
<02>0101<1B>AW11R1C3P2F1J[ENT]<04>
<02>0101<1B>AW11R3C3P2F1J[STV]<04>
<02>0101<1B>AW11R5C3P2F1J[ðð]<04>
<02>0101<1B>AW11R7C3P2F1J[EMU-1]<04>
<02>0101<1B>AW11R9C3P2F1J[ðð]<04>
<02>0101<1B>AW11R11C3P2F1J[BLK]<04>
<02>0101<1B>AW11R13C3P2F2J[EXT]<04>
// Configure Row 2
<02>0101<1B>AD12R[30,10,40,14,40,14,40,14,40,38,40]<04>
<02>0101<1B>AW12R1C3P2F1J[---]<04>
<02>0101<1B>AW12R3C3P1S3A2F[1]<04>
<02>0101<1B>AW12R5C3P2F[2]<04>
<02>0101<1B>AW12R7C1P3A2F1J[3]<04>
<02>0101<1B>AW12R9C3P3A2F1J[4]<04>
<02>0101<1B>AW12R10C8P5S3A2F3J[5]<04>
<02>0101<1B>AW12R11C3P2F2J[C€]<04>
// Configure Row 3
<02>0101<1B>AD13R[30,10,40,14,40,14,40,14,40,38,40]<04>
<02>0101<1B>AW13R1C3P2F1J[FA]<04>
<02>0101<1B>AW13R3C3P2F[6]<04>
<02>0101<1B>AW13R5C5P1S3A2F[7]<04>
<02>0101<1B>AW13R7C3P2F1J[8]<04>
<02>0101<1B>AW13R9C3P2F1J[9]<04>
<02>0101<1B>AW13R10C3P3A2F3J[0]<04>
<02>0101<1B>AW13R11C3P2F2J[Q##]<04>
// Configure Row 4
<02>0101<1B>AD14R[30,10,40,14,40,14,40,14,40,38,40]<04>
<02>0101<1B>AW14R1C3P2F1J[RS]<04>
<02>0101<1B>AW14R10C3P2F[OT]<04>
<02>0101<1B>AW14R11C3P2F2J[CON]<04>
// Configure Row 6
<02>0101<1B>AD15R[40,45,50,40,40,30,30,45]<04>
<02>0101<1B>AW15R1C1P2F[212]<04>
<02>0101<1B>AW15R2C3P3A2F[346]<04>
<02>0101<1B>AW15R3C3P2F[+718]<04>
<02>0101<1B>AW15R4C1P2F[999]<04>
<02>0101<1B>AW15R5C3P2F[123]<04>
<02>0101<1B>AW15R6C3P2F[18]<04>
<02>0101<1B>AW15R7C3P2F[20]<04>
<02>0101<1B>AW15R8C1P3A2F[12:00]<04>
//-- End test timing and counter data under static labels
// Center align and show Marquee Row 1 flashing yellow and orange
<02>0102<1B>TX11R2A5P8S3J[HELLO TEST, CENTER ALIGN]<04>
// Center align and scroll Marquee Row 2 in green
<02>0102<1B>TXS2R1A3P3J[MV EMULATOR V2.0.20.4]<04>
// ----------------------------
// -- End of Main Screen Test
// ----------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment