1746-HSCE Need Help

plcman777

Member
Join Date
Oct 2004
Location
Wa.
Posts
25
Does anyone have any programming examples of using a 1746-HSCE encoder module in a linear motion situation.

I have configured the Mfiles and have the proper counts for both directions coming into my integer file; would like to see how one then uses the counts in their program. Especially rolling over 32767.

Thanks
 
We have a machine on our production floor right now with 11 of these modules. One interfaced in a circular counter (rolling over to zero) manner and the other 10 in a linear fashion. Fos some of the axes while the total count range is less than 32767, the max point would be. So I have an internal offset which adds to the count from the module to get the true distance.

For these 10 linear axes I am controlling 10 somewhat slow DC motors to position machine sections to theri proper point for upcoming product.

How can I help you?
 
Looking for some logic examples of using the counts in the program. Particularly where the encoder counts past 32767.

For example, I leave zero and travel 8 feet to the end. In 8 feet the encoder passes 32767 six times. How do I get a usable number at say five feet?
 
The easiest answer it to get a 1746-HSCE2 which allows for 32-bit counting but that is even more complicated to program than the HSCE and you might not have the option of spending more money.

It seems that the problem is that in the HSCE a fault is generated whenever the count goes outside of +/-32768 (nice "feature" AB). That said, your only choice is to set up as a ring counter and work on the math to not loose counts.

If you do a search on posts by Peter Nachtwey having to do with encoders you will find out all you need.
 

Similar Topics

I had a 1746-HSCE go suspected bad. have to swap the card in the morning. Other than dip switch settings is there any configuration to do?
Replies
1
Views
1,026
Hi there, I have a machine where was a servo with extra encoder. That encoder had resolution 100ppr/5V. We did replace complet servopack (...
Replies
0
Views
950
I have a SLC 5/05 processor and I am trying to reference an output from a High speed counter card to be used elsewhere in the PLC. The output...
Replies
1
Views
1,640
I am upgrading HSC modules and have some questions. I can't attach the manuals for reference as they are too large. 1746-HSCE uses M0:e.1/4 for a...
Replies
0
Views
1,654
Processor Error Message: G file configuration error.. user program G file size exceeds capacity of the module. I cannot seem to find any data...
Replies
3
Views
2,039
Back
Top Bottom