...
Expand | ||
---|---|---|
| ||
In IguanaX we have: Versus in Iguana 6: |
Expand | ||
---|---|---|
| ||
Iguana 6 looks like the complex dashboard of a 747 plane - there are lots of different options which most customers leave on the defaults. With IguanaX a design goal was to make the operation of interfaces simpler by soft coding the components in Lua but giving each component a lot less configuration fields so that more attention can be given to what actually matters. When you need to customize components we have made that simple. |
Expand | ||
---|---|---|
| ||
Hint - look in the source code of the converter. Look at the CHAN/CHANllpSource.lua file. This defines the mapping of configuration information from Iguana 6 to IguanaX. Also look at the calls to CHANcreateStandardComp in CHAN/CHANmain.lua:
These calls define the mapping of Iguana 6 components to IguanaX components. |
...