Search the Community

Showing results for tags 'multiple position switch'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 41 results

  1. WRITE MULTIPLE REGISTER MODBUS

    Hallo my name is Danu, i have a CP1E wirh CP1W-CIF11 and connect to modbus RTU device, i have done with write single coil, write single register,  read single register and read multiple register. But i try to write multiple register,  the indicator of CP1W-CIF11 is off and if i check d memory its no data. I attached my cx programmer. Can you help me create write multiple register in cx programmer?  Thank you AD4402-modbus edit edit edit edit edit.cxp
  2. Hi, New to the forum and pretty new to PLC programming. I took the 3-day Sysmac training a couple months ago, but just recently set up one of the NX1P2 units that we'll eventually use for a robotics application. Right now I've got it set up just to experiment with, so I have 3 physical switches (1 momentary, the other 2 toggle) and 4 indicator lights hooked up. Ladder program is set up to light up different LED's when the momentary contact switch  I_SW1  is pressed, based on the position of the other 2 switches. Here's the issue:  When both of the toggle switches are ON (see lines 4 thru 8), all of the LED's light up as expected as soon as the momentary switch I_SW1 is pressed. However, if either or both of the toggle switches are OFF (see lines 0 thru 3), even though it seems like the logic is correct, nothing happens on the output. Lines 0&1 were modified as shown to see if using the variable O_Light1 instead of going directly to O_L1 output would work, but it didn't make any difference.   See attached images for example of working and not working ladder sections as the momentary switch is pressed. In the "working" image, both the toggle switches are on. In the "not working" image, both toggle switches are off. PLC's input & output indicator lights match what Sysmac is showing in the monitor screen, so I'm pretty sure it's in the ladder logic and not the physical wiring.   Thanks for any advice.
  3. Hi, In our machine, we want the homing of linear axis to be - moving to reverse limit. In order to achieve that we connected positive limit to Enable_positive input, negative limit to Enable_negative input of MC_Power function block. We used MC_Home function block and assigned the negative limit to bCalibrationCam of home FB. Things were working correctly.  But one thing we noticed is if the axis is in synchronous operation mode(axis following another master axis), even the limit is engaged axis is not stopping. During discrete movement this was stopping. Is there any other way to configure limit switch in twincat3. 
  4. I am new to automation systems and devices and I just want to know how to connect two HMI's (each one would control different things) to one PLC using Sysmac Studio and NB-Designer via Ethernet. The model of the PLC is NX1029020 and the HMI's are one NB10W-TW01B and an NB7W-TW01B. I searched for info about this topic online but I couldn't find anything that worked for me, I saw an article from OMRON where they connect two NB's to the CP series, but in my case, NB designer doesn't allow me to insert more than one HMI in the same project, I also found something similar on a youtube video that gave me an idea about how to connect multiple HMIs exporting the pks file and importing it to another HMI project but I still can´t figure out how to add both to my PLC. I would thank you a lot if you could help me with this because I know it's not a rare implementation, just I haven´t found the right way to do it. I also leave the links to the Omron article and the youtube video I found. https://www.myomron.com/index.php?action=kb&article=1554 https://www.youtube.com/watch?v=rXx5lut7G9I
  5. GT Designer

    I am newer to GT designer. Ive used it a couple times years ago but I cannot figure out how to create a 3 position switch and cant really find any info on it? Is there a special way to set a switch up so that eveytime the operator hits it it changes the state or picture of the switch from left to up then to right and back? im sure its probably just something that im not seeing in the properties menu but any input would be greatly appreciated. 
  6. Hi Experts, I would like to know is there any possibility to make a switch that can make exponential increment to a data. i know how to make a switch to increment data in fixed intervals with a switch but im trying to make a switch when you press it continuesly it should increase the gains rapidly over time. is this possible and if yes can someone explain me how? im attaching a sample image how i want to make two buttons to increase and decrease a data. thank you in advance guys. kind regards, sathu.
  7. Good morning guys,  in your experience what is the best way to syncrhonize a motor controlled in speed with an inverter and a motor controlled in position with a servo drive? Let me explaine better what is my situation: I have a belt running normally at a certain constant speed. in some moments, I would like to syncrhonize the speed according to an axis controlled from a servo. the command of a servo specific position target and of course speed and acceleration e deceleration rate. I would like to adjust the belt speed in way to follow as accurately as possible the servo movement. Thanks a lot Andrea    
  8. reset position MR-J3

    hi I want to change a position of a servo (MR-J3-350T) which displays as current value 9500 to zero. how I can do it with MR-Configurator. in which menu should I go? thanks
  9. home postion servo J3

    Hi, I have a Mitsubishi Servo motor with its amplifier MR-J3-350T. I lose the home position. How can I set the value of the position to zero if I detect a home detector. I use gx developer. thank you
  10. QD75M4 AND MR-J2S-40B

    Hello i have problem about connection between QD75M4 AND MR-J2S-40B  now MR-j2S is display "Ab" every time i can't solve this problem 
  11. Ok guys, this is more a networking question involving a Stratix 5700 managed switch and 5 machines. The five machines all have set IP addresses from the OEM that cannot be changed. The manufacturer has them set in the program to maintain that IP ,so if it sees the IP change it will change it back. With that being said all Five machines have the exact same IP configuration and I cannot change it without contacting the manufacturer and getting them to change it or sell me the program so i can change it. both options will costs entirely too much in my opinion. With that being said my only goal is to read tags from the PLC on each machine. Is there anyway to set each port on that Stratix switch where i can communicate with each  machine individually without causing them to have IP address conflicts with the other machines that have the same IP address. I hope I explained my question well enough. Thank you in advance for any help on this issue.
  12. Hello, I need to connect multiple barcode readers (SICK CLP510) to a PLC (FX3GE-40M) for a university project. I need a minimum of 3 bar code readers, but only have one operational, connected via an additional modul for the use of rs-232. The only other port I can use is a miniDin 8, which is a build-in rs-422 port. Because this is a university project, it needs to be as cost efficient as posible. All the readers are CLP510 (pin-out attached bellow) Thanks Becky Pin_out___wire_colour___signal_comparison_CLP100_CLP510_CLV60x.pdf
  13. Switch LAMP latch

    Hello  I'm new with GT Designer 3, I'm writing code for a GOT2107 HMI. I have a few buttons that when you press it, the LED on the switch comes on, and when depressing the switch the LED goes off. That's good, but how do I create a latch, that when the switch is pressed and depressed, the LED will stay on. and only go off after the next press and depress?   The attached image is my working switch button. Regards Marinus    
  14. I have a Modicon NOM0200 unit connected to an access switch to send commands to various rs-232 devices. The Access switch requires a "disconnect string" to end communication with a particular port. The disconnect string is "CRTL+D", how can I send a "CRTL" keystroke from the NOM0200 unit? I know for carriage return it is "$R" is their a similar combination I can enter for "CTRL"?  
  15. Ethernet/IP bandwidth

    Hello, A while ago I modernised a magazine gathering / filmwrapping machine. This was a fairly big project for which I used an Omron CJ2M as the main PLC, 10 Wago Ethernet/IP fieldbus couplers, a Keyence CV-X420 vision camera and an Omron NS12 HMI.  All of these components run on the same network which contains an unmanaged switch where the HMI, PLC and the first Wago are connected. The Wago’s act as a two port switch since they are all daisy chained. At the end of the Wago chain there is also the vision cam which is connected at the last Wago coupler. At the time I was advised against using Broadcasting instead of Multicasting with a managed switch, but I tried anyway since my networking knowlege is lacking. Also, the only ‘bandwidth demanding data’ comes from the vision system. The Wago couplers contain only digital I/O and high speed encoder inputs run directly to the CJ2M. I haven’t run into any trouble so far and the machine is already producing for over a year. Now , a new project is on the way and it will need even more Ethernet couplers, 15 to be precise.  This brings me to my question; is there a limit to the number of nodes in an Ethernet/IP network and will I possibly run in to bandwidth problems by adding more remote I/O and not using a mannaged switch? Also, I would like to get high speed input out of one of the Wago couplers. Thanks in advance for any feedback! Greetings from Holland Andy 
  16. Hello, My apologies in advance if this is in the wrong place. I am working on a press that is using a 1746-INT4 to look at the position of the ram.  The press is using an LDT as the sensor reading back to the INT4. It obviously works. The press runs everyday.  I'm wondering if there would be a reason to use this instead of just a voltage or current analog card?   Thank you in advance for the replies.
  17. details: panelview (2711P-RDT15C) connected to "switch A" (ntron p/n: F-716TX) "processor A " (1756-L62) is connected to "switch A" "processor B" (1756-L73S) is connected to "switch B" (ntron p/n: F-716TX) "switch B" is connected to "switch A" I'm trying to use a single panelview to communicate to 2 separate PLC processors (separate chassis). When I go to add the shortcut in factory talk I find the "processor B". When I connect my laptop to  "switch A" I can see every thing in RSlinxs.  Any one experience this issue or know how to make this setup work? Maybe there's a switch setting that is not allowing RSlinxs enterprise in the PV to see both processors? 
  18. Switch Superimposed Window

    Using GS2107, FX5U. I want to change the JPG image on a screen based on if the value in a text box is either 1 or 2, any other value will also have a single default image. Is there a way to do this via script? Or is there a different way?  
  19. Hello - I've recently started my adventure into PLC programming and I've found this site to be very helpful. I took on a project that requires control of a cylinder - the short and skinny is that the cylinder will have to provide position feedback and stroke to various set lengths determined by position of a selector switch. So - If position 1 is selected, the cylinder will stroke 20"inches. If Position 2 is selected, cylinder will stroke to 25"inches - so on and so on.   My questions is how to best go about this process. I may be having a brain-block and not viewing this clearly, but something is not clicking for me and wanted some advice. Planned on using Allen-Bradley's Micro850 PLC (had one on the shelf, and CCW software is free so why not). Thanks
  20. Weintek hmi with fx3u128mr

    I have connected weintek 8103ie with fx3u 128m (Mitsubishi). The problem is when I create a toggle switch to hold an input on PLC it doesn't work. But momentary switch works properly. For eg. I want to keep input x1 of PLC on when I press a toggle switch. Also I want to run a coil when I hold a touch input. I can't achieve this in ebpro (IAM new to hmi ) but ok with PLC program.please help
  21.  Hi all. I have a question about how to set up the motor in rotary mode. My application will be a basic rotary table driven by a servo motor without gearbox between. So, in my servo drive axis settings, I select the motor as a rotary mode. then I defined the maximum position setting value for 360 degrees, and minimum to 0. So far so good. But the problem comes when I want to make an absolute move using the mc_moveAbsolute to move 360 degrees. Whit this settings the error "target position settings out of range " will come up. So, what is the solution to rotate 360 degrees without generating this error? if I set up the maximum value to 361 degrees and then if I rotate 360 the error will not occur and the motor will rotate 360 degrees as I aspected, but it's this correct ? or there is another way to do it? Thanks  
  22. I need to add 3 encoders to my project. Currently my PLC Inputs are full. I am using high speed counters 0.00 and 0.001 to monitor a motor RPM with an encoder. I now wish to add 3 encoders to monitor position of (3) other linear axis controlled by stand alone (Zeta 6104) stepper drives. I have 3 open outputs on this PLC but all inputs are used. What are my hardware options to add additional encoders to allow me to track and correct the 3 additional axis. My first thought was to add another CP1L and use PLC1 0.00, 001 for ENC1, PLC1 0.002, 0.003 for ENC2, PLC2 0.00, 001 for ENC3, PLC2 0.002, 0.003 for ENC4. I thought this would allow me to use additional I/O from the second PLC but I am not sure if this is even possible. Is it possible to connect 2 PLCs this way? I will need additional I/O to send to these stepper drives to make the corrections. Do I need to add an expansion unit to the existing PLC and 2 additional high speed counter modules? The encoders are all Omron E6C2-CWZ6C. I would appreciate any advise on options to add these encoders and help point me in the right direction. Thanks in advance to any help.
  23. I know it may sound stupid but I am new with Studio 5000 and trying to build a project where I have to home my servo drive other than the position to zero and it is not fix but rather decided by a safety switch. What I am looking for is a dynamic Home position Entry which I am able to find it in the axis parameter but not in the CIP_Structure. Is any kind of motion FB for home position set entry? Any help would be useful. Thanks PS: Studio 5000 v30, Kinetex 5500 v7.01, L33ERM processor
  24. Using Ethernet/IP to stream position data to a LinMot Drive, may be quite difficult because the LinMot requires a precise period between data points.  I've been told PVA streaming has been done with the Rockwell PLC, but the Ethernet IP bus needs to be updated at regular intervals (the requested packet interval between the PLC and the drive), and the task/ladder that has the streaming command is also examined at those regular intervals. This sounds like a timed messaging system over Ethernet, to satisfy the LinMot's requirement for precisely intervaled packets, which would compensate for Ethernet/IP's general lack of precise timing between data packets.     (the preferred method is to use EtherCAT) Has anyone ever tried this.. ?   Please describe the method with a little detail .. I'm trying to see if an Omron NJ can stream PV or even just P ... using their Ethernet/IP port.     If Rockwell has done it successfully, I would love to know how...   Thanks much... Regards, Michael
  25. I am searching for the Replacement of the Ultra 5000 Servo Drive as i cant get online to it with the Ultraware software over wireless plant network. In order to get online i have to connect serial cable every time. And the Drives are used in time critical assembly line  kind of environment. So is there any other replacement which works as intelligent as of Ultra 5000 and also have additional feature of built in Ethernet port which can help me to get online with it wireless over plant network.