Search the Community

Showing results for tags 'clock pulse'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 32 results

  1. Hello all, I have the need for PLC to calculate a giving time shift pattern, so if I start Monday 8am on a 24h prod basis, and the production run is 48h, the PLC should tell HMI finish time is Wednesday 8am, that is ok, the problem is, Production stops from Saturday 8 am, and starts again Monday 8am. Thus if I start prod run on Friday 8am, PLC should tell HMI (Got2000), production finish time should be Tuesday 8 am. I can read RTC, compare, do maths, but how can I miss or not take into account Saturdays from 8 am till Monday 8 am...that is my problem.   Any thoughts, ideas, are all welcome. Thanks.
  2. Origin search - different position

    Hi I have servo motor controlled by smartstep 2 and controlled by PLC with pulse output. Origin search I have set as below Sometimes I have problem with correct home position. Normally when original Input signals become ON drive slows and after 1 cm I have home position due to slowning ramp, but somtimes drive stops immediately on the edge of original input sensor. I have no idea why it is like that. Maybe you can advise sth or get some clue thanks in advance for any help
  3. Delta Plc Solenoid Pulse

    Hi there, I'm working on a project on a cupcake machine. I have to throw empty wrappers so I'm using a photoelectric sensor to sense the empty cupcake and after 2.5-sec air solenoid activated with delta PLC to throw that empty wrapper. The thing which I want to discuss here is that I want to operate my solenoid with pulse means when the empty wrapper comes to the solenoid through the conveyor then the solenoid gives a pulse of air so the upcoming filled wrapped will not disturb with this air. how Should I program my delta plc it is a transistor base. Can I use PWM? Best Regards, Asad Raza
  4. 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,
  5. We currently have Delta DVP60ES2 and DVP32ES3 PLC's doing positioning control on Inovance IS 620PS2R8I 400w Servo Drives by Pulse/Direction. Under both of these environments our pulse count read on the Inovance drives are reading higher than what the PLC is outputting. We also have Mitsubishi & Inovance PLCs, which when connected to the same Inovance drives dont have any discrepancies in the pulse count. We also have Delta ASDA servo drives, which when connected to the Delta DVP PLC's also don't have any discrepancies. Given we have tested these combinations, it has led us to believe there is something unique about the pulse train output from the DVP PLC's that is causing the Inovance drives to read additional pulses. Has anyone experinced a similar issue with Delta PLC pulse output? If so what was the solution? 
  6. FX1N sprinkler system control.

    Hello!  I have an FX1N PLC that I want to use to operate a sprinkler system.  It should have two functions.  1. 1x30 minutes of operation every day.  2. 3x10 minutes of operation every day.   Thanks for the help.
  7. Hello, I have a Sysmac project that contains two NJ controllers and an NA HMI. I am writing the current time to different variables upon completion of certain actions using the system variable _CurrentTime.  I noticed that one controller was logging the date as 1-1-1970, and went to sync the clock with my computer's clock via the Controller-> Controller Clock... menu.  Upon synchronizing and applying, the controller clock very briefly displays the correct time, and then reverts to 1-1-1970. I went to the second controller in the project, which simply had the wrong time zone setting, and attempted to change the time zone and apply. Whereas before it showed the correct time for the time zone setting, it now reverts constantly to 1-1-1970 as well. When I go online, I've also noticed the _CurrentTime variable is not incrementing; it is always 1970-01-01-00:00:00.00. The HMI displays the correct time, and I am considering creating a mapped tag that shares this time with the controllers, but was curious as to what could be causing me this issue. I am also aware that 1-1-1970 is the unix epoch. Any insight?
  8. Hello, I need to control a stepper motor(have stepper driver) using NX-PG0232-5 with NJ301 PLC. The function is simple, i need to run the stepper motor continuously at a specified velocity. So, in NX-PG module I've made the settings (Ch1 output mode as "Velocity continuous pulse output") and given the tags to IO (as shown below, sorry i'm not able to attach image). I've also added the initialization program to switch on the vfd. Now to move continuously i should should just give speed in pps in "PG_Ch1_Command_Velocity" right?      Ch1 Controlword    Control word 1    W    WORD                 Ch1 Switch On    Switch ON for pulse output 1    W    BOOL    PG_Ch1_SwitchOn        Global Variables     Ch1 Enable Voltage    Start turning on the power for pulse output 1.    W    BOOL    PG_Ch1_Enable_Voltage        Global Variables     Ch1 Quick Stop    Immediate stop for pulse output 1    W    BOOL    PG_Ch1_QuickStop        Global Variables     Ch1 Enable Operation    Start operation for pulse output 1    W    BOOL    PG_Ch1_EnableOperation        Global Variables     Ch1 Fault Reset    Reset errors for pulse output 1    W    BOOL                 Ch1 External Output    Aggregated data of external outputs for pulse output 1    W    BYTE                 Ch1 Command Position    Command position of pulse output 1    W    DINT    PG_Ch1_Command_Position        Global Variables     Ch1 Command Velocity    Command velocity of pulse output 1    W    DINT    PG_Ch1_Command_Velocity        Global Variables  
  9. Hi guys, I just starting to use Sysmac Studio. Its a bit confusing as I am currently used to CJ series PLC. Usually, we can use P_1sec, P_0_2s and so on to create a simple clock pulse timer function. However, I couldn't find the command or FB to do that in Sysmac Studio. Anybody could explain on how to do that in Sysmac? Thanks 
  10. Cpu set clock

    Hi dears, I want to set cpu and NS15 clock with one contact. How can do it in cx programmar and cx designer? Best regards.
  11. Pulse FLow Meter

    i have a paddle Wheel Floweter of TOkyo Keiso W2000. its frequency is 88 Hz .  Flow Rate  30L/min. i want to connect it with mitsubishi fx3u plc digital input as it is pulse flow meter.    kindly tell me how can i determine its pulses for liters.
  12. Omron CP1E Clock adjustment

    I'm working on a project with Omron CP1E-N30DR-A Plc (And yes it does have the timeclock) And Omron NB7W-TW00B HMI I'm trying to use the Clock adjustment DATE(735) feature in the Plc program. In conjunction with the HMI to correct the time. Only focused on the Plc program for now. And presume I can accomplish the HMI portion once Plc program is working. Been fumbling with the Instruction manual descriptions several days and seems I'm not getting anywhere. Is there a possibilty to find an example program for this feature somewhere online? Or could someone possibly create an example program? I realize I might have missed some key information things in this topic. But lets see if I get any response at all.
  13. Here are some videos training PLC AB(Rockwell) RSLogix5000 I hope this helping someones! 1) Setup RSLink to connect PLC using a USB cable   https://www.youtube.com/watch?v=mk-wgnwO4E82) How to set up hardware involve Input/Output, Analog, Device Net... PLC AB(Rockwell) RSLogix5000https://www.youtube.com/watch?v=pIUNPCEcNn03) How to use timer/counter/Compare PLC AB(Rockwell) RSLogix5000https://www.youtube.com/watch?v=7BDzAoFBJPMhttps://www.youtube.com/watch?v=EM3KO8JSYsMhttps://www.youtube.com/watch?v=yQtrIhTmwqA4) How to use Analog PLC AB(Rockwell) RSLogix5000https://www.youtube.com/watch?v=8raR0f7zr6M5) How to use RealTime-Clock PLC AB(RockWell) RSLogix5000https://www.youtube.com/watch?v=Lgg8hjs5jkY    
  14. 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.
  15. Hello - I am currently setting up a program to control a downlane conveyor motor and ran into the issue of operators leaving the conveyor on through their breaks/at the end of the shift.... I know, shocking . Anyways, the essentials of the program are the following - ladder logic, start/stop PB station, a sensor that says when I've seen a box for x-amount of time I will turn off, when the eye is clear for x-amount of time I will turn back on. When trying to 'solve the problem' of the operators leaving them on, I figured this would give me a chance to use a RTC (real time counter) and program it so that at various times of the day I will send a single shot to verify the relay is CT is open. I've enabled the RTC on the Micro810, dropped a TOW but do not really understand how to set the TOW block up. Hopefully that all makes sense. Thanks,  grubb
  16. Hello         I'm new for PLC, I need to set pump turn ON/OFF  in 4 time/day every day => [8:00-8:10]a.m, [11:00-11:20]a.m, [2:00-2:10-14:10[p.m, [5:00-5:20]p.m ** I have Omron PLC CP1E-N30 , Could you advise me, please ?  
  17. CP1L

    Hello,     I have one question for everybody. I have aplication with pulce control output. I need control the position vit absolute position mode. My question is, it's possible make origin without move. ( It is possible make preset the origin ).      Thank you for your answear.      Regards Beny
  18. Hello, I have a cp1h-y20dt-d (sinking output) plc supposedly to be wired to a servo controller. The pulse control method is Pulse/Direction. I've did some manual research on the PLC and found the following diagram attached Untitled. Since the diagram above doesnt show which terminals does it connect to in the CP1H side circled red, I want to ask if those connections belong to the following diagram attached Untitled1? If so, assuming im planning to use only Pulse Output1 (Pulse/Direction method) from the PLC side, is the connection from the first diagram no.1=CCW0- , no.2=CCW1- , no.3=COM (connected to -ve) *Note: these diagrams are from omron's manual SYSMAC CP Series CP1H-X40D_-_ CP1H-XA40D_-_ CP1H-Y20DT-D CP1H CPU Unit Your replies would greatly help. Thanks and best regards, Summer
  19. I want to unify my programs and select only configuration words (the same program for many applications) . My problem is with the assigned outputs by the high-speed pulse output like PLS2, ACC, ORG ... I thing that the instructions JMP/JME may allows to use these outputs as normal outputs when HSPO functions is not required. Is it right ?
  20. Hey guys, I am working on an application that tracks irregularly spaced PET bottles on a conveyor line and then blows them into boxes waiting on the side of the conveyor. I believe I have working logic, but I am having issues with the encoder at operating conveyor speeds. I believe the best logic for my project is to use a photoeye to detect the presence of a bottle (a one-shot makes sure it is only detected once), and then "store" the "presence" of the bottle in a binary file using an encoder pulse to trigger a BSL function. Using this logic, the bits in the file are analogous to a real, physical location on the conveyor, and I can just monitor specific addresses in the file where my real-world air nozzles are located. My current problem is that as my conveyor speeds increase, the PLC begins to miss pulses from the encoder. During my initial set-up, I took data at very slow speeds to experimentally determine how many pulses were between the photoeye and each air valve, but when I run at full speed, I only detect about 70% of the pulses detected at slow speeds. Not good. Althought the "skipped pulses" seem to be proportional to the detected pulses at slow speeds. I am using an encoder that only runs at 60ppr, so I would think that my PLC (MicroLogix 1200) can handle this...I did the math before I purchased the encoder and thought I found the pulses to be infrequent enough that the PLC wouldn't miss any. My 2 trains of thought: 1) I need to use an interrupt for each encoder pulse since they occur so quickly (utilizing an EII), which I am not fluent in. I can find instructions to intitially configure the EII file, but I am unsure of how you are supposed to correctly set up the ladder logic to utilize the interrupt. 2) There is an electrical issue. The encoder I bought uses pull-up resistors. The resistor value I selected only drops the detected voltage to 14V from 24V. Is it possible that the encoder does not spend enough time in the "off" state at high speeds because of this high voltage value? OR does the usage of a resistor introduce a time-lag into the system which further complicates the issue? Any help would be appreciated, Thanks!
  21. Hello! Does anyone have experience of using tooth gear pulse sensors. I am looking for this kind of sensor for the machine, we are building. My problem is that the sensor we are using is not suitable for North American markets (UL-standard is not aproved) and now I am searching sensor like this. I am not sure is inductive sensors good enough for measuring this, the one that we have been using is magnetic field pulse sensor.
  22. fx3g plc pls bit

    hello, I have problem with fx3g series PLC. I attached ladder program fragment.When I set momentary bit M1 don't send PLS M4, but if i set momentary M2 program running well. Why is it?
  23. Hi all,  Can someone please help me, I am using a Micro830 Controller running connected components workbench software to program the controller. I want the use the Real Time Clock of the controller to control an output to turn on everyday at 01:30am and turn of when it receives a signal from an input. The output will control a backwash valve that will operate and activate a cam switch internally that sends a signal back to the Controller to say the valve has operated and can now stop sending the signal to the valve. (if that makes sense). I have tried playing around with the RTC instructions but I cannot seem to get it to operate how I want it to. Any help would be much appreciated. EnvrioService
  24. siemens 1212C PLC

    All, I have bought a new siemens PLC 1212C. connected to TIA V13 software working perfect. When i use the clock memory byte, and selecting the 1sec bit M255.5 it is not counting. Why this is not working? What do i wrong? grtz Frans  
  25.   Dear, I need some help with an application in ml1500 with the RTC . I need an exit is enabled by days of the week . I´m programming in Rslogix500. Program follows the image. If possible help me. Thanks Daniel.