Exemplo n.º 1
0
        public static int ReadSpindleFeedRate(ushort handle)
        {
            FocasLibBase.ODBACT obj = new FocasLibBase.ODBACT();
            short ret = FocasLib.cnc_actf(handle, obj);

            return(obj.data);
        }