I mean if using a 16M there is bigger memory space for rules or not... is there the limitation of 2000bytes for every RULE ?
I don't remember why have you built the rule1,rule2,rule3,rule4 instead of an unique space.......

Moderators: grovkillen, Stuntteam, TD-er
Code: Select all
On System#Boot Do
Event,LoadCalibration
Endon
Code: Select all
On LoadCalibration Do
// Test units @Gijs
if %cpu_id% = 0x1280E0
config,task,bat,SetCalib,TwoPoint,392,13.9846,571,19.9924
config,task,batBackup,SetCalib,TwoPoint,1785,10.000
unit,2
// Test units @Gijs
elseif %cpu_id% = 0x0C17E4
config,task,bat,SetCalib,TwoPoint,370.8615,13,520.857,18
config,task,batBackup,SetCalib,TwoPoint,1785,10.000
unit,3
endif
Save
EndOn
Users browsing this forum: Semrush [Bot] and 18 guests