Author Topic: Change to program mode in Contollogix?  (Read 1146 times)

razm

  • Newbie
  • *
  • Posts: 2
    • View Profile
Change to program mode in Contollogix?
« on: December 23, 2020, 06:54:53 AM »
Is it possible to change the Controllogix PLC state to remote program by code?
Is there an example for that?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5322
    • View Profile
    • AdvancedHMI
Re: Change to program mode in Contollogix?
« Reply #1 on: December 23, 2020, 09:49:09 AM »
Not since firmware version about 16. They changed the protocol to make it more secure, therefore very difficult to replicate in a driver.

MajorFault

  • Guest
Re: Change to program mode in Contollogix?
« Reply #2 on: December 23, 2020, 10:53:46 AM »
I don't even think there is a way to do it in PLC code via SSV. 

If you want to stop executing code, put a negative preset in a "running" timer.  That will do the trick. :)

dmroeder

  • Administrator
  • Full Member
  • *****
  • Posts: 212
    • View Profile
Re: Change to program mode in Contollogix?
« Reply #3 on: December 23, 2020, 03:05:00 PM »
I read some release notes in the command line interface tool that suggested after a specific firmware, a full upload of the program is required for the mode to be changed.  So the driver would have to replicate that process in a way that the controller thought it was RSLogix/Studio5000, which would be an order of magnitude beyond the scope of any communication driver like this.