Search the Community

Showing results for tags ' cx programmer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 129 results

  1. Working with arrays

    Hi! I can not understend how to work with array from functional blocks. For example, I want to create some functional block (on ST lang.), send to it some array and recive from it some new array (FB make some monipulations with input array). FB code: FOR i:=0 TO 4 DOinputLoadArray:= outputLoadArray*2;END_FOR; How does look my main program (only on ST language) for send input and recive output arrays?
  2. Hi everyone, Im quite new into OPCs, I'm using adam 4015 6channel RTD module to measure temperatures and then connected to adam 4520, I would like to know how to connect the adam modules to cx designer (or if have to make any program in cx programmer) as i want to have a GUI of the temperature measurement. Thanks in advance
  3. I'm new to Omron, and after several days of diving into manuals trying to figure this out on my own and giving myself a headache I've come to accept that i need help. my task is the following: Control of the discrete and analog inputs/outputs in a DeviceNet system using an Omron CJ1M PLC’s and PT’s. Use at least one thermocouple, one analog input, and one analog output for the DeviceNet network. Use a pushbutton and a light for the start of the process and an indicator for the started process. I have a Drt1-Ad04 input, a Drt1-ad02 output, and a Drt1-ts04t temperature control. My devicenet is Cj1w-drm21, The Omron system itself is a cj1m-cpu13 etn21. I have node addresses for my input, outputs and temperature control, those being 35 for input, 25 or 30 for output and for temperature control 5, 15, or 20. The ip address im using for this project is 142.214.143.9I'm using Cx programmer, Designer and Integrator. On Cx programmer I've managed to create an IO table but i have no idea on how to begin the program or even get a current reading from my generator.On Designer I've made what i believe to be the layout of the pushbuttons, I just have no idea of what addresses to enter.And on integrator i'm having troubles on figuring out how to make a routing table. I've went through many manuals and either i'm missing something really basic here or I just have no idea on what I'm doing. The only advice I was given was to dive into more manuals and find my addresses for my inputs, outputs, and temperature or to find the information from an outside source be that a forum or customer service. I am able to provide more information, and screenshots of what I have done if needed. Any kind of help would be greatly appreciated!
  4. MAD42

    Hello all I have a task to connect a auxitrol l20d to my omroan plc i have these moduls: CJ2M - ID211 - OC211 and MAD42. The l20d should go from 18-5mA and when it hits 5mA a alarm should go off, my problem is how can I adress the inputs/outputs in the MAD42. My wiring to the L20D is this : The l20d is connect to A1 5-6 with + at 5 and - at 6 How can I adress the anonlog inputs in MAD42. Could anyone help me, or maybe give me an example program? Thanks in advance ;)