ICP DAS USA I-8090 3-axis encoder card Computer Hardware User Manual


 
I-8090 User Manual Version 1.0 06/2001
http://www.icpdas.com 1-26 ICPDAS
switch (ShowAxis)
{
case 0: ShowLedValue(x_value,X_axis); break;
case 1: ShowLedValue(y_value,Y_axis); break;
case 2: ShowLedValue(z_value,Z_axis); break;
};
if (x_index) LedRunOff(); else LedRunOn();
if (y_index) LedCommOff(); else LedCommOn();
if (z_index) LedBattOff(); else LedBattOn();
} while (!Kbhit());
}