Jump to content
OMRON Forums

MacroSlaveRead


iclim

Recommended Posts

Hello,

 

I am trying to run a PLC program which queries a register on a Macro station.

 

according to the documentation, I thought the following command should work

 

cmd"MacroSlaveRead %d,%u,%u",8,I920,P1;

 

however the only method which I can get to work correctly is the following

 

cmd"MacroSlaveRead %d,I%d,P%d",8,920,1;

 

In my first method am I doing something incorrectly ?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Guest
This topic is now closed to further replies.

×
×
  • Create New...