design of cascaded controllers

andreahmed

Member
Join Date
Jul 2017
Location
vienna
Posts
5
I have a control system and I'm doing a triplet cascaded controllers, I have designed an interface like that

IController
{
void Run();
IController *pFirstController;
IController *pSecondController;
}
My question is for design of triplet cascaded controller, what's the best way in terms of storing a pointer to a third controller, or a make a concrete class implementation of the third cascaded controller.
 

Similar Topics

Hi, I want to build a demo station to test devices and programs and I need some help with it. I want to connect GuardLogix, Piltzmulti and...
Replies
1
Views
149
I've run into a non-plc issue that is proving hard to solve. I'm designing a mechanical device that has a base/foundation that must satisfy the...
Replies
3
Views
397
I’m currently starting a brand new design with a compactLogix controller and a panel view 700. I’ve completed similar projects from start to...
Replies
7
Views
1,237
What's a good place to start for learning electrical design? I am always the end user so I can follow along machine schematics, etc. but I want to...
Replies
10
Views
3,896
Dear, I am wanted to design the marble cutter machine on HMI. The issue is how to show the movement of round blade reverse and forward...
Replies
0
Views
923
Back
Top Bottom