4/10/2019 2:50 PM | |
Joined: 2/1/2010 Last visit: 11/8/2024 Posts: 154 Rating: (72) |
Hi wantutri You can try Feature Bit 10. I don't know that it is exactly what you want, but that is the closest built in feature that describes what you want as far as I can tell from your description. If that doesn't work as you like, you will have to write some CFC logic, possible rising/falling edge triggers to command the block as you want. Maybe you are trying to emulate an HOA switch when you only have a L/R switch? |
If my post helped you, please rate. Thanks. |
|
4/11/2019 2:54 PM | |
Joined: 2/1/2010 Last visit: 11/8/2024 Posts: 154 Rating: (72) |
Hi wantutri, Yes local returning to remote is bumpless by design. If you stopped the motor in the field while still in local (or in your simulation removed the running input) then your command output will stop. If you don't remove the running feedback prior to switching out of local, the motor keeps running, unless you return to auto instead of manual, then it will follow the auto command. It sounds like instead of simple local/remote you desire Hand/Off/Auto control in one direction only, where the motor has to pass through Off when returning to DCS control. Typically this functionality is done electrically in the motor starter, but in your case you have to make it yourself in code. So you will have to write some CFC logic. There are many ways to do this depending on your preference and exact use case when combined with your other logic in your CFC or CMT. I suggest using some triggers and potentially flip flops on local/remote signal and AND/OR logic with the running feedback to command the motor to stop in local upon exiting. |
Last edited by: RVS.wick at: 4/11/2019 2:56:07 PMIf my post helped you, please rate. Thanks. |
|
This contribution was helpful to1 thankful Users |
4/11/2019 5:45 PM | |
Joined: 9/9/2015 Last visit: 11/12/2024 Posts: 728 Rating: (280) |
I faced the same issues two years ago, and my solution was ...customized my own PTT for the motor template. Check and test as much as you can to Fix the operation of the motor. The most important is the Auto/Manual/Local/Remote. From Auto to manual, manual to auto, auto to local, local to manual, how the pump behave. Show you a sample here. (which I don't really like it. But sometimes during commissioning, we have quite limited time to test) |
Please give me 5 stars Rating if my post is helpful for you. :) |
|
This contribution was helpful to1 thankful Users |
4/12/2019 4:10 AM | |
Joined: 8/1/2012 Last visit: 10/1/2024 Posts: 76 Rating: (3) |
I will have a look on your suggestions. Many thanks! |
Follow us on