PIEZAS_BODEGA1 = Galaxy:Var_Clasificacion.PIEZAS_BODEGA1;
PIEZAS_BODEGA2 = Galaxy:Var_Clasificacion.PIEZAS_BODEGA2;
PIEZAS_BODEGA3 = Galaxy:Var_Clasificacion.PIEZAS_BODEGA3;
PIEZAS_BODEGA4 = Galaxy:Var_Clasificacion.PIEZAS_BODEGA4;
PIEZAS_BODEGA5 = Galaxy:Var_Clasificacion.PIEZAS_BODEGA5;
PIEZAS_BODEGA6 = Galaxy:Var_Clasificacion.PIEZAS_BODEGA6;

ALUMINIO_DESCENTRADO = Galaxy:Var_Clasificacion.ALUMINIO_DESCENTRADO;
METAL_DESCENTRADO = Galaxy:Var_Clasificacion.METAL_DESCENTRADO;
CORTE_INCLINADO = Galaxy:Var_Clasificacion.CORTE_INCLINADO;
PIEZAS_INVERTIDAS = Galaxy:Var_Clasificacion.PIEZAS_INVERTIDAS;
PIEZAS_SIN_TORNILLO = Galaxy:Var_Clasificacion.PIEZAS_SIN_TORNILLO;
PIEZAS_FUERA_RANGO = Galaxy:Var_Clasificacion.PIEZAS_FUERA_RANGO;

PIEZAS_METAL = Galaxy:Var_Clasificacion.PIEZAS_METAL;
PIEZAS_ALUMINIO = Galaxy:Var_Clasificacion.PIEZAS_ALUMINIO;
PIEZAS_PLASTICO = Galaxy:Var_Clasificacion.PIEZAS_PLASTICO;
PIEZAS_14MM = Galaxy:Var_Clasificacion.PIEZAS_14MM;
PIEZAS_16MM = Galaxy:Var_Clasificacion.PIEZAS_16MM;

SENSOR_ALTURA_TEXT = StringFromReal(-0.0006323676 * Galaxy:Var_Clasificacion.SENSOR_ALTURA + 26.35122,1,"f");
SENSOR_ALTURA = StringToReal(SENSOR_ALTURA_TEXT);
ALTURA_ULTIMA_PIEZA_TEXT = StringFromReal(CALL ieee754toreal( Galaxy:Var_Clasificacion.ALTURA_ULTIMA_PIEZA ),1,"f" );
ALTURA_ULTIMA_PIEZA = StringToReal(ALTURA_ULTIMA_PIEZA_TEXT);
VEL_CLASIFICACION_RPM = Round (CALL ieee754toreal(Galaxy:Var_Clasificacion.VEL_CLASIFICACION_RPM),1 );