Hi guys.

I'm currently having some trouble on a Fanuc 0i Toshiba VTL. The problem is this:

I want to have some parameters saved as .txt such as spindle time, tool changes, etc. I'm trying this simple macro to do this..

%
O8700 (IMPRESION DE FECHA Y HORA)

POPEN

DPRNT [DATE:**#3011[80]]

DPRNT [TIME:**#3012[60]]

PCLOSE

M99

%

I got it to work using a DNC software called Multi-DNC. The problem is that I want it to do it automatically, but this software requires to click an icon on the pc "Receive".

Do you guys know of any way to save directly to a windows folder without using the DNC software? I'm currently using the RS232 connection.

Thanks.