Omni Pro II (20A00-22) number of lines of programing?

pac1234

Member
Omni Pro II (20A00-22) -  manual states it should have 1500 lines of programing.  
When accessing the system with "Dealer PC Access" software, in the Programs area,  it is only showing #1 through #187 numbered lines for programing?  Is this correct? 
 
How is programing counted, say for instance  #20 as shown in my "Dealer PC Access" software:
 
20.   WHEN return Home
                        THEN Kitchen AUDIO ON 
                        THEN Living AUDIO ON
 
Is this 1 or 3 lines of programing?
 
 
Can the number of lines of program be expanded?
 
Thanks, Patrick 
 
20 is the block number

There are 1500 lines of code available.
It is fixed based on the memory space allocated.
The block of code above uses 3 lines.



I believe The 1500 number is a bit of an estimate, based on allocated memory.
I've added blocks of code with 10 lines and the counter only changes by 8.
1500 is probably a minimum based on the longest possible line that can be entered. (That's a guess).
 
Thanks for help!
I have not tried programming yet ... Is it possible to make block #20 into 2 lines of code?
From
20. WHEN return Home
THEN Kitchen AUDIO ON
THEN Living AUDIO ON
To:
20. WHEN return Home
THEN Kitchen and Living AUDIO ON
 
Back
Top