A lot of people have been asking about x10 soft start modules. some want them to turn on with no delay, or to match their old modules. Using extended codes you can enter a direct dim command using a macro. you can also turn modules on to full brightness with no delay.
In the macro window insert a extended command. enter the House and Module codes of the soft start device you would like to control.
Command Byte0x31 = set Dim on 1 specific module.
0x33 = set Dim on all unites on that house code
0x34 = turn all units on that house code off.
For Data Byte you enter a hex value. The table below equates it to a dim value. The most important one below is 3F which turns the module on to 100% with no soft start.
To match old modules enter 2 extended commands one to turn the module on to 100% immediately then dim back down using the second extended command.
Data Byte:Hex Dec Percent
0x00 0 OFF
0x01 1 2%
0x02 2 3%
0x03 3 5%
0x04 4 6%
0x05 5 8%
0x06 6 10%
0x07 7 11%
0x08 8 13%
0x09 9 15%
0x0A 10 16%
0x0B 11 18%
0x0C 12 19%
0x0D 13 21%
0x0E 14 23%
0x0F 15 24%
0x10 16 26%
0x11 17 27%
0x12 18 29%
0x13 19 31%
0x14 20 32%
0x15 21 34%
0x16 22 35%
0x17 23 37%
0x18 24 39%
0x19 25 40%
0x1A 26 42%
0x1B 27 44%
0x1C 28 45%
0x1D 29 47%
0x1E 30 48%
0x1F 31 50%
0x20 32 52%
0x21 33 53%
0x22 34 55%
0x23 35 56%
0x24 36 58%
0x25 37 60%
0x26 38 61%
0x27 39 63%
0x28 40 65%
0x29 41 66%
0x2A 42 68%
0x2B 43 69%
0x2C 44 71%
0x2D 45 73%
0x2E 46 74%
0x2F 47 76%
0x30 48 77%
0x31 49 79%
0x32 50 81%
0x33 51 82%
0x34 52 84%
0x35 53 85%
0x36 54 87%
0x37 55 89%
0x38 56 90%
0x39 57 92%
0x3A 58 94%
0x3B 59 95%
0x3C 60 97%
0x3D 61 98%
0x3E 62 100%
0x3F 63 Immediate
For more information on soft start modules and programming scenes see boilers post
http://forums.x10.com/index.php?topic=16648.0