using tcmp comandto make plc timer

jillmayne

Member
Join Date
Oct 2003
Location
leicester
Posts
6
i wish to use fx1s as a timing device in real time.
ie to start a machine at 3.30 am untill 11.30 am every week day but not at week ends.
is this possible?
can someone give me a rough idea on ladder prgram used.
could i also make it start other machines at different times?
 
Provided that you have a real time clock, it would be fairly simple to do what you want.

The manual has a decent enough explanation-- I would use the TZCP command rather than the TCMP, as you could then just take your real time (D8013-D8019-- check "special registers" section under Help) and compare it to when you want the machine on and off. If you are within range, you will have a certain memory coils on. Use that memory coil as a run condition or startup/shutdown set&reset.

As to the actual ladder-- when you have something written, post it here and somebody will help you out.
 

Similar Topics

Hi I'm very new to PLC programming and I'm trying to find out if this library (Tc2_NcFifoAxes) is necessary for our task In our case we need to...
Replies
0
Views
43
I have a project to automate four generator sets. The system will monitor and store the load demand of the factory. Once there's Power outage, the...
Replies
0
Views
93
Adding ethernet equipment to an existing panel that has none. We have some solid ethernet cables coming from other remote cabinets that I plan to...
Replies
3
Views
148
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
272
Hi, I'm trying to use the IO Device Library (Product Versions) which is configured to work with the 1756-EN4TR & 1756-EN2TR but my system uses...
Replies
0
Views
79
Back
Top Bottom