Search the Community

Showing results for tags 'analog programming'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 175 results

  1. I currently have a Rosemount 87 series flow meter connected to a 1756-IF8H analog input module.. We are not receiving flow from the device, and the channel is showing a diagnostic code of 009... I can not find a diagnostic code list anywhere explaining what this means, has anyone had any experience with the diagnostic codes for HART Devices?
  2. Hi,  I have a CP2E PLC (CP2E-N30DRD) with an Analog In/Out board CP1W-MAB221. I can't find a method to setup it correctly (the ERR LED is fixed in ON state). The "W516 (Section10) CP1L-EL_EM ANALOG OPTION Boards" manual says to "set the baud rate of the relative option port at 115200bps in Toolbus mode.", however in CX-Programmer , under "Settings" and "Serial 1" tab there is not such protocol. In w614 (cp2e software manual) and w613 (cp2e hardware manual) I haven't found any other tips. Can you help me please? Thank you.
  3. Codesys

    Hello - I stumbled across some mention of Codesys and was curious if anyone here uses it. Pros/cons? prefer it over other programming software. Have it downloading currently (since you can download a free variation of the application) but it looks quite interesting. Also - what PLC hardware is programmed with it? Did not see that mentioned on their website when I was browsing through.
  4. So we have a PLC project coming up and its our first one and understand and can execute most of the sequence without issue.  The part that is getting me is how to handle the following efficiently using studio 5000 and panel view.   AHU has to be able to run test cycles User selectable up to 250 steps in a test cycle User selectable temperature setpoint for each step User selectable humidity setpoint for each step User selectable time duration for each step   I thought about using arrays but as i understand the allen-bradley plcs to change the array size you have to go offline and then back online so you could not change it dynamically.  Was considering doind this with reading the dataset from an excel document the user would edit. The other option for me is to have a static arrays size and then based on the number of steps the user select have the routine only execute x ammount of steps, which is done easy enough.  Big thing is after the code portion is lined out is there a way to dynamically change the hmi graphics to only display certain steps for the user to edit, maybe by using an array of bits that are on and off for visibility and then having a GUI object be shown or hidden based on that bit?
  5. Q68ADG - Abnormal Analog Input

    Hi guys, So I found that CH2 on Q68ADG is abnormal. Whenever I short the termination, the digital value goes max to 4096. Input is set to 4-20mA with normal resolution. I tried to simulate 4mA-20mA but still same result. Does this mean the CH2 is damaged? Equipment at site is normal and give 5mA signal. Thanks!
  6. Versamax IC200 Programming Cable

    Greetings Engineers  Does anyone have part numbers for programming cable to connect from a serial port on GE Versamax IC200CPU001 to programming laptop via USB?
  7. Hello everyone, I am new to PLC programming and will start working on Allen Bradley PLC. I have an experience in computer programming languages. Will learning ladder logic be a better option or starting with structured text as i have some knowledge about the syntax and programming of structured text?
  8. Dear Sir, In order to help people to learn Structured Text programming I have written and public the book "PLC Controls with Structured Text (ST): IEC 61131-3 and best practice ST programming” The book can be used for all PLC brands, including CODESYS, Delta PLC, Beckhoff and Siemens   Get the book in English, Spanish, Arabic or Danish versions Used for higher educations in Denmark More than 1000 sold world wide! The book provides systematically by describing the basic programming, including tips/advices and 25-years practical experiences from the author.   CONTENTS - Background, advantage and challenge when ST programming - Syntax and fundamental ST programming - Widespread guide to reasonable naming of variables - CTU, TOF, TON, CASE, STRUCT, ENUM, ARRAY, STRING - Guide to split-up into program modules and functions - More than 90 PLC code examples - FIFO, RND, 3D ARRAY and digital filter - Examples: From LADDER to ST programming - Guide to solve programming exercises     ISBN: 978-87-4300-241-3 (Paper Back, English Edition) ISBN: 978-87-4300-242-0 (Paper Back, black/white, English budget Edition) ISBN: 978-87-4300-636-7 (eBook, English Second Edition) ISBN: 978-87-4300-637-4 (eBook, English First Edition) ISBN: 978-87-4300-843-9 (Paper Back, Arabic Edition) ISBN: 978-87-4300-957-3 (Paperback, Monochrome Arabic Edition) ISBN: 978-87-4300-909-2 (Paper Back, Spanish Edition) ISBN: 978-87-4300-995-5 (Paper Back, black/white Spanish Edition) ISBN: 978-87-4309-932-1 (eBook, Spanish Edition) ISBN: 978-87-4300-097-6 (Paper Back, Danish Edition) ISBN: 978-87-4300-895-8 (O-Wire, Danish Edition) ISBN: 978-87-4300-517-9 (eBook, Danish Edition)  (Google the ISBN number to find bookshop near you)   FEEDBACK Daniel Berggren, Application & Support Manager, Lenze Nordic (Finland) “Truly a good one. We at Lenze use ST as main language and have invested in this book. We use it for both internal use as well as selected customers”   Students at AP Graduate in Automation Engineering (Denmark) "What could we have done without your book?"   Review: Edison yu, Work as an automation engineer (China) “Thank you for the great book, that will have people to write more powerful and useful PLC program. #PLCProgram,#LearningPLC”   Torben Kjaer, Managing director, Alsinger Integration (Australia) “Have been using the book for referencing on a number of occasions, great asset to have in your tool bag. Thank you Tom for creating this book, great benefit to the general industry” Peter Paul Dallmann, Automation system and industrial support (Denmark) “I have got your book and have to say that it is the first one that comes close to the point. For our in house training your book will become a “must read”.”   Pedro Jose Barretto, Bachelor Degree in Instrumentation Engineering (India) “I have purchased this book and am using it to train myself in PLC applications requirements having ST programming. A High recommend to Engineers involved with PLC controls, design and Applications using ST programming.”   Jakob Sagatowski, Software Engineer at European Southern Observatory (Germany) I just wanted to say that you are doing a great job with your education material for the field of automation. I've recommended your PLC-book for two friends that want to switch industry and start within the world of automation   Carsten Damkjær Jensen, Lecturer, University College Lillebælt (Denmark) “We use the book on training module (OB1) in Automation & Operation. Nice book about structured text programming for beginners/mid level”
  9. Hello I am trying to get for HAAS CNC variables eeg. 10800,10801 etc into the PLC. Does anyone know of any ADD ON instructions ?    Thank You 
  10. Analog input melsoft (fx3u)

    Hello, I am new to the programming of logic controllers. I have a Chinese FX3U 24 inputs and outputs with analog in and outputs. I am trying to teach myself the basics of the programming but I am stuck at the analog part.    what I am looking to do is create a program so that when a 12v battery bank voltage drops and rises it can trigger other outputs. I have a voltage divider which outputs 1/5 of the input.    Thanks for your help in advance.  Ben. 
  11. Omron PLC Python communication

    Hello All,    I am college graduate student and I know little bit of cx-programmer for modifying existing program. I have master CJ2M CPU34 PLC connected with three CP1L PLC. All 4 PLC are connected via hub through Ethernet cable. I want to read/write some memory data to/from PLC through Python programming. As I am new to PLC and Python I have not much idea regarding omron PLC and python communication. So is it possible to connect python with master/slave PLCs directly? If yes then how can I communicate? I was trying with cpppo library to connect with PLC but I could not connect it.  I have attached the master PLC communication setup for the reference.    Any kind of lead/help is appreciated.    Thank you in advance.    -Yash
  12. I have an analog output card 1734-OE2V. As a default, there is selected fault mode as 'Go to Low Clamp'. I am using output range -10V to 10V. What is the value for Low Clamp. Is it 0V or -10V? If I want it to be 0, do I need to select 'use fault value' and set the fault value to '0'.
  13. LOGO!SoftComfort - Help with Analog Instructions

     Hello! I was trying to configure an Temperature Sensor using the Analog Threshold Trigger to parameters and output activation but, when I put this function on the program, there's just input point, on the output there's no way to link to an DO, when I select the other one's analog function's to see, they all have the same problem. How can I fix this?
  14. Hello there, Today i have commissioned my first project with OMRON make PLC. Model: CP1L-EM40DT1D. (CX-Programmer) I have 2 built in 0-10V Analog Inputs on the plc. for analog input no-1 i get the digital value of 0-1000 in specific plc register address corresponding the 0-10V. (Factory setup) But today on site, i have noticed that some miner value of 0 to 50 is always coming and fluctuating very fast in that register, however the transmitter are genetaring 0.0V only (I have checked using digital multimeter with high precision) PLC and Transmitter are already grounded and all the cable connections are tight as well. so how to overcome this high fluctuating value ? is there any setting to filter the input ?
  15. This is a 1756-IF8 rev 1.5 Analog Input module. This has happened a couple times where the Module Input Data, (not mapped), goes to the high limit and freezes (Data Monitor data is static).  Plant operators pointed out the trending wasn't accurate. There is no fault on the module, no yellow triangle on the system tree for the module.  The Module properties show no faults, and RUNNING. I have done a "Reset Module" both times, (Module Properties - Module Info tab), while monitoring the module data.  As soon as it resets, instantly the Data Monitor starts showing live data. I'm going to try and replace the module at first, but I have some concerns. Has anyone run into this before? I can't seem to find any information on the "Reset Module" animation, and what it actually does.  Any information, (or where to look), would be appreciated. I don't like to hot swap, but I believe I will need to in this case, (utility).  Will the current properties, e.g. scaling transfer to the new module? Thanks Dave Redman
  16. Mitsubishi GX Works 3

    Dear Experts Would need your support in understanding instructions used in "Mitsubishi GX Works 3" with examples Regards  
  17. Hello, I am trying to have single press and double press etc. functionality in my PLC program where for example, single press will turn on the motor whereas double press will turn on the motor for 5 seconds. Is it possible to achieve using ladder logic in sysmac studio, if yes, how? Thank you in advance.
  18. Hello Friends,This video guide you about the programming of Schneider Altivar 312 VFD using SoMove software. From this video you can learn about1. Using SoMove software to program the Altivar 312 series VFD.2. To control the induction motor using control terminals of ATV312.3. To control the induction motor using the SoMove software control panel.4. To monitor the status of motor speed and thermal state on SoMove software.5. To export the graph of parameters recorded using SoMove software.https://www.youtube.com/watch?v=GgUKymi3uwAPlease support my channel by LIKE and SUBSCRIBE to continue these tutorial.ThanksSana ur Rahman
  19. I have an 8 point analog input card on a rack with a SLC 5/04 CPU.  It has been in operation for 20 years or so.  There have been some power problems at site lately and ever since they fixed them I have been having issues with 3 of the 4-20mA circuits on this card showing open circuit.  I have had my meter on them when they show open circuit.  The signal reads 3.96mA, just below the 4mA minimum and boom, the machine goes down.  Is there a way to adjust this tolerance??  I don't think there is anything wrong with the 3 transmitters so the error is just a nuisance.
  20. Hello, I am new to automation and I do a project with a Micro850 Plc. I am more comfortable with logic block so I write my program in Function Block langage on Connected Component Workbench software version 12. I would like to make flashing a light but I don't know wich block to use and how to program it ... Could you help me. Thank you
  21. Hi guys, I'm in another project with another brand on PLC and this time I thick I hit a pretty solid wall. Long story short, I need to change a -10 +10v signal send to a DC motor drive based on a "recipe" selected with a 10 positions camswitch. I've never programmed schneider PLC, except the zélio one who are pretty simple to understand. Apparently Modicon are much more complex to program with the knowledge I have. Is there documentation available somewhere I can use to understand how to code analog output.
  22. Hey there forum guru's!!! I am trying to read through the manuals for an NX-HAD401 High Speed Analog Input Card.  It is not very clear as to where you assign your variable in order to grab a channels analog input value.  Can you point me in the right direction? I am thinking it is in the "Analog Input Values 1 to 10" and if so why is it set up as an array?  Is it because it takes the average of the samplings and uses the result as the channels input value? I am sure I will have more questions but this may clear up a few.
  23. Omron PrograMming console

    Dear sir, my Omron plc output relay broken.i need to move this output to another output relay.then,i need to modify the program.how i edit the broken output number to another output number by using programming console??? Thanks Kong Fah.
  24. FINS Communication with C++

    Hi, I'm having a little trouble connecting to a PLC from my program. I thought my previous post a few months ago fixed it, but apparently it did not do much. Here is my code: And here is the resulting reply from the PLC after converting it to hexadecimal So far, I've narrowed it down to the issue that my program is sending 64 instead of the 18 that was specified by the FINS command. I assume that the received error is due to the fact that the PLC did not receive the correct instructions from my program. The "End" is not sent by the PLC, it is a personal note for me to know where the received message ends. My goal is to simply receive signals from D00 to D68. I imagine that the received string should be in the form of: 00 C0 00 02 01 01 00 01 00 00 01 01 [Response Code] [Data] Can someone help point out where I can start looking for why my program is sending 64 instead of 18? I do think I am messing up something simple here, but I'm not sure where to start. EDIT: To clarify the models, I am connecting over Ethernet to an Omron CP1L-M40EDT with CP1W-CIF41 Thank you in advance!
  25. Delta PLC Analog Wiring

    Good day all, I recently working an assignment to read analog data from sensors. I connected everything just as what the manual for sensor stated. My PLC is DVP20SX2 and the sensor data i want is 4-20mA. The analog sensor has two wires, Analog Output + and Analog Output GND. I connected the + to I0+ and the GND to the VI0-, but when I work online using the ISPSoft, I can't get any data. My doubt is the wiring. Can anyone guide me on this? Is my wiring wrong? does analog works the same as digital, where we have to connect to same COM?