Search the Community

Showing results for tags 'connection between cx-programmer and advanced hmi'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 178 results

  1. Hello everybody Im going to have function were a pop up screen is going to come on a hmi screen every time you push the start button and its going to be like this 14 days then its going to go back to normal (no pop up page) im wondering if anyone knows a good way to program this in a CS/CJ Environment ?
  2. day counterdown

    Hello i need to make a program something that counts down 365 days from a set date. and i cant really find a instructions for it, does anyone know a way to program something like this thanks for any help
  3. We have an SLC 5/05 on our automation network, one of several SLC 5/05 processors on site.  It functions perfectly well and no ethernet messaging issues or SCADA drop outs.  The difficulty I am experiencing with it is when I am required to fault diagnose it takes a very long time to get online to it with our laptop running RSLogix500.  It sometimes takes as long as 10 minutes.  It makes no difference whether I use the Ethernet devices or the EtherNet/IP Driver in RSLinx, it nearly always takes an age which is frustrating in a breakdown situation.  I don't ever experience these long wait times connecting to any other of the SLC 5/05 controllers or any other controllers for that matter.  Once I am connected to the problematic controller I don't experience any issues, it's just the initial time getting online.  I try to leave the laptop permanently connected to it to avoid the long wait time to connect.  When I open RSLogix500, select Comms, Who Active Go Online, Ethernet devices driver, I can see that the problematic 5/05 has Active as its Status whereas the other 5/05 processors have Remote Run as their status.  Please can anyone advise as to any possible program parameters, RSLinx settings or hardware faults I should be looking for?  I have considered it could be a network problem but I'm unsure about this given how the processor performs well in every other regard. Neil
  4. need some help in writing a programm

    HI Everyone, i m quite new at PLC programming. I have to wite a programm for long product rejection. Now i have used a sensor to detect the hight of the product. As soon as the long product is detected it sets a bit and this bit works as input for a counter now for counting i have used another sensor signal which is the chain pulse signal.For blowing the product off i have used a pneumatic solenoid valve. after the long can is detected the counter reads 3 pulses of the chain pulse sensor and as it gets third pulse it generates an output. after the out put is on with that output a off delay timer is on which holds the solenoid valve on for 5 ms and as soon as the timer preset value is reached it resets the sequence. Hope i could explain the purpose and process i m going through. Now the issue is if there are continuous long products on the conveyor after the first product is detected After that till the time the counter is reached and that product is blown off all the other long products get through how can i drop all the consecutive long products. u can find the program in attached file  Thank u model.cxp
  5. Hi, I need help with my program. How do I include the fractional part of the position I set for encoder? I have an Omron PLC and using cx programmer.  I need to command my servo (from HMI number input) to move to a certain position. Now using a manual computation, my servo is supposed to move 95.65mm, however, using my plc program, the resulting position doesn't include the 0.65. I used the FIXL instruction to convert my result from float to 32 bit and it removed the fractional part of the value.   Thank you!
  6. Hello guys I am a beginner in FINS TCP communication and I am trying to do a FINS TCP communication between an omron PLC CP1L-E in client mode to communicate with my PC that is in server mode, I am using the SocketTest v3.0.0 program that is in listening mode and still was unable to receive any information from the CLP, can you help me? The program and some images of the simulation are attached Thanks for reading SERVER PC IP ADDRESS 192.168.15.160 CLIENT PLC IP ADDRESS 192.168.15.10 tcp socket_vms.cxp
  7. Hello, I've been using Mitsubishi and Omron systems separately (in their own environment), and I am fairly new when it comes to connecting these two brands together(plc and hmi). I've been scouring the net for wiring diagrams for the cable connections and also the parameters to be set for a successful communication between those two components. can anyone point me at the right direction as everything I've tried so far has been a failed attempt of making these two communicate. here are the parts and my current settings if this helps: FX3U-64M FX3U-232-BD NB5Q-TW00B or better yet, is there a proper cable that I need to buy for this to work?
  8. Wait Command

    Hi, I'm quite new to the PLC programming, I saw this delay input in one of the videos, that automatically switched to 1 after a set time, it wasn't a timer, just an contact input with time delay
  9. Hello, I wonder who can help me out here. I am new to the CX programmer. I want to communicate to selema drive through CX programmer. The drive is IPS plus Selema. The company was gone in 2017. There is no manuals regards to the drive. Here is the issue, in the program. The SPED block show port specifier is 10, the INI blcok show Port specifier is 0. Refer to the PLC picture, my first questions which one is port 10? I think port 0 is the left bottom cable from the second picture. So port 10 is the last module?  Second, Do anyone have manual or knowledge with the selema drive? Is there another one to communicate with the drive not using CX programmer?   thanks
  10. MOV multiple data

    Hello, Making program on CP1L-E, is it any better idea, then MOV DXXX to DYYY if i need to transfer more then one simultaneously   (at this sample i change speed on transporters (16 of them) according product is on) Dxxx.bmp
  11. Good Afternoon, I am wanting to do two things with and ORMON PLC and HMI with CX-Programmer and NB-Designer. 1. I want to display the current time from PLC on HMI with the real time clock. 2. I want to be able to enter a time on the HMI which will be compared to the PLC time and will stop a process when when the entered time is equal to the actual PLC time.  If I can have some help with this that would be a great help. Thanks,
  12. How to use NB Data Logging

    Good Afternoon All, Just wondering if anyone would have any example code of using the Data Logging on NB designer? I am wanting to use a PID controller and display set point and process variable etc. I have looked in the manual but a coded example would be extremely helpful.    Hope you have a good weekend. Thanks
  13. hello Every one,    I am using a CP1-L PLC and want to communicate to domino ax350i printer over TCP/IP socket programming. For socket programming, I used Omron Function Block CPU012_SendCommand.  I defined network ID and node address. However, I am getting 0502 error which means routing table is not set yes. So, how can I set routing table for both devices?. my PLC on 192.168.250.1 and Printer is on 192.168.250.123 node 7000.    Can any one suggest me best way to do.  Thank you   attached file is for what I did in setting and program for the communication.      
  14. Good Afternoon, I am new to CX-Programmer so excuse this question.  I have written a FB in ST to trigger BOOL and Integer variables. Within the FB I have written ST with a case statement which is working correctly. The issue I am having is that It seems the integer variables in the FB (HMI_Q_FAN_STATUS) are not being passed to the assigned global variable (assigned to D register) on the output of the FB.  In the attached screen shot, the FB is in case 3 therefore the integer variable should display HMI_Q_FAN_STATUS=3, however is still displaying 0. Any help with this would be great. Thanks and have a good day.  
  15. Hi all, currently I'm using NX1P2 PLC for my project. So I'm just using it to transfer data from PLC to my PC but I faced 1 major problem right now which is the connection. I have few experience working on PLC but this time I faced an issue which I don't know how to solve it. So the problem here is, my NX1P2 can't connect stable to my my PLC, initially I thought it was the cable problem, after I changed several cable it's still the same, so I thought it was my ethernet port problem but I can connect it to the internet and also Delta PLC, at last I thought it was PLC problem so I connected it to my colleague PC, they got a stable connection and able to program it. My ethernet keep on displaying "Enabled > Identifying > Unplugged", I check my Ethernet port, it using Intel(R) Ethernet Connection (6) I219-V. Tried to solve it for few days already, anyone faced this problem before? 
  16. CP1L Unknown IP

    Hello. I have CP1L EM30 with unknown IP. I have tried to use "Direct Ethernet Connection" with "Network Browser" but with no success. I have manually set the ethernet IP4 address to 192.168.20.20 / 255.255.255.0 I've got error: "The OMRON Ethernet Direct Connection Manager service is starting in Safe Mode because Windows APIPA is enabled. (0x82020003)Omron.Cxmw.Modules.SystemLibrary.SysLibException" The PLC does NOT have default ip 192.168.250.1. What Can I do? Please help. Thanks. BR, Andrej.  
  17. CP1L PLC network communication error

    Hello all,   I have a master PLC(CJ2M) which is communicating with slave 4 slave PLCs(CP1L). one of the PLC have communication error, upon checking in cx-intergrator it shows that all the other slave PLCs and other components are connected to network-1 and faulty PLC is connected to network-0. Unfortunately, I couldn't change it as cx-intergrator doesn't allow me to change download the changes. So anyone can please help me with this issue. If you know the troubleshooting way then please reply.    Thanks in advance.    -Yash
  18. INDIRECT REGISTER

    i want to use indirect register, but why contact 100,IR0 is not ON, is it my program correct?
  19. I have been attempting to connect to connect to a couple of PLC's that are in some of our slide gate conveyors (CTI). I do not have a lot of experience with PLCs. Took a class on it a few years back, but haven't had much hands on experience since. So last year we had a technician come in and add a rung to the program of the CPM2A that allowed the PCB to hold at the out sensor and for the incoming machine to not accept the board until the conveyor is fully extended. What I was tasked with was checking the program in the CPM2A and applying that additional rung to the CPM1A on the other line. Unfortunately I cannot connect to the 1A and when I attempt to connect to the 2A it tells me that I am trying to connect to a CQM1 instead, but that's not what the PLC physically shows it being.  I have the CS1W-CIF31 cable and the CPM1-CIF01 as well. I am using the correct port (COMM4). Port settings are 9600, 8, even, 2. In CX-Programmer, I am clicking New > Device type (CPM2A) > Network (toolbus).... When i connect to the 2A it tells me its a CQM1... SO when I change the settings to that one and compile the program it shows me a very weird program. Doesn't seem to have any real instructions. Maybe I don't understand the program?  When I try to connect to the CPM1A-30CDR-A-V1 I just get a failed to connect every time. I Open CX-Programmer, New, Device type (CPM1A), Change CPU settings to CPU30, toolbus, etc.... Failed to connect. I have been trying to figure this out for a few days now and haven't gotten very far. I have tried to connect with Omron and haven't gotten far from there. Any Help will be appreciated, I'm very noobish sorry lol
  20. Reset button with structured text

    Hi! Pls program: When you bush the safty button on/off.  You must bush the reset button to make the pls-program function again.  Q: How do I program the reset button in structured text (cx-programmer) ?        
  21. CX-programmer IO list

    Hey. I have a PLC program I need to customized to a diffrent PLS (CP1L).  PLS ony support CX-programmer.  I miss the I/O list. Are there a easy workarund here, to find out the IO list ?    Best regards Wictor 
  22. 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 ?
  23. Is their any method like virtual port adding to advanced HMI and cx programmer to view input and output from advanced HMI to Cx-programmer.?    
  24. DATE Instruction for CP PLCs View File Sample code to set the RTC on a CP PLC. Individual sections can be enabled/disabled. Submitter photovoltaic Submitted 03/12/21 Category PLC Sample Code
  25. I have an SLC 5/03 that Im trying to get the program from. I have a 1747-uic. Im not getting anything to show up in rslinx and I suspect the channel 0 is configured for ASCII because theres an HMI plugged into it. Also the rj45 connection is broken because someone used a crossover ethernet cable...lol. is my best bet to try and fix/replace the 1747-uic? I have an offline copy of a program from a different machine that uses a 'similar' setup and the CH.0 -System is configured for DF1 full duplex,19200,CRC and CH.0 - user is ASCII 19200 baud. Any Ideas? I was using the 3 wire db9 connector running from the HMI to the PLC. I unplugged it from the HMI and used it with the 1747, Should I use a standard DB9 cable with a null modem adapter?