#GeneratorControl
Explore tagged Tumblr posts
Text
#GeneratorProtection#GEProtectionRelays#GeneratorControl#ElectricalEngineering#PowerSystems#EnergySolutions#SmartGrid#GeneratorMonitoring#G30ProtectionSystem#GEG30#MultilinHardFiber#IEC61850#RGOOSE#URPlatform#GeneratorReliability#PowerGeneration#RenewableEnergy#SubstationAutomation#IndustrialAutomation#EnergyInnovation
0 notes
Text
"2022 Special Promotion" Free Sices GC250, when buy Mecc Alte
0 notes
Text
8406-120


WOODWARD 8406-120 REV.G EGCP-2 DIGITAL GENERATOR CONTROL.
For more details visit www.adatronix.com
0 notes
Text

#Generator #ElectricalGenerator #GeneratorController #DeepSeaControler #PlantCoreFacilities #CoreFacilities #StandbyGenerator #BackUpPower #FuelLevel
1 note
·
View note
Text
Code Class Names
TransferDriverFactory BypassModule LayerDriver StackModel EnumerableOfContainer StackFactory PoolForBusinessModule DictionaryOfEvent EnumerableClass TransportDictionary GeneratorController HeapLinkedWidget ListDictionary ConnectorForm ChildView UnitEnumerableConnector TransportSystemClass TreeDriver ConnectorConnector StackLinkedGenerator DomainPlatform TransportPlatform AncilliaryConnector LayerClass DriverInterface ListEnumerableView ListLinkedGenerator SystemLayer DirectDictionary CollectionWidget ControllingPool ListOfModel TransferDictionaryLayer EnumerableForPlatform StackController ConsoleStackModule ListEnumerableStructure TreeOfController ListWithSystem ParentSystem BusinessLayerView AbstractList DictionaryOfGenerator ConsoleService WrappingView DictionaryService TreeWithUnitService DirectiveForm StackWidget HeapOfChildClass CollectionConnectorContainer AbstractListEvent OuterWidgetService StackWithService
I whipped up a quick and dirty generator for naming new code classes in large projects. the python source follows:
col = ["Heap", "Tree", "Enumerable", "List", "Dictionary", "Stack", "Pool"] v = ["Domain","Abstract","Business","Console","Managing","Controlling","Direct","Bypass","Unit", "Core","Outer","Wrapping","Transport","Transfer","Ancilliary","Deep","Child","Parent","List","Collection"] n = ["Controller","View","Model","Widget","Factory","ViewModel","Layer","Application","Service", "Directive","Class","Structure","Platform","Form","System","Manager","Interface","Event", "Container","Connector","Generator","Driver","Module"] connect = ["Of", "Of", "Of", "For", "With", "Linked"] for i in range(0, 100): print random.choice([ random.choice(n)+random.choice(n), random.choice(v)+random.choice(n)+random.choice(n), random.choice(v)+random.choice(n), random.choice(col)+random.choice(n), random.choice(col)+random.choice(connect)+random.choice(n), random.choice(v)+random.choice(col)+random.choice(n), random.choice(col)+random.choice(connect)+random.choice(v)+random.choice(n), random.choice(v)+random.choice(col), ])
0 notes