Internet PLC Forum

General => Technical support => Topic started by: Daniel Alley on January 08, 2004, 10:15:34 AM

Title: Comparing counter values
Post by: Daniel Alley on January 08, 2004, 10:15:34 AM
How do I compare and set an internal relay when two counters are at equal values?

Machine is a T28H version.  Also - is the LHEX command still available as in the E10 part?

Thanks, Dan
Title: Re: Comparing counter values
Post by: support on January 09, 2004, 06:03:29 AM
This would be really easy on a M-series PLC. Unfortunately, the H-series ladder language does not support a counter compare function. However, if the counts are less than 32 then you could use the sequencer step to trigger action when two sequencers reaches the same step (i.e. same count). For larger count there is no available command.

LDHEX is only available on E10, not on the H-series.