Max Number of Members
Here is what you have when the Timestamp option is unchecked:
- Byte settings: up to 254 members.
- Word settings : up to 127 members.
- String and dot-decimal settings: up to 254/(P2+1), see above for explanation on the P2 parameter. Example: if P2=10 then a setting can have up to 23 members.
You get less with timestamps enabled:
- Byte settings: up to 247 members.
- Word settings : up to 123 members.
- String and dot-decimal settings: up to 247/(P2+1), see above for explanation on the P2 parameter. Example: if P2=10 then a setting can have up to 23 members.