Jump to content
OMRON Forums

Cascade control


Dikon

Recommended Posts

Hi! We are trying to implement cascade control on a Power PMAC controller. For examle, use the output of Motor[x] PID Controller as adjusted value (position) of Motor[y] control loop. Which settings must be done in order to realize it? Thanks in advance. Dmitry Konstantinov, SMS Siemag
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

1.) Point the DAC to user memory and pick that data up with the encoder table. Motor[2].pDAC = sys.udata[0].a EncTable[5].pEnc = sys.udata[0].a or 2.) Use the dac directly as your feedback. EncTable[5].pEnc = Acc24E2A[4].Chan[1].Pwm[0].a [quote='Dikon' pid='524' dateline='1279200345'] Hi! We are trying to implement cascade control on a Power PMAC controller. For examle, use the output of Motor[x] PID Controller as adjusted value (position) of Motor[y] control loop. Which settings must be done in order to realize it? Thanks in advance. Dmitry Konstantinov, SMS Siemag [/quote]
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...