Search the Community

Showing results for tags 'motor overtemp factory limit fault reset'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 128 results

  1. Hey guys,   I have worked on the FTView ME platform many of times.  I am now working on a FTView SE (Local Station) application, and I am having trouble connecting an Offline .ACD file to my program so that I can design.   If someone could help me with this it would be greatly appreciated.   Thanks in advance!
  2. Hi, I am searching for a  Possibility to Set bits in Set or Reset State. How can i do that? in Example the Code in LD: and in ST EQ_E( Merker79 AND Referenzfahrt_TP_Ein_Aus = TRUE , bDummy , P_Achse_Istpos_pulse , 0 ); PLS( bDummy , Drehrichtung_P_Achse AND M8140 AND Loeschen_Positionszaehler_Achsen AND Startpos_anfahren_nach_Referenzi AND P_Achse_Referenziert = TRUE );
  3. Hello everyone, my name ia alif from indonesia i have redundancy module 1756-RM2 controllogix5000 Allen bradley. On the module, fault codes appear as EG12. What is it means ?   I have already search in the user manu but there is no explanation about this fault codes.     Thank you
  4. Remote Password issue

    Hello everyone, can u help me out please, quite urgent !!! :( i have GS2107-WTBD HMI display along with FX5U-80MT-ESS, i had one of HMI designs made on GT designer 3 by earlier designer (not in my contact now). i uploaded the graphics to HMI module and later it stuck to the initial LOGO screen and doesnt move further, moreover the HMI is not communicating with PC. i suspect it had remote password with it how can i remove this issue or hardware rest the HMI with factory defaults guidance required
  5. I have 200W - 200VAC : Omron R88D-1SN02H ECT Servodrive and Omron R88M-1M20030T BS2 Servomotor I wish to make myself the connection between Drive and Motor , with self made cables. Connectors ( JAE ) - Japan Aviation Electronics JN6FR02SM1 - 2 pins - brake cable in motor side JN6FR07SM1 - 7 pins - encoder cable in motor side JN6FS05SJ2 - 5 pins - power cable in motor side Molex 55100-0670 - 6 pins - encoder cable connector in drive side - ( IEEE 1394 - Firewire 400 ) https://assets.omron.eu/downloads/manual/en/i823_1s-series_setup_manual_en.pdf http://multimedia.3m.com/mws/media/569007O/3mtm-i-o-interconnect-system-2-0-mm-for-ieee-1394-ts2296.pdf http://www.jae.com/z-en/pdf/MB-0161-1E_JN6.pdf https://industrial.omron.mx/es/media/I586-E1-02_1S-Series_EtherCAT_UsersManual_tcm851-112757.pdf ======================================== How can i know which it's pin #1 from each socket from Drive and Servomotor ? Atention !!! I'm not talking about pin numerotation from connectors which i connect to drive or motor . I wish to know the pin #1 from Drive CN2 socket and from Motor sockets ( power , brake and encoder ) http://www.jae.com/z-en/pdf/MB-0161-1E_JN6.pdf In MB-0161-1E_JN6.pdf you can see the numerotation of pins from "Receptacle" . That means , the "Receptacle" it's that part what is in Omron Servomotor ? Or it's the part of JAE connectors , which it's inside of connector housing ? The question is , how can i be sure i don't make a mistake, and i know the right numerotation of Encoder socket of Omron Drive : CN2 and the right numerotation of Omron Servomotor ( brake , power and encoder cable ) I've found schematics about how to connect the Drive with Motor with power , brake and encoder cables , but i didn't find a pin numerotation of sockets ( drive side CN2 encoder socket and power , brake and encoder from motor side ) I didn't find nowhere the right numerotation of pins from CN2 socket of Drive and from Servomotor sockets ( i find it something from above JN6 series connectors from JAE connectors ) I wish to know where can i find the numerotation of pins from Omron R88D-1SN02H ECT Servodrive and Omron R88M-1M20030T BS2 Servomotor Specially , the Encoder cable numerotation from Drive side and Motor side . I've noticed in attached picture the numerotation from Drive , CN2 encoder socket ( IEEE 1394 - Firewire 400 ) . That's correct ? It's right numerotation ?              
  6. I have project where I need to measure motor current but I do not need to control the speed of the motor since it would always be running at full speed. Do I still need to use VFD to get feedback or is there cheaper way to measure the current?
  7. RC servo motor sg90

    I new to the Cx-programmer. I'm facing a problem where i need make the servo motor go to certain direction and stop at the direction until other signal is sensed. Is there any instruction which can be used to do the ladder diagram? is it using PWM instruction? Is my servo motor (sg90) suitable for PLC ? do i need motor driver for this servo motor? or i just have to connect to the PLC 5v ? Im using CJ1M CPU21 PLC module. Im doing a sorting system project that use the servo motor to slide the item to certain angle. 
  8. I've been building a contraption with linear rails and stepper motors. It has an X, Y, and Z axis. I'm using Velocio PLCs to control the motors which seems to be work well so far. I understand these are not very common and my question are related to general motion control, not Velocio programming specifically. Since I'm new to PLCs, programming, and stepper motion I thought I'd ask for some input instead of trying to reinvent the wheel. I'm to the point in the build where I'll be adding emergency stop/limit switches and am wondering how to go about writing the program; if there's an "industry standard" way to go about it. I figure the PLC will check to see if any switch is active. If one is, drive the motor away from it till it's inactive and store the location. If one is not, drive the motor until a switch activates then back off a until it's inactive and store the location. Drive the motor to the other limit of the axis (the number of steps should be known) to activate the switch, back off and store location. Rinse and repeat for the other axes. Is my approach about right?
  9. I'm trying to ramp up from zero to enable a NJ calculated random curve to never produce a negative position point:                                                     Calling the move "Offset", and using a MC_MoveAbsolute fb, the idea is to trigger the curve generating ST to start when the move reached 50mm.  (Wanted the variable "Ready" to go TRUE at the end of the ramp to 50mm)  .. Then, MC_SyncMoveAbsolute fb would continue from there, sending streaming position data to the LinMot Linear motor. As seen above. But, there's a problem.  Initially, I used the MCMoveAbsolute.Done to start the ST curve move sequence, which also ramps amplitude from zero, over a period of 3 seconds: Offset + [(a number that goes from 0 to 1.0 in 3 seconds) * (the mathematically generated position curve)]   The result is a "clunk" at the transition of the end of the ramp and the start of the curve. Not sure when "Done" happens... started to think perhaps it's when the fb is finished making the command to move, and not when the move has actually finished. So I tried an IF_THAN:                    That was kinda silly, because the ramp final position never reached 50mm ... "Ready" never set to TRUE ...  close, but no cigar. So the next step was use a Round instruction that actually monitors the position of the slider: and a EQ instruction that compares the two, and issues a "Ready" command to start curve the curve program:                  This produced the Minor Fault:  Axis 0x543B0000 Motion Control Instruction Re-Exicution Disabled Now I'm thinking this can't work because "Ready" will only be TRUE when the the curve hits 50mm (which is quite often, after it starts running ... 50mm being the new zero) However, It did start the curve sequence.. but nothing moved because of the fault... Soooo.. The question is: How can I do a smooth transition from the end of an Offset move to the start of the curve?  Or.. better still...How is an "Offset" normally done to any curve generating routine? Thanks much, Regards, Michael PS:   Here's a look at what's happening when I tried using State Tracker... and something to compare actual position at the end of the Offset move, and the start of the random sea curve: https://www.youtube.com/embed/BdpvC1yyKxU?rel=0&controls=0&showinfo=0      RSStart is the variable that powers the Random Sea ST program, and the SyncMoveAbsolute fb that drives the motor.  Cycle time is 1ms.  Probably would be quieter if I could 500us .. but the NJ is only a 101-1000               FYI... Delta Motion's RMC75E Motion Controller can make the Random Sea using LinMot's B1100-VF drive .. as quiet as a mouse.  But then, I think that controller has a cycle time of 1us!   Wondering if there's a problem with Direction or BufferMode:    _emc_Direction#_mcNoDirection or _eMC_Buffer_Mode#_mcAborting ????  Thanks for any ideas on the "Clunk" ... I may have to live with the "singing" ... sniff!  .... or use a Delta Motion Motion Controller ..      
  10. I'm looking for some general information about different types of vibration/temperature sensors. What type, brand, model number, etc. will best fit my application.  Scenario: I want to monitor the vibration and temperature of multiple motors and gearboxes for a large overhead conveyor system. If an oil leak occurs and temperature increases, I want to see a temp. alert via a HMI. If a something mechanical fails, I want to see a vibration alert via a HMI.  I've looked into sensors that stick to the outside housing of the motors or gearboxes via a magnet. My concern is justifying the temperature readings. How accurate would a sensor that reads an "ambient" temperature be (compared to a thermocouple on the motor coil itself or some sort of probe)? Also, would the location of the magnet  on the motor or gearbox drastically affect the temp. or vib. readings? Has anyone had success with a similar setup? If so, what devices did you utilize? Are these systems truly beneficial?  I'm currently considering Banner's wireless products...
  11. Please if anyone can help me, recently I installed a redundancy in my Factory View V8.20 server, but started to show some errors: My alarm banner and event simply disappeared and now I can not read tag from my opc server (KeepServer Modbus), I see this tag in the studio, but at runtime they do not communicate. * Patches are up date. Tks! Vitor
  12. I have entered the messages many times into the Alarm Setup but every time i re-open the alarm setup, every message that has the Trigger Value=1 will be deleted.  Anyone have a similar issue?
  13. Hi, I was wondering if there is a way to limit the number of allowed on-line connections at a time to a PLC? Like can you somehow set in the PLC parameters that only 1 'connection' can be on-line in the device at a time? Thanks Edit: I'm referring to connections from the TIA portal - not HMI / ethernet connections and so forth
  14. With Factory I/O you can learn and test your program with a 3D view system Support many automation regular machine,support digital and analog signal too Have a look on this softwarehttps://www.youtube.com/watch?v=BFHqIj2DWd4
  15. hi all master mind   I m irfan from Pakistan   I want to drive servo motor with plc Mitsubishi fx3g.friends how create the A.pulse and B.pulse in the programming ladder for servo Drive. respected masters solve it problem with thanks
  16. Set, Reset issue

    Good morning good people of the blog. I have a situation where I have a set, reset for, lets say, a fan.  We press manual and it sets the coil, we press Auto and it resets the coil.  Here is my problem...when we set the fan to auto, it will stay there for about 20sec or so then the coil will set itself again and go back to manual.  While watching this occur in the logic I cannot see the contact actually engage the set command. I have gone thru the logic and cannot see what could possibly change the bool back to a 1.  Any takers on this one? -James
  17. Ethernet Global Data Comms Fault

    Hi All, We have a 4X Rx3i PLCs that use Ethernet Global Data (EGD) to talk to each other. At the moment we a facing EDG communication fault being generated and it trips the entire pumps What the likely causes of EDG faults: We have replaced PLC Ethernet Interface Modules-no fix We have tested the fiber optic cable-the readings show its OK Also,can someone explain what PLC heartbeat is?
  18. Hi, Iam new to schneider electric PLC drive programming and also to canOpen communication. I have an LMC058 PLC and there are three Lexium 32A drives connected via canOpen which inturn controls three servomotors. My question is how to find/ read hardware limit status of the axis in which limit is connected to a digital input pin of the drive. Even though the axis is properly working by configuring the digital input pins we are unable to get the digital input status of the drive. In the drive manual its given that the digital input status can be read from canOpen address 3008:F(hex) we dont know how to read the status during run time in the program . Can any one advise me how to read that address. I tried SDO_read function but its giving me error(canOpen network id Unknown). Thanks in advance.
  19. Need a little help here - I am trying to re-purpose some old hardware.  I have 2 old SLC5/04 B processors (+15 yrs?), that are giving me the same problem.  After a power cycle, they boot to a solid fault light - no comms.  Cycling the keyswitch has no effect.  Popping the processor from the rack and reseating it, powers up in a default state - it will not reload automatically from the EEPROM (when I establish comms, I can reload from the EEPROM or download the program from RSLogix).  I can't read the processor fault.  The battery is good.  The rack was scavenged, I have no idea its history.  Also in the 4-slot rack are DI, DO and RIO Scanner cards. I would consider my self a competent programmer, but no A-B expert.  Any ideas here would be appreciated.
  20. Expressions

    Hi forum members!   I am spinning the wheels on trying to get my expression to validate.  I am new to expressions so after trying for a bit I have thrown in the towel and am looking to the experts here to help me out. As you can see with attachment I am trying to change the color of the valve top hat.  I am needing 3 colors: Gray when closed, Green when open and in Auto, and Yellow when open and in Manual. I was asked to not change the PLC logic as this could be done from the SCADA level.. After looking at my application and attempt do you have any suggestions on what I am doing wrong?    My Expression:  If {::[Process]Program:Boilers_Main.LV_36101_New} < 3  Then 0  Else  If {::[Process]Program:Boilers_Main.LV_36101_New} >= 3  AND {[Process]LIC_36101A_PIDE.Auto}  Then 1  Else  Then  If {[Process]LIC_36101A_PIDE.manual}  Then 2
  21. I have this panel view 1000 plus with accounts enabled but customer forgot the app password. I have both the executable and source file. Can I retrieve the password from any of both files? Can accessing configuration mode help disabling security to enter new passwords? Having the files, what is the best way of retake control over this application?    I am not experienced on AB equipment, but have general experience on automation. I have access to Factory Talk View.
  22. Which one Baldor Motor is best for Industrial purpose like food processing?? Please suggest .
  23. Im having some trouble with a PLC and looking for a some help. Whats happening is output number 3 is stuck on. I thought maybe it was just the PLC. I pulled the program tried it on a new PLC with no luck. I checked for faults and the handheld shows no major faults. The output that is stuck on is for a door, its telling it that the door is open. Any help would be great.
  24. I get this error even if the application is compact edition. Plz halp
  25.   Hello , can someone explain to me what the difference between the reset ( RES ) and clear ( CLR) in RSLogix software? Please respond ASAP