Member Login
Search
Past & Future Posts
Sponsored Communities
Neat Stuff

Visit our shop for nerds in control lifestyle products.
Cool stuff
Thermal Overload
The threads that wouldn't die...
- PC reliability?
- Windows, real time
- PID loops
- PCs vs. PLCs
- Replacing people
- MS 'monopoly'?
- Software quality
- Where do we go from here?
- Why pay?
- PC reliability?
- Windows, real time
- PID loops
- PCs vs. PLCs
- Replacing people
- MS 'monopoly'?
- Software quality
- Where do we go from here?
- Why pay?
Fortune
Fame is a vapor; popularity an accident; the only earthly certainty is
oblivion.
-- Mark Twain
oblivion.
-- Mark Twain
RSS Feed
www.control.com/rss
from the Automation List department...
CL programm in TDC3000I am working on TDC3000 dcs I need help regarding cl programm. I am starting fans through CL. I need that when Fans are start from programm, its control came back on manual. Now fan started through Digital composite point, it is on manual. i want this point in maual after fans start. Below is CL program.
IF TC018.PVHIFL=ON
& THEN (SET 41HS085.MODATTR=PROGRAM;
& SET 41HS085.OPCMD=OFF;
& SET 41HS085.NMODATTR=OPERATOR;
& SET 41HS085.MODE=MAN;
when ever hi flag is on fans is start, at this time its mode is PROG-MAN,after starting of fans I need this control on maual, but is is not coming on maual, its remain on PROG-MAN. Please help me regarding this matter.
MUHAMMAD HARIS
IF TC018.PVHIFL=ON
& THEN (SET 41HS085.MODATTR=PROGRAM;
& SET 41HS085.OPCMD=OFF;
& SET 41HS085.NMODATTR=OPERATOR;
& SET 41HS085.MODE=MAN;
when ever hi flag is on fans is start, at this time its mode is PROG-MAN,after starting of fans I need this control on maual, but is is not coming on maual, its remain on PROG-MAN. Please help me regarding this matter.
MUHAMMAD HARIS
Hello,
Change this parameter to MODATTR and it should work:
> & SET 41HS085.NMODATTR=OPERATOR;
I hope that is not the complete code, otherwise the program will change the composite point every time it's execute and the hi flag is active.
Regards,
Markus
Change this parameter to MODATTR and it should work:
> & SET 41HS085.NMODATTR=OPERATOR;
I hope that is not the complete code, otherwise the program will change the composite point every time it's execute and the hi flag is active.
Regards,
Markus
Looks like this parameter needs to be changed in line 4:
& SET 41HS085.NMODATTR=OPERATOR;
To:
& SET 41HS085.MODATTR=OPERATOR;
NMODATTR identifies the normal mode, but doesn't switch modes.
& SET 41HS085.NMODATTR=OPERATOR;
To:
& SET 41HS085.MODATTR=OPERATOR;
NMODATTR identifies the normal mode, but doesn't switch modes.
the best thing will be using a logic block to switch the mode to MAN when hi flag comes on. CL will make it P-MAN because you are changing the MODEATTR to PROGRAM.
From Control Engineering magazine...
Related articles from Control Engineering magazine- OPC: Painless migration, classic OPC DA to OPC UA, partership
- Easier: panel designs, short-circuit current rating compliance
- MechatronicsZone road show kicks off
- ODVA, DeviceNet: New CIP specs; ControlNet added; 2009 meeting
- Partnership: Advanced, interoperable motion control, machine tools
- Protect intellectual property: Encrypt firmware, control code
- Embedded, wireless devices, dynamic IP routing
- Portable computing: Operators can be mobile with rugged HMI
Above articles copyright 2008 Reed Business Information. Subject to its Terms of Use.
Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is © 1999-2008 Control Technology Corporation. All rights reserved.
Users of this site are benefiting from open source technologies, including PHP, PostgreSQL and Apache. Be happy.
Our Advertisers
Help keep our servers running...
Patronize our advertisers!
Patronize our advertisers!



