Specifications
EssentialsofCrestronProgramming
62
SymbolLibrary
TheSymbolLibraryconsistsofthreedirectories:
LogicSymbols:LogicSymbolsperformoperationsthatmanipulatethestatesofoutput
signalsintheprogram.Programmerswilltypicallyusemanylogicsymbolswhen
programminginSIMPLWindows.Logicsymbolsallowprogrammersindependent
flexibilitybyofferingmanydifferentwaystosolveacontrolproblem.Log
icsymbolscan
rangefromtheverybasiconessuchastheAND,OR,orNOTsymbols,tosymbols
designedforveryspecialapplications.
CrestronModules:Crestronmodulesarelogicmodulesthatcontrolthird‐party
devices.Modulesareself‐containedlogicprogramsthathavebeenpre‐coded,tested
anddebuggedatCrestr
on.Thesededicatedmodulescanbepluggedintoaprogramand
usedtogenerateallthepropercontrolcodesforadeviceautomatically.
UserandProjectModules:UserModulesareuser‐createdlogicmodules.Usermodules
areavailabletoanySIMPLWindowsprogram.Insomecasesyoumayha
vemodules
thatyouknowyouwillonlyneedforaparticularproject.Orelseyoumayhave
accumulatedalargenumberofusermodulesthatyouwanttoorganizedifferently
dependingontheproject.YoucanthusdesignateausermoduleasaProjectModule;a
projectmoduleisonlyvisibleina givenprogra
m.
ProgramView