Author Topic: PID question  (Read 5994 times)

BLF_Electronics

  • Newbie
  • Posts: 9
  • Controls are Cool!
    • View Profile
    • BLF Technology Group
PID question
« on: November 04, 2005, 09:00:08 AM »
I need to use 10 channels of the PID. I used the PIDdef to define all ten channels. When I attempt to run the code and it gets to the following line I get an error message with the 9 highlighted. Has anyone attempted to use this many PID channels? The manual states 16 channels are available. The first eight work fine. Any comments will be appreciated.

DM[D+6] = PIDcompute(9,DM[D+5])

Error: Unknown Keyword


support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:PID question
« Reply #1 on: November 04, 2005, 04:38:18 PM »
A compiler bug has limited the the number of PID channels to 8. You can email support@tri-plc.com and obtain a version that fix this bug.
« Last Edit: November 04, 2005, 04:39:15 PM by support »
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

BLF_Electronics

  • Newbie
  • Posts: 9
  • Controls are Cool!
    • View Profile
    • BLF Technology Group
Re:PID question
« Reply #2 on: November 07, 2005, 05:11:32 PM »
Thank you for the quick response. The new compiler fixed the problem.