Specifications

EssentialsofCrestronProgramming
62
SymbolLibrary
TheSymbolLibraryconsistsofthreedirectories:
LogicSymbols:LogicSymbolsperformoperationsthatmanipulatethestatesofoutput
signalsintheprogram.Programmerswilltypicallyusemanylogicsymbolswhen
programminginSIMPLWindows.Logicsymbolsallowprogrammersindependent
flexibilitybyofferingmanydifferentwaystosolveacontrolproblem.Log
icsymbolscan
rangefromtheverybasiconessuchastheAND,OR,orNOTsymbols,tosymbols
designedforveryspecialapplications.
CrestronModules:Crestronmodulesarelogicmodulesthatcontrolthirdparty
devices.Modulesareselfcontainedlogicprogramsthathavebeenprecoded,tested
anddebuggedatCrestr
on.Thesededicatedmodulescanbepluggedintoaprogramand
usedtogenerateallthepropercontrolcodesforadeviceautomatically.
UserandProjectModules:UserModulesareusercreatedlogicmodules.Usermodules
areavailabletoanySIMPLWindowsprogram.Insomecasesyoumayha
vemodules
thatyouknowyouwillonlyneedforaparticularproject.Orelseyoumayhave
accumulatedalargenumberofusermodulesthatyouwanttoorganizedifferently
dependingontheproject.YoucanthusdesignateausermoduleasaProjectModule;a
projectmoduleisonlyvisibleina givenprogra
m.
ProgramView