I am trying to use 6 different colors for my fixture wiring(3070 unix) and I have a little idea about the set-up.
I know that you have to modify the .hp3070 for this but I do not know the proper syntax.
Anyone who still remember the proper syntax for colored wiring set-up before IPG?
I know that you have to modify the .hp3070 for this but I do not know the proper syntax.
Anyone who still remember the proper syntax for colored wiring set-up before IPG?
Hello Edoga,
Could you share with us the syntax for color wiring?
Thanks,
Ben
Use the FXT.WIRECOLORS parameter in the .hp3070 file to specify the fixture wire colors.
The colors that you specify with this parameter are used in the fixture wiring reports. For example:
FXT.WIRECOLORS: "red black blue green yellow aqua white purple"
The first color specified is used for all non-ground power wiring. The second color specified is used for all ground power wiring. Each additional color is used for all wiring of one node each, and the wire colors are alternated.
For example, if the colors listed above were specified, power nodes would use red wires, ground nodes would use black wires, the first node would use blue wires, the second node would use green wires, and so on. After the color purple was used, the sequence would start again with blue.
The color names are limited to 20 characters and are truncated to the first six characters on the fixture building reports.
We recommend that the first two colors specified are red and black respectively.
You can use the FXT.WIRECOLORS: parameter to provide a message for the fixture builder. For example, you can add the number of the bin where the wire is located:
FXT.WIRECOLORS: "red_1 blk_2 blue_3 grn_4"
You can use the FXT.WIRECOLORS: parameter to provide wire color names in the local language. For example:
FXT.WIRECOLORS: "rot schwartz blau grun gelb braun"
--------------------------------------------------------------------------------