Search the Community

Showing results for tags 'Drive speed control'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 169 results

  1. Mitsubishi FX5-4LC

    Hello Guys,                      can anyone help me programming of FX5-4LC temperature control module with FX-5U80MT PLC. I want to Read present temperature value of each channel and want to set Temperature Set value from PLC.
  2. Hello there, I am using a Kinetix 5700 drives to control bunch of axis. HW used : 5069-L320ERMS2 GurdsLogix, 2198-S086-ERS4 Servo Drive with MPM-B2152M-M motor and the 843ES-SIP12BA6 safety encoder. All is working fine except I can't figure out how to dynamically change an axis velocity  controlled by a MAG instruction. I have a virtual master axis controlling the velocity and each physical axis is controlled by a MAG instruction with a gear ratio. In my safety program I have SFX and SLS function block used to determine the safe speed limit. The  SLSLimit output of the SLS function block is linked to a SS1 Request of my servo drive. This causes the axis to stop when safe speed limit acceded.  What I'd like to be able to do is to dynamically change velocity (limit it to safe speed if SLS instruction is active) of each axis without having to change the gearing ratios and thus avoid the SS1 safe stop action.  I know how to do that using JOG or MOVE but is it even possible to do that using the MAG instruction? Regards Martin
  3. FX5U high speed counter

    Hi All Does anyone know if it's possible to simulate the HSC function using just the software? I'm using the Hioen command but I want to try and simulate it if possible. Thanks in advance Scott
  4. Hi Every one, I have two 2198-P070 bus power supplies for that I’m using for four Kinetix drives, 2 drives per power supply, all controlled by one processor (5069-L350ERMS2). I have an enable contactor setup for each power supply for each set of drives. I have them configured as DC bus groups 1 and 2 respectively. I had the first set of drives working, setup inside the motion group, with no issues. When I added the second power supply and drives. I found that when I added them to the motion group I couldn’t get the enable contactor to close for the first set of drives. I f I took them out of the motion group and made them ungrouped then the first contactor would close but then I couldn’t get the contactor on the second set to close. Do you have any thoughts as to what I might be missing to get these to work? See the screen shots for more detail. Let me know what you think.  Also, I have heard that only one motion group is allowed per PLC, but my question is : Can I use  sevral axes and Power units in the same motion group? 
  5. Hello guys, I am running an application for packaging measurement using a sick DFS60B incremental encoder (programmable from 1 to 10000 PPR). In more detail, it passes packaging on a conveyor belt and we have created an inspection station and an expulsion station (defective packaging), so we use the encoder to check at specific points of the packaging for defects (we use special sensors to check defects). ) (there are four in total). However, the problem we are having is the following: When reading the encoder in the PLC, the same means that performs "jumps" and does not enter the windows (GRT and LES) created on the ladder, ie, as if it were not continuous. . I understand that because the VHSC24 card works at 1 MHz in counter mode, this type of problem should not occur according to our application is not even 100 KHz. For example, our case: Using 1000 PPR and the motor speed (coupling output) is 3600 RPM (in practice it is around 1750 RPM) the frequency is calculated as follows: F = (PPR X RPM) / 60. : F = (1000x3600) / 60 = 60 KHz, ie 60 KHz is much less than 1 MHz, I think this kind of problem does not occur. Application Info: . Studio 5000 V31 . PLC Model: Rockwell 1769 - L19ER-BB1B CompactLogix 5370 . Encoder Card: 1734-VHSC24 / C . Incremental Encoder: Sick, DFS60 up to 10,000 PPR and HTL Electrical Interface. Using a 200 mm circumference / perimeter wheel. . Motor Nameplate Data: 1670 RPM, 0.37 kW / 0.5 HP, 60 Hz . Inverter: Weg CFW500, Output Frequency 62 Hz. Card Settings we use RPI: 2 ms Type: Counter, but we already use it as Encoder X1 Store Count Mode: Disabled Filter: No Filter, but we use 50 KHz and 5 Khz filters in our tests. Counter Attenuator: 1 Wiring Diagram VHSC24 We turn on encoder A at input 0 and encoder Aret at input 1 In logic (Structured Text) Using the PMUL instruction to convert encoder (Pulse) data to mm scale. (Ladder) The window comparisons part (GRT and Les) and other part of the process. We emphasize that we performed the tests also only with the reading and comparison part of the data, excluding the other parts, precisely to verify the issue of Scan, but the problem persisted. If anyone here in the forum has some information that can help us, I would appreciate it.
  6. Getting this error while adding MC_TorqueControl. I want to control torque from HMI value. Using R88D-1SN08H-ECT drive and R88M-1M75030T-S2 Ac servo motor with NX1P2 PLC. Newbie Here. Please support. Error    1    The Axis parameter of the MC_TorqueControl instruction does not support single-axis position control axes.    Program1 Section0    Row 6  
  7. Control Panel

    Is it possible to view the values / states of all inputs, outputs and workbits (e.g. 64.00 through 64.15 on Omron CQM1 PLC) on a single screen or control panel within CX-Programmer software?  I'm trying to troubleshoot some ladder logic that I wrote and need to know the values of 5 or 6 inputs/outputs/workbits simultaneously.  Having to scroll up and down through my ladder logic repeatedly does not work well with code that changes state every 5-10 seconds or so. Any help is welcome.
  8. Hello  We have just purchased some equipment with a Control Logix 5561 (1756-L61/B Rev 13.40). The compact flash card is missing from the unit but the seller says the unit was running in his facility prior to shipping. Does the 5561 have internal memory where a program is stored? Is the Compact Flash used only for recipes and persistent data? Thank you
  9. Logic to control many motors

    Hi everyone, I trying to develop a logic to control 6 motors. Two motors needs to working and four motor will be in stand by. When one of the two motors fail, one of the four motors will start to work. Another rule is, when one of the motors that is working reach the preset time of working, the controller will stop that motor and start another motor with low working time, and so on. I'm have difficult to solve this problem. Can someone help me, please? Best, R.  
  10. Hi, I can’t find an answer to the following and I was advised to ask it here.I’m programming an Omron CJ2M with an MD212 high speed I/O card. I usually do all my programming in Structured text, simply because I like it a lot over ladder or sft.Now, if I want to read the hight speed counter (incremental encoder), I have to make a ladder section and use the PRV instruction to store the present value in a chosen location.The manual says the current PV is stored in A271, but I can’t get a readout there. Apparently the only way to read it is through this instruction.Does anyone know if there is an equivalent to the PRV instruction for Structured text? or another way perhaps? Again, when I check the actual memory adress, there’s no value there withouth the use of the PRV instr.
  11. I am controlling the powerflex 527 drive with MSO instruction, first setting the drive on and then running the motor with MAJ instruction. After MSO instruction, motor is rotating about 2 sec and then stops to wait the  MAJ. I have not find any solution for this. My configuration is frequency control, no feedback, sensorless. One hint i found from the rockwell pages but it did not help me. Rated slip speed is set to zero.  
  12. Hi Everyone! I need some help with configuring an inverter. The inverter type is powerflex 70. How can I set the next parameters. It should be work with two speeds.  First:  around 40 Hz.  Second around 10 Hz.  I think first I need to decide the direction, So I need two digital input for forward and reverse. Then I need plus more digital input, one for the high speed and one for the low speed. I guess I have connect dc 24 V too. I just dont know where should I connect this signal. I didnt find the properly manual. Do I forget something ?  Can anybody help ?  Thanks in adnvance!
  13. Control Panel Drawings

    Gentlemen and Ladies,                             This post might come off as generally lazy but this is purely in the interest of saving time. Our company has been building control panels for quite some time. I have been doing the design for about 10 years or so. We typically build Allen Bradley type control panels. Our main customers are water/wastewater so they are typically Compactlogix with basic IO. (AI, AO, DI, DO) modules. Recently i've been using the IO Wiring System modules. These save an incredible amount of time. However, they are quite big and require a decent amount of space. Our smallest control panel size is usually 36x36 and that is pretty tight. My question to all is, does anyone have a set of control panel drawings for an Allen Bradley compact logix system without these wiring modules? I am looking to create a smaller control panel, and I just haven't had much time lately to sit down and do the design. This is indeed a shortcut, but time has been limited on my end as of late. I apologize if this is out of line.   Thank you,  
  14. can anybody Know how to control stepper motor using PLC
  15. GX Works 3 - PID control

    Hi, I am using PID function (PID operation instruction) from GX Works 3 library but it doesn't work. I set all necessary parameters (sampling time, direction and upper/lower limit values + KP, TI). My input PID_Par is array of 25 points (in manual is written: "*1When auto tuning is not used, the same number of points are occupied as when the step response method is used."). For example, in GX Works 2, PID function works ok. Did someone have similar problem? Does someone have mitsubishi library (GW Works 3) with PID function that works correctly?   Regards Luka  
  16. Hello,I am sizing a feeder circuit for a panel according to UL 508A and came into a question:My input current is of 76.5 A (considering all the loads), thus, it is fine for me to use a cable of 4 AWG (max. 85A @ 75 c).For the circuit breaker I did 76.5 A x 1.25 = 96 A and then I selected a breaker of 100A.My question is: Is it ok for me to keep this configuration according to UL 508A? 100A breaker + 4 AWG load side cableOr do I need to level up the cables?Thank you very much in advance!
  17. Mitsubishi FX2N, Servo Output problem

    Hello guys, I am facing a problem that our Servo is generating output for only reverse direction, when we give forward command from HMI the output Y0 is active but when we give reverse command same outut Y0 is high, other output which is Y4 is not high, what could be te possible reasion.
  18. Mitsubishi FX2N, Servo Output problem

    Hello guys, I am facing a problem that our Servo is generating output for only reverse direction, when we give forward command from HMI the output Y0 is active but when we give reverse command same outut Y0 is high, other output which is Y4 is not high, what could be te possible reasion.
  19. Hi all. I have a Kinetix 350 and an AB TLY servo motor. I'm using the drive's STO function. AC power is supplied into the drive, passing through an "M1" contactor. It makes sense to m e to keep that contactor open, preventing AC power to the drive, until the drive is fully awake.  Is that what you guys do? Someone suggested to me in another forum ( http://www.plctalk.net/qanda/showthread.php?t=121021&highlight=drive+awake ) that there is no reason not to supply power to the drive right away because the STO function is inhibiting power to the motor anyway. 
  20. There have been many good discussions on the applicability of cloud-based solutions for manufacturing and process control systems. On one side, some people have concerns regarding security and control of the information, on the other side, there are identified benefits enabled by cloud systems. From VMS minicomputers to DOS and Windows, from ArcNet to Ethernet, it is inevitable the industrial automation systems shall adopt the technologies that are getting predominant in IT general use; the current environment that I am calling the “Cloud-iPad era” is no different; therefore the practical discussion is not if those new technologies will be applied in the industrial environment, but how. This paper is not intended to join the conceptual discussion about the cloud, but just to present a few simple practical examples, where cloud technologies are already enhancing industrial automation solutions and enabling new business opportunities. CloudPracticalApplications.pdf
  21. Hello      I have a cj2m processor and md211 module and I want to read position from rotary encoders who are put on the stepper motors. I use high speed counters to count the number of(I made settings like in documentation) but every time I read velocity.   In first two picture I have 3 blocks for PRV function , I set port specifier [#0, #1 and #3] because on this ports I command 3 axis. Please help me!              
  22. Flexible Sequence Control

    Hi everyone, I need an idea to make my program flexible. For example i have 3 functions; FC A, FC B and FC C. Before this the sequence of my program is A then B and lastly C. Now i want it to be flexible which I can choose the sequence first before starting the process. Please help me.  
  23. Cloud computing is a core component of the industrial Internet, and enabling devices to implement cloud management is an inevitable trend in the development of modern industry.   Haiwell Cloud BOX is a powerful and low-cost "Haiwell Cloud HMI without screen" created by Haiwell company after a lot of market research and engineering tests, which combines Haiwell engineers' excellent experience in Internet innovation technology and responds to the market demand of industry 4.0.     What is the cloud box? What powerful features does it have? ●  Built-in Haiwell cloud engine, integrated Haiwell cloud service, support cloud/mobile access control ●  Integrated HMI function, which can directly monitor the display screen through the mobile phone/PC instead of the HMI screen. The control is flexible and convenient. ●  Support A/B Key security mechanism, multi-unit network, database, multi-screen interaction, cloud camera remote monitoring,etc. ●  Support Haiwell Could SCADA cloud configuration software ●  Two Ethernet interfaces support star, tree, and bus Ethernet networking ●  Support MQTT protocol, support access to database server, easily realize data collection and reporting, connect to ERP/MES and other systems.         Haiwell Cloud BOX is a small, versatile and cost-effective " Cloud HMI without screen". Next, we will introduce how Haiwell Cloud BOX realize the Industry 4.0 Smart Factory solution. The above picture shows the device distributed in Beijing, Shanghai, Xiamen, New York and other places around the world. The remote monitoring of mobile APP and cloud website can be easily realized through Haiwell cloud platform, and remote PLC, HMI, CBOX and IPC projects can be upload and download remotely. The device supports the cloud alarm function, which can receive the alarm push information at the first time of the mobile APP or website if the field device has an alarm message,support cloud map, device location distribution can be viewed directly.   Smart Factory focuses on data integration in different places and realize unified monitoring and management. All cloud devices of Haiwell support MQTT protocol, and transmits it to the MQTT server via the Internet. The remote center database stores the sent data for ERP and MES system calls.   Smart factories value centralized monitoring and display. Haiwell cloud camera can easily realize remote monitoring of video; large screen controller TVBox can realize single screen and multi-screen in one display, and then display the screen and video monitoring of various places on the big screen through the Haiwell cloud platform to realize large screen electronic board function.   Smart factory focus on the secondary development of data variables in different places . Haiwell cloud configuration software can flexibly call variable data of devices in different places through the cloud platform to conduct secondary development configuration, making network monitoring more convenient for engineers.   The above is the introduction of Haiwell Smart Factory solutions, please look forward to more solutions of Haiwell industry 4.0 and intelligent manufacturing !   For more details, please refer to our company webstie:  http://en.haiwell.com/news/722-en.html My Wechat/ Whatsapp:  0086 15880530763  
  24. Hello - Not sure if this is the right place, I apologize if not. Just let me know if I need to move it and can delete and do so. But I am currently working on a project where I am collecting seeds (flower seeds, etc.) and when a certain weight limit is met I'll be turning off a vibratory bowl and opening a chute, etc. Looking for some ideas on the scale and how to do that process in particular. The smallest collection weight will be around 100mg, largest around 8g.  Mainly looking for ideas on the scale.  Thanks for any help/tips, much appreciate.
  25. In One of my machine we using one stepper drive thatCTA2H328M-MB model made by Centrust Motors China running without pulse input.Direction and  Enable input only connected. My problem is motor running in low speed since drive is 2.89 Amps and motor is 4.2 Amps so its not supporting.I want change drive capacity but i couldn't found a drive with same concept.I couldn't able to reach the chinese vendor.I have tried many drives which is in my stock all are enable input used for enable/Disable the drive.I am bit confuced. http://www.centrust-motor.com/?c=msg&id=2337 Kindly help what type of drive is this? Which model will suitable for my requirement?