Electronic Keying Mismatch in RSLogix
There are few major reasons why you would get electronic keying mismatch error in RSLogix. Major / Minor Revisions If the major or minor revisions of the module in the chassis does not match the one set in the program you will get the keying mismatch error. Catalog Number of the module If the catalog [...]
RSLogix 5000 Task Function
In RSLogix 5000 there are three main types of tasks: Continuous: It continuously occurs Event: It occurs only after certain events occur first Periodic: It occurs periodically Every task must have a main routine. Every routine can have a sub-routine and/or fault-routine. In RSLogix 5000, you can run up to 32 tasks with 0 to [...]