Search the Community
Showing results for tags ' technology transfer services -other non-ab communication drivers for serial or tcp -full control system integration'.
Found 374 results
-
508A panel needs to switch a 120v hot from outside the cabinet
abrahamsolar posted a topic in Control Panel Building
Hi from Colorado, Panel Builders @ MRPLC~ I bought a custom 508A assembly from a UL shop (277/480v 3 phase). The prototype didn't work out very well so I'm revising the design for next time. Before I present my "red line" revisions to the fabricator, could someone advise if I'm OK to simplify part of the work in a particular way? I just need to make sure my simplification doesn't run afoul of the 508A standard. My clients requested that a ten watt 120vAC amber LED (distant from the 508A cabinet) should light up whenever the 3 phase bus is energized. The panel fabricator provided an SSR solid state relay to close whenever 277v shows up across the "input" terminals & they fused the 277v hot for the input so that's all good. The "output" terminal is "single pole normally open", rated for 10 amps. The power that I'm sending in from outside the cabinet is from a small UPS system where the inverter is rated for 250VA's--so it can't deliver more than two amps @ 120vAC. It seems to me that I don't need the series fuse that the shop provided to protect the 10 amp rating on the SSR--since my input power is already current limited. It also seems that I don't need to bring the associated single phase neutral wire into the 508A cabinet at all--since the neutral is never switched & it's doing nothing inside the 3 ph. assembly. If I revise the drawings along these lines, I'll eliminate two terminal blocks, a cc fuse/fuse holder & some wire...and this part of the assembly will be simpler & more intuitive. Basically, I want to treat the SSR like a switch leg for the light, running only a 120v hot wire to & from the SSR output terminals. I don't want to revise the drawings, however, unless I'm sure the fabricator won't have to change them back to comply with UL 508A. I don't own the UL "standard" document & I don't know the peculiarities...but I'm sure some of the forum members do. Should I add signage to explain that the 120v hot must be current limited or OCPD protected before it enters the 3 phase cabinet? Thanks in advance for any coaching or suggestions. -
I'm not the most experienced programmer so please be patient with me how to eliminate left dot????? -The Device Net card works as a slave card(CJ1w-DRM21) -(MS/NS) LEDs are solid green -Left dot= ON -Right dot= OFF
-
Hi all, Hope everyone is doing well. I'm currently in the process of starting a home based control panel shop. I have about 8 years of control panel building experience and about 2-3 years of being shop team lead/design engineering. I have been planning this for years and now I have my shop full of necessary tools and material to build small/medium sized panels. I have gone through all the training and examination(which was not easy) to be able to produce UL508A approved panels. My goal is to produce a steady work load with great quality. Now I just need an opportunity with customers which I find to be the hard part. I have been contacting local industries but haven't had any luck. If anyone out there is seeking control panels built at a good competitive rate please advice.
-
We are seeking a Control Panel builder in the SE Michigan area. We can supply the drawings, components, enclosure, etc. Typical panels include PLC, HMI, VFDs, and standard components. Please contact us if interested. We can send more details as needed. We typically need 20-30 panels in a year.
-
Hi, I have a problem with serial communication (no protocol) using rs485 module, the received data is error. I'm using CP1L CPU, CP1W-CIF11 module as transmitter, and USB to RS485 converter as receiver. When I check the received data on PC, it's incorrect (bit error?). I just send 2 bytes data, 0x61 ('a') and 0x62 ('b'). My configuration: DIP switch CPU 4 = off, DIP switch CIF11 1 to 6 = on,on,on,off,off,off, 2 wire RS485. (I also attached the program and settings) https://postimg.cc/gallery/pr293Jc Could you help me to solve this problem? Thanks Program and Settings: Result:
-
Hi, How can I communicate Codesys and Intouch. Can you help me.
-
Problem: I am getting a control sync fault on 2 recently installed kinetix 5500 but only when my programing PC is connected to the machine network. Install and setup all went great over a 5 day period. Then all of a sudden I started to get this fault. Sometimes 100 times in an hour. As soon as I go offline, and unplug my PC the problem goes away. I have also tried another PC connected to the Machine network and still get the same result. Sometimes machine can run for hours with my PC connected with no problem. I do not have to be online with controller for fault to occur. Setup: I have the 2 K5500's ethernet ports daisy chained together, and then connected via shielded CAT 6 cable directly to port 2 of the Compact Logix Controller Coarse Update is set to 3.5ms and utilization's are at 33% and below.(I have tried the default 2ms with same results) Ethernet modules are configured with FW rev 7.013. Machine network is isolated.(not connected to plant network or internet) Equipment: Compact logix L33ERM Running version 30.01. There are a total of four servos in this system all running over ethernet. 2 Kinetix 350's(not affected), and 2 kinetix 5500's. I have tried: separate ethernet cables for each drive ran through a switch different ethernet cables resetting coarse update speed connecting a different PC for programming I am just not sure where else to go with this. Thanks in advance for any help.
- 1 reply
-
- control sync fault
- kinetix
-
(and 3 more)
Tagged with:
-
Hi All, I'm new to using PLC, and my background is majorly programming. I am learning how to control a PLC over the internet using HTTP or TCP/IP. I have a Mitsubishi PLC Melsec FX-5U 32MR and my requirement is, I want to send create a setup where the PLC works more like a Client on the network and reads values from the server (which is a computer). The outputs on the PLC are controlled by the values on the database in server. So, lets assume I have a value like this on the server "1,0,0,1,0,1", it should translate like below: Y0 = 1 Y1 = 0 Y2 = 0 Y3 = 1 Y4 = 0 Y5 = 1 Is there any guidance where I can read through and learn how to do this. I would prefer doing it by ST programming and not Ladder.
-
Logic issue, or problem with Control Expert 14.1? Pop-up box, followed by Control Expert crash. PLC seems to be running fine. "Control Expert Fatal Error" "The thread tried to divide an integer value by an integer divisor of zero" Anybody seen this before? Corrupt file? Reboot? Uninstall/reinstall?
-
I have a cell phone modem connected to my Omron CP1L on serial 2 Here is the issue I need to pull the phone number out of the msg received (receiving text messages) I receive a text msg and a lot of other crap like time and date ect. RDX says store in D100 the problem is that after I receive the SMS I see the phone number and copy the number to D200 to D2xx The next text comes in and it is added to the length of the previous text and the new phone number is not in the same D area as the first. It seems the only time the serial port works is if you declare 20 characters and you get 20 characters Works every time. But sometimes I may get 12 characters and other times I can get more than 100. I have used the restart and clear port command with no luck. If I set RDX to a large number and receive complete will not come on and the next receive will be added to the first. I need a clear buffer for each receive. How do I get around this? If you set the RDX to 10 but 12 characters were received the 2 extra characters will be in the buffer and added to the next receive. I can’t use end receive if x because there is nothing that is always available in the msg. And even if I do any characters received after end code is left in the buffer and screws up the next receive. I have never seen anything like this. Any ideas? Thanks Rob
-
Hi all, I am trying to modify the date and time of several PLCs from other PLC. Them are all CJ2M, and they are all in the same ethernet network (192.168.100.xx) and in the same FINS network (#1). I am doing it using the FINS command 07 02 ("CLOCK WRITE") with the CMND2 instruction. It is not working entirely: the clock time is being modified at the specified node; however, I do not get the FINS response (expected 07 02 00 00). If I modify the number of retries of the CMND2, the command is repeated all the specified retries though the clock was already written on the first try. The D+0 and D+1 (response channels) are always #0; nevertheless, the I+1 ("Communication Completion Code" channel) allways receives #205. Acording to the manuals, this code is for "Response Timeout". I have tested it with 10 retries and with 10.0 seconds of monitoring response time, but it is working in the same way: the clock is modified fast enough, but I am not getting the FINS Response and the I+0.00 bit is ON after 100 seconds... I have been also doing tests with the OMRON's Etherway Software, sending the same FINS command, and here I am getting the response properly. (???) I would say the FINS network was set-up correctly. All the PLC were set in network #1 with Cx-Integrator. In fact, they are currently sharing several channels using the SEND command on this network #1. I don't know what I am not doing right... Any idea? The ladder is attached as .cxp and as .png. Thanks a lot. Best regards. CLOCK_WRITE.cxp
-
Hello I have a problem whit PLC mitsubishi FX3U thernet communication, we have a module FX3u-ENET-ADP. and we have the error "**03 Special Parameter Error".
- 1 reply
-
- ethernet communication
- fx3u
-
(and 1 more)
Tagged with:
-
Sorry its long !! I am recieving text from a GSM modem for text msg Send and receive (SMS) works ok but would be better if I could make use of the start code and end code. This way I could cut down on all the crap that is received when a text arrives. I get this CMTI: "SM",0 I have it stored into D80 and I have that trigger a TXD that sends AT+CMGRD=0 and that tells the GSM to send the msg (The 0 is the current msg in memory) ------ The problem is that there is Carriage Return and Line Feeds in the received msg ---- AS below ((AT+CMGRD=0 +CMGRD: "REC UNREAD","+19028991212","","22/10/20,16:57:54-16" Hello this is the msg OK)) When the PLC sees the carriage return it stops receiving data. And I have no start code or end code setup. (I am using characters received) The way around this is to set a high character count in the RXD (More than the actual msg (More than the msg length) The main issue with that is I get garbage in as the msg gets bigger. Its unreliable. I clear the port after each receive and that helps but still get the odd garbage. (Never get garbage when connected to a terminal prg). Any Ideas???? ps Even the Start Code is unreliable as it will start receiving a few characters late. Rob
-
I have a CP1L-EM and the serial ports - both of them have an issue with the port ready flag will not turn on. Power cycle still no port ready flag In settings both ports are set up as 15200 8N1 CR/LF Verified and power cycled and still no port ready flag. Is there someplace in the PLC where the ports can be disabled? Rob
-
Dear All, Am new to Siemens plc. i have CPU 315-2DP. but when i try to communicate with pc through simatic Manager . i receive the Following Error. " Unable to establish a connection with module ." Sometimes it gives error as attachments. kindly help me out. Through control panel , i have selected the PG / PC interface to S7 Online with PC adapter Auto 1. Kindly help me out. you will be a life savoir. Regards, ZUbair
-
I am trying to POST API to a meter in Maximo using a socket in a 5069-L320 controller. I am able to successfully create and open the socket. The write and read instructions get the DN bit but I do not see the meter updating in Maximo. I was able POST successfully using Postman, so I know I am sending the correct information. Do I need to be formatting the POST differently? I'm not getting errors so don't have a direction to go from here. (I will fix the obvious username and password vulnerability, one step at a time) Thanks
-
Hi everybody! Recently I've got problem with installation of GXW3 on my PC There is a message "Any of the MELSOFT products or other software may not be installed normally. Please restart computer before installing this product" during installation. Of course I restarted PC)), delete all Melsoft products from my PC, please i need your Help here ver 2.7 IQWORKS I have Windows 10 64bit .
-
Looking for a good USB to Serial (RS232) Converter
KnuckleDragger posted a topic in General Topics - The Lounge
Until recently, I haven't had to connect to a piece of hardware using a serial connection in quite sometime. Well, that all changed yesterday when I needed to connect to a Watlow F4T Controller. I dug around in the bottle drawer of my desk and pulled at not one, but two USB-Serial Converters that I saved for just such an occasion! My old ones worked on everything from Allen Bradley SLCs, to Schneider Drives. Unfortunately, neither appear to work in a Windows 10 environment. Searching the internet, I was not able to find any drivers for these old converters, but did find some posts in another forum stating that Microsoft changed how it manages its USB ports from Win 7 to Win 10. Thanks Microsoft! Sorry, I will cut this rant short and just ask my question. Can anyone recommend a USB-Serial Converter that works in a Windows 10/11 environment? Respectfully, Shane -
Hi Everyone. I have been tasked with changing out an older Flex Drive servo drive to a more modern Micro Flex drive in a machine that has an Omron CQM1H-CPU51 PLC. I'm having a few issues but hope that i can gain some clarity around at least one of the hurdles Im facing from here. Biggest issue for me at this moment is My work hasn't yet purchased a programming lead for this PLC (or even the bits required to make one myself) but i have a feeling the control for the Servo is done via motion control in the PLC. Question here is, if changing from one servo drive to another type, will the motion control code need to be updated to work with the new servo drive? I have very limited experience with motion control itself at this stage so I'm a bit lost when it comes to these sort of details. Regards Kiwi_man82
- 3 replies
-
- motion control
- servo drive
-
(and 2 more)
Tagged with:
-
How to use a serial to Ethernet converter to send data to RSlogix
Walks posted a topic in Allen Bradley / Rockwell Automation
I'm trying to understand the basics of using a serial to ethernet converter such as this Comtrol DM-EIP-2101, with Studio5000 code. Basically I have a weighing machine that only outputs data via RS-232 and I need to send that data to a PC that will process it through a Studio5000 program and have the data displayed on an HMI using FTview SE. Is it as simple as just connecting the serial and ethernet to the converter and it does all the work? Obviously checking ip addresses and firmware will need to be verified. The main thing I am unsure of is the process of passing the individual data packets from the machine to the Logix code on the PC, things like what the weight of the item was, was it over weight or under, etc.... Would there be an AOI or tags built into the software for a machine like this Checkweigher? I've worked with much smaller items like Cognex Dataman cameras and I know you can just use their AOI that allows you to simply call a tag if you want to display information like if a scanned barcode was correct or whatever. If anyone has done something similar I'd appreciate any guidance. It can be difficult getting the information from the manufactures so I'm looking for answers anywhere I can. EDIT: I guess I should also clarify that only using one or the other (serial or E/IP) is not an option. It will be a serial connection from the Weighing machine to the converter and then Ethernet to the PC. -
Dear forum, I am facing a trouble at the moment and hoping somebody can assist. I have one HMI software, GT Designer 3, HMI: GS2107 and/or GT2107, the software works so far so fine. The software is used on several products, I dont want to maintain two or even more software versions. Two serial devices are connect: 1x MODBUS RS-485 1x MODBUS RS-232. The data transfer is done via DDT, no direct calls. The DDT transfer the MODBUS address to the internal GD-Registers. The GD-Registers are used within the HMI. My trouble is that in some cases, there is no RS-232 device connected. This creates time outs, slows down the HMI and its just not nice looking (I have a warning implemented "WARNING NO CONNECTION TO SERIAL DEVICE RS-232". Is there a way, that I can select (retained) that the RS-232 is connected / or not? Once the software is configured "NO RS-232 CONNECTED" I can handle the rest of the software. Anybody an idea how to do this? Many thanks.
- 1 reply
-
- gt designer 3
- got
-
(and 2 more)
Tagged with:
-
Hi all; I have Delta DOP110 IS hmi and i have a modbus tcp device. I want to communicate hmi and device with modbus tcp/ip but i didnt understand device's register address. For example, input bytes 0,1 analogue control word, What is the register address? 40.000 or 40.001 can you help me ?
- 6 replies
-
- ethernet
- modbus tcp
-
(and 2 more)
Tagged with:
-
I am at a client site that has a line with multiple Omron G9SP-N20S safety controllers installed and I need to make a modification to the system. I tried to install the Omron Configurator and it asks for a serial number, and will not install without one. Omron said that it is on the CD that ships with the unit, but the equipment manufacturer did not supply any of the CDs. The only Omron solution is to order a replacement CD, that will take 5 days, which is 5 days too long as there is a hard stop in 2 days. I have tried entering numbers found on the controller, with no success. Does anyone have a better way, special contacts at Omron, to et it faster?
-
j’ai un probléme au niveau Unité DRM21 via Network Device Net et aussi l’un des paramétré(température, Résistivité) qui n’est pas affiché dans la partie supervision(Remote), mais il s’affiche localement.
-
Hello, I am using Hostlink protocol to read data from PLC units. for example @00RD22220001..., will return DM2222's value. But I want to know, if I could read multiple DM values at the same time. for example: DM2222, DM3000, DM4000, reading these DMs with one communication. Please note that these are not continuous DM areas. I know a sequence of DMs can be read by specifying starting address and count. Many thanks in advance. Ting