Posted: Fri Nov 02, 2001 11:00 pm
This is germain to those who are configuring systems with multiple CW boards, for example several Pulsar2s, or a P2 and a Luna.
Problem: the wrong board is showing up as the primary board (listed first in settings, loads hardware modules first).
Sol'n: Crack open cset.ini in Pulsar/App/Bin and insert tags to the effect of the following
e.g. "...
[board0]
boardid=1
[board1]
boardid=0
..."
This assumes you have two boards, and want to switch their order of appearance. Clearly, the important element is tagging the desired board with a "boardid=0". It's also essential to have a tag for *all* boards in the system if you have a [board#] tag for *any*. Thus,
"
[board1]
boardid=0
"
by itself (with out the complementary [board0] tag) will *not* work. Pulsar will yell at you when it tries to initialize in this case. Simple enough.
Now go make something that arouses ears. -E.
Problem: the wrong board is showing up as the primary board (listed first in settings, loads hardware modules first).
Sol'n: Crack open cset.ini in Pulsar/App/Bin and insert tags to the effect of the following
e.g. "...
[board0]
boardid=1
[board1]
boardid=0
..."
This assumes you have two boards, and want to switch their order of appearance. Clearly, the important element is tagging the desired board with a "boardid=0". It's also essential to have a tag for *all* boards in the system if you have a [board#] tag for *any*. Thus,
"
[board1]
boardid=0
"
by itself (with out the complementary [board0] tag) will *not* work. Pulsar will yell at you when it tries to initialize in this case. Simple enough.
Now go make something that arouses ears. -E.