Omron Forums Support Posted May 17, 2019 Share Posted May 17, 2019 Dear Sir, I am using Ethercat Motor with CK3m, and #1out10, #1out20,..#1out30 these commands are issuing from terminal window is working fine, my query is to issue this with through PLC , as per manual, local ctr=10; cout1: (ctr); this command is not working. when i tried with cout1:10; this command working fine. guide to for indirect address. regards Gururaj Link to comment Share on other sites More sharing options...
curtwilson Posted May 17, 2019 Share Posted May 17, 2019 We cannot duplicate this here. Are you sure your local variable retains the value you intended for it? From outside the PLC, you can query its local variable values with PLC.Ldata.L[n] Does it work for you with a global variable? cout1:(P1) Link to comment Share on other sites More sharing options...
Omron Forums Support Posted May 20, 2019 Author Share Posted May 20, 2019 We cannot duplicate this here. Are you sure your local variable retains the value you intended for it? From outside the PLC, you can query its local variable values with PLC.Ldata.L[n] Does it work for you with a global variable? cout1:(P1) from global variable also it is not working. Link to comment Share on other sites More sharing options...
steve.milici Posted May 20, 2019 Share Posted May 20, 2019 This would be a technical support issue. Please contact ODT's technical support at: ODT-Support@omron.com Link to comment Share on other sites More sharing options...
Recommended Posts