Jump to content
OMRON Forums

Cout in plc


Recommended Posts

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

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

Guest
This topic is now closed to further replies.

×
×
  • Create New...