Omron Timer

MarkNightingale

Lifetime Supporting Member + Moderator
Join Date
Sep 2010
Location
In The VAT Shed
Posts
740
Hi All,

I am totally new to Omron PLC's and have acquired a program.

I am using a CP1L Processor and would like to have a timer start when a selection is made.

I need the timer to go to a maximum of 1 hour, but from what I can see the timer will only go to 9999 seconds.

I have a value coming from the HMI of say 60 minutes. This value is being multiplied to convert it to seconds.

I have attached the program so you can see the whole picture.

Thanks

Mark
 
Hello Mark
This is a hangover from Omron's dedication to legacy customers!
In CX-P, right-click the PLC, and select properties. Tick the 'execute Timers as binary' option, and use TIMX, rather than TIM (and all variations thereof). You can then select a preset value from &0 to &65535 (timebase depending on the timer type (TIMX, TIMHX, TIMHHX).

CP1E plc's and CJ2 are auto detecting, ie no need to select BCD of decimal.

Pp
 

Similar Topics

Hello all, I am working on an old machine that has a hydraulic filter that must be replaced every so often. When the filter needs changing, a...
Replies
7
Views
1,559
Our old Omron X20K PLC has the following ladder timer code. TIM 000 #0030 Is this 30 seconds, or 3 seconds? or 0.3 seconds?
Replies
1
Views
1,062
I wanted to use a retentive timer where I can read the accumulated time in the time(i.e. the PV of the timer). I the case of allen B we use...
Replies
3
Views
2,837
On Omron/CX-Programmer: How do I access the Timer Done Flag in ST? TimerS is TIMER TimerRun is BOOL TimerTime is UINT TimerS as a bool doesn't...
Replies
1
Views
3,112
I am using the zen plc to monitor the flow of a pump. What I have written so far works. If I use a ball valve to throttle flow an emergency stop...
Replies
4
Views
2,440
Back
Top Bottom