Xstats11 Fix

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Xstats11 Fix

    Compliments of Booger Boy(Craig Keltz)...

    Insert at the beginning of your program and a new XSTATS11 file will be created each running of the program. It will have to be tweaked to each programmers specific path.


    $$ NO,
    ,
    ,
    ,THIS WILL REMOVE XSTATS11.TMP FILE AND ALLOW ANOTHER
    ,XSTATS11.TMP TO BE CREATED
    ,
    ,
    V1 =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
    IF/V1==1
    FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
    END_IF/
    sigpic

    James Mannes

  • #2
    Thanks guys.

    Coot

    Comment

    Related Topics

    Collapse

    • Buckeye
      STAT issue
      by Buckeye
      The project I am working on uses the GE Fanuc Proficy Importer. It looks at a directory every 7 seconds and if there is a file there, it pulls it in....
      06-02-2009, 03:33 PM
    • jeremyridley
      changing xstats11 location
      by jeremyridley
      I see there are lots of threads about the xstats11, but don't see any for my need. Any way to change the location of the xstats11 file in 4.2mr1? I...
      07-01-2011, 03:56 PM
    • drako28
      File/Writeline Question......
      by drako28
      I'm trying to get this to work..... But when I try and go the other way across it doesn't report the numbers just the text.... Does anyone know how...
      11-16-2007, 08:36 AM
    • cmikesell
      PC-DMIS to Infinity QS
      by cmikesell
      Anyone out there know how to get the xstats11.tmp file created without dmis trying to dump to a datapage database? Using stats/on & stats\off with...
      05-15-2012, 01:57 PM
    • djayne
      XSTATS11 file
      by djayne
      Does anyone know if there is a way to point the XSTATS file to a different directory other than the PCDMIS folder? We are trying to use a WinSPC software...
      05-16-2006, 08:19 AM
    Working...
    X