Micromod MOD: 30ML Display Script Guide User Manual Page 75

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 74
MOD 30ML Display Guide
Application Examples
Script for Two-Key
Ramping
(continued)
RETURN;
}
DOWN_HELD:
{
DWNHLD = 1;
RETURN;
}
/* Reset local inputs UPHLD and DWNHLD for next use: */
UP_RELEASED:
{
UPHLD = 0;
RETURN;
}
DOWN_RELEASED:
{
DWNHLD = 0;
RETURN;
}
}
5 - 21
Page view 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 97 98

Comments to this Manuals

No comments