FINS commands Delete file OMRON

F

Thread Starter

Francis

I'm trying to delete a file on a memory file using FINS command FILE DELETE: 2205. I always have Command Format error. I'm sure I set it correctly as explained in Communications Commands Reference Manual catalog (Cat. No. W342-E1-05).

@CMND(D9050 D9100 D9150)

D9050 #2205
D9051 #8000
D9052 #0001
D9053 #3132
D9054 #3030
D9055 #3032
D9056 #3336
D9057 #2e54
D9058 #5854
D9059 #0000

file nome is 12000236.txt Also try to write File name 2 times like it's in the book... same response

D9150 #0014
D9151 #0006
D9152 #0000
D9153 #0000
D9154 #0F00
D9155 #0000

The response is:

D9100 #2205
D9101 #1004
D9102 #0000

If somebody could send an exemple that is working, I would appreciate it.

Tanks!

Francis
 
D

David Wooden

At a glance, I think the command should be:

22058000000112000236.txt(length of absolute path to file: 4 chars)(absolute path to file)

Try it and let me know.

David Wooden
Senior Software Engineer
Omron Electronics LLC
Office: (847) 884-7034 Extension 432
Fax: (847) 884-9383
E-mail: [email protected]
 
Top