What's new
What's new

output date and time to a .txt file on okuma

becks7176

Plastic
Joined
Jun 25, 2019
I am trying to output he date and time to a .txt file on my okuma multus u3000 - osp-300s

can anyone help please??

Thank you
 
This is the program I have at the minute but it doesn't like something

OWR1
FWRITC MD1:GEAR-TOOTH-B.TXT:A
PUT VTIME,3 VTIME,2 VTIME,1
PUT VTIME,4 VTIME,5
WRITE C
CLOSE C
RTS
 
I was thinking along those lines or could it be code to get the actual date from the control of the machine??
 
Sorted, all the VTIME commands had to be on separate lines with a PUT command before them and the number in square brackets
 








 
Back
Top