Guest The_Accelerator Posted March 22, 2004 Report Posted March 22, 2004 I'm working around with ENC_NUMBER Values bigger than 63. So when ENC_NUMBER reaches 64, my app crashes.I´m working with Encoder-Groups and with offsets. Do I have to spread a memory location?
DriftZ Posted March 22, 2004 Report Posted March 22, 2004 Aren't you exceeding the max number of inputs ?(64 encoders (nr 0 to nr 63) require 128 digital inputs)http://www.ucapps.de/mios.htmlOne core module, stuffed with a PIC18F452, can handle with:up to 128 digital inputs for more, I think you'll have to use more (linked) coresGoodluck,DriftZ
Guest The_Accelerator Posted March 22, 2004 Report Posted March 22, 2004 defenitely not. i`m using 32 encoders and add sometimes an offset to ENC_NUMBER to reach more parameters. when exeeding 64, it seems that there are no more definitions of ?tables?. thorsten, how long can the lables table be?
TK. Posted March 23, 2004 Report Posted March 23, 2004 I've no idea, since you never mentioned which application your are using.With MB64E you've up to 128 encoder entries, they have to be referenced with the functions under mb64e_fsr.incBest Regards, Thorsten.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now