Skip to content

Instantly share code, notes, and snippets.

@smurphy8
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save smurphy8/de9a5e8f48d481c69587 to your computer and use it in GitHub Desktop.

Select an option

Save smurphy8/de9a5e8f48d481c69587 to your computer and use it in GitHub Desktop.

Plow Technologies Assembly Numbering

There are 3 kinds of Assemblies so far...

  1. Panel Assemblies
  2. Processor Assemblies
  3. Card Assemblies

Each one has a unique numbering scheme

Panel Assembly Number

company-purpose-Processor-length x width x depth-radio[-card-number]

examples:

  • This would be a slave panel for Eagle Rock with a 1400 PLC in a 36x24x8 panel using 2 IF4 cards.
EagleRock-SlavePanel-1400-36x24x8-Phoenix-IF4:2
  • This would be a slave panel for Eagle Rock with a 1400 PLC in a 24x20x8 panel using 1 IF4 card.
Midstates-GCSPanel:12inDisplay-1400-24x20x8-Phoenix-IF4:1

Drive Assembly Number

company-purpose-drive-enclosure-type-**-[-power-options]
  • Here there is a purpose modifier explaining it is a 75HP drive.
ARP-XferDrive:12inPanelViewPlus-75HPLS7-SchaeferStd-CT-Wye-24V

Assembly Numbering conventions are for our backoffice system.

Please use when referring to a part.

company = "Midstates" |"ARP" |"EagleRock" |"Range" |"Vitruvian" ...

purpose = ("SlavePanel" |"OnpingPanel" |"MasterPanel" |"GCSPanel" |"XferDrive"):purpose-mods

purpose-spec = "HP"| "KW" | "Amps"

purpose-mods = [int]purpose-spec

length = double

width = double

depth = double

radio = "Phoenix" |"FreeWave" |"MicroTik" |"Maxon"

input-card-analog = IF4 ... input-card-digital = ...

output-card-analog = OF4 ... output-card-digital = ...

communication-card = SM2 ...

card-count = int

card-number = [input-card-analog, input-card-digital, output-card-analog , output-card-digital]

torque-options = "CT" |"VT"

surge-surpression = "Wye" |"Delta"

bus-voltage = "12V" |"24V"

power-options = [torque-options, surge-surpression, bus-voltage]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment