Perhaps this should be a separate thread, but your question got me thinking - we receive P&IDs with E-Stop shown as a function inside the DCS, that is, a pick on the screen that should stop a process immediately. I know I prefer to have only hardwired switches using the name "E-stop," but I...
Does anyone know how to estimate processor loading in a Yokogawa CS3000 DCS? For example: if I configure 50 PID blocks, what percent of the processor's time does this consume. I know it depends on the particular processor model, but any you have knowledge of would be helpful.
"The work related emails you send/receive when at work are company property!!! They should not be deleted when you leave & probably not even copied & removed from the premises."
CorBlimeyLimey, that is not universally true, only if there is an agreement in place beforehand. I am a business...
At my first job at an engineering company I was talking on the phone one day with the client. He asked me to pass a message to the Electrical Engineer, a man with plenty of experience. When I delivered the message, the EE said I was mistaken because the information contradicted the established...
EngJW is right. To that I add the old axiom: It is better to look for a job while you have one. A potential employer will value a prospect who is employed over one who is unemployed (other attributes of the prospects, notwithstanding).
Additionally, the fire protection designer job seems...
We are using Allen-Bradley FlexEX Remote I/O over ControlNet. The Discrete Output Modules are model 1797-OB4D/A. The CPU is a 1756-L55 Rev 13.25 and the programming software is RSLogix V13.03.00.
The trouble we are having is that when we enable I/O Fault Monitoring on the module, the output...
Years ago I used Software Wedge by TalTech to help develop a communicatioins driver. It has tools to capture and interpret serial RS-232 data. Once the driver was written, I did not need the Software Wedge product any more.
That software communicates via DDE, not OPC. I am really surprised...
Thanks. At your suggestion, I checked the specifications and found information about the drift at different pressures.
During our next calibration, we plan to connect a spare transmitter next to the working transmitter and make a spot check at the current operating conditions.
This may be a...
We use an orifice plate for natural gas flow measurement. We calibrate the Differential Pressure Transmitter (DPT) by placing a reference pressure on the high side and venting the low side. So for example, we may have 100 inches of water column gauge pressure on the high side and atmospheric...
I hope you, thryll and datniet, will post updates as your projects progress. I have been through similar projects and I have confidence in you. Let us know what successes you have and what obstacles you encounter.
I suggest you try Infilink which you can download and try for free from their website: www.kep.com. If all your controllers use the same communications protocol, then you will only need one communications driver (OPC driver) which you also download and try for free. You may need to install 9...
To use VB you will either write your own communications driver for Siemens S7-400, or buy a license to use a commercial driver. Some drivers are easy to write, but I have no experience with Siemens S7-400 communications. One possible supplier of a pre-written driver is www.kepware.com.
Is it possible to make a remote procedure call from VB inside MS Excel to another computer on the same network. I want the remote computer to make a copy of a file on its own hard drive and I want to initiate the action from a VBA macro on my computer.
I can make copies with a local copy...