If I wantse CJ serial CJ debugging tools through HOSTLINK to let W5.O7 ON and OFF command format
There are DM write data assuming DM location D100, D15000 command format are what for us!!!
Can provide HOSTLINK protocol manual with examples of. Thank you!!!
Re: Time: 4/26/2017 3:19:00 AM
First, OMRON's HOSTLINK protocol has two ways C-MODE format and FINS format.
Old CPM only supports C-MODE format, the new CP and CJ two formats are supported.
Because you want to read and write on the WR, the old C-MODE format can not operate directly on the W area, need to pass
Turn over the CIO area,
Re:Re: Time: 4/26/2017 5:43:00 AM
FINS format can be directly operated, as you said to the W5.07 operation. Use serial debugging tools to send ASCII code:
Write W5.07 instruction for ON: @00FA00000000001023100050700010174* return
Write W5.07 instruction for OFF: @00FA00000000001023100050700010075* return
Note that in the serial debugging tools, press the "enter" key.
Re:Re:Re: Time: 4/26/2017 10:31:00 AM
Write W5.07 instruction for ON: @00FA00000000001023100050700010174* return
Write W5.07 instruction for OFF: @00FA00000000001023100050700010075* return