Cables Cable/it

Cables Cable

Menu location
Cables → Cable
Workbenches
Cables
Default shortcut
C B
Introduced in version
0.1.0
See also
Cables Profile, Cables WireFlex, Cables Material

Descrizione

Cable crea un oggetto Cable basato sui Cables WireFlex e sui Cables Profile selezionati. Anche il CompoundPath può essere selezionato come filo di base (introdotto nella versione 0.2.0). Cable è completamente parametrico e deriva da Arch Pipe, ereditandone tutte le proprietà. Alcune proprietà specifiche di Arch Pipe sono nascoste e non utilizzate da Cable.

Il Cavo crea automaticamente diversi sottocomponenti in base a un dato Profilo. Questi sono:


346 / 5.000 L'oggetto Cavo può essere colorato con Arch Multimaterial associato alla proprietà Materiale. È possibile creare un isolamento bicolore per la guaina del cavo o per uno qualsiasi dei fili secondari (funzionalità introdotta nella versione 0.3.0). Per i dettagli, vedere Materiali dei cavi.

Esempio di cavo piatto a tre conduttori:
Forma del cavo multimateriale e relativo filo di base, profilo e fili secondari.

Utilizzo

  1. Selezionare il WireFlex o il CompoundPath esistente nella Vista 3D.
  2. Facoltativamente, selezionare il Profilo cavo esistente nella Vista 3D o nella Vista ad albero tenendo premuto il tasto CTRL.
    Se il profilo non è selezionato, verrà creato un cavo a filo singolo.
  3. Creare il cavo con uno di questi metodi:
    • Premere il pulsante Cavo.
    • Selezionare l'opzione Cavi → Cavo dal menu.
    • Fai clic con il pulsante destro del mouse nella Vista ad albero o nella Vista 3D e seleziona l'opzione Cavi → Cavo dal menu contestuale.

Una volta creato, il cavo viene posizionato nella posizione del WireFlex selezionato nello spazio 3D.

Note

  • All the cable subcomponents (base wire, subprofiles, subwires) are visible by default. They can be easily hidden by changing the Show Sub Lines property of a Cable.
  • As a first step in Usage instead of selecting a single WireFlex, a series of many WireFlex and/or CompoundPath objects can be selected. Then a new CompoundPath is created from the selection and used as a base for a cable (introduced in version 0.2.0).
  • First edge of each subwire has always the length = 5mm (hardcoded and cannot be changed by user) and is always perpendicular to attached subprofile. This is needed to ensure proper subwire shape creation.
  • Any fillets are not applied by default. It can be adjusted by changing cable properties: Base Wire Fillet Radius and Sub Wires Fillet Radius. It is recommended to do this as a last step of a cable editing.
  • The profile is mainly used to create cable with 2 wires and more. Although it is possible to create single-wire cable with double insulation using the profile, the simplest method to create a single-wire cable is to not use a profile at all.
  • In rare cases it can happen that second profile (B_Profile) of a cable is in an error state after some changes of parameters. Then Map Mode of a B_Profile should be changed to Deactivated and recomputed. It will fix it.

Properties

A Cable object shares the common properties and behaviors of all Arch Components.

A Cable is derived from Arch Pipe and inherits all of its properties. Some properties specific for Arch Pipe are hidden and not used by Cable.

Data

Component

  • DatiBase (Link): The base wire of a cable.

For the other properties in the group see Arch Component.

Cable (structure introduced in version 0.2.0)

  • DatiAuto Label Sub Lines (Bool): If set to true the names of all subelements (base wire, subprofiles, subwires) will be renamed automatically. To refresh names the property should be changed to false and to true again. The ends of cable are named as A and B. Suffixes of subwire names are named after the names in Sub Colors property.
  • DatiCable Rotation (Angle): Specifies the rotation angle of the subprofile A. The subprofile B rotation is calculated automatically. This parameter makes sense for flat cables.
  • DatiProfile (Link): The base profile of this cable. It determines number of wires in the cable. If not set, the single-wire cable is created.
  • DatiShow Sub Lines (Bool): If set to true all the subelements (base wire, profiles, sublines) are visible in the 3D View.
  • DatiSub Colors (StringList): Used as colors recipe for Material property and source of names for Auto Label Sub Lines property. It contains the list of names with the following formula: "Label:nr", where Label indicates the name of cable jacket, subwire insulation or conductor (examples: J, L1, N, PE, CU) and nr indicates subwire number (special numbers: 0 - cable jacket, -1 - all others, used mainly for CU label). For cables created with 1-5 or 8 subwires the default values are put here. The property can be changed by clicking on next to the property name. See also Cable Materials.
  • DatiSub Profiles (LinkList): List of links to subprofiles A and B. They are created automatically as clones of main profile upon cable creation.
  • DatiSub Wires (LinkList): List of links to all subwires on both ends of a cable (A and B). All subwires are created automatically upon cable creation.

Cable Shape (structure introduced in version 0.2.0)

  • DatiBase Wire Fillet Radius (Length): Specifies the radius of the fillets at the corners of the base wire.
  • DatiBase Wire Path Type (Enumeration): Specifies the Path Type of Base Wire. Default value = 'Wire'.
  • DatiLength (Length): Shows the total length of a cable together with subwire ends.
  • DatiStripped Wire Length (Length): The length of the bare conductor wire at the end of each subwire. Default value = 8mm.
  • DatiSub Wires Fillet Radius (Length): Specifies the radius of the fillets at the corners of all subwires.
  • DatiSub Wires Path Type (Enumeration): Specifies the Path Type of all Sub Wires. If value 'Customized' is selected, the different values of Sub Wires have been set independently. Default value = 'Wire'.

Flusso di lavoro tipico

Creating a complete colored cable requires few steps:

  1. Create cable as described in Usage
  2. Rename the cable as desired. If the property Auto Label Sub Lines is set, then all cable subcomponents will be renamed accordingly. The suffixes of subwires names follow the color labels in the Sub Colors property. These labels can also be changed as desired.
  3. Create default multimaterial set as described in Cable Materials. Adjust created materials or leave the defaults.
  4. Assign selected multimaterial to the Material property of a cable.
  5. Make sure the color labels in the Sub Colors property correspond to the names in the chosen multimaterial. This ensures proper colors of the cable and all of its subwires.
  6. Single subwire can be edited as any WireFlex and can be attached to other elements, e.g. to Cable Connector. Note: first edge of each subwire has always the length = 5mm (hardcoded and can't be changed by user) and is always perpendicular to attached subprofile. This is needed to ensure proper subwire shape creation.