Hi,
we have started to use the new Omron CK3M controller with Power PMAC IDE 4.
There are 8 motors connected to the controller, but only first output (Gate3[0].Chan[0] and Gate3[1].Chan[0]) is wired for hardware output pulse.
So, for what I want to ask we have the following:
Gate3[0].Chan[0] - motor 1 (X)
Gate3[0].Chan[1] - motor 2 (Y)
Gate3[0].Chan[2] - motor 3 (Z)
Gate3[0].Chan[3] - motor 4 (W)
I want to have position compare feature working for each of them, but separately.
I know there is a flag Gate3[0].Chan[0].EquOutMask, but I did not understand how it works. Please, explain with examples.
Right now, I can see the hardware output signal coming out from motor 1 only. For this I need to set all Gate3.Chan[j].EquOutMask to 0, except the first one (Gate3[0].Chan[0].EquOutMask=1).
Thank you in advance.