C suite 培訓(xùn)資料csuite_Slide_2_5



《C suite 培訓(xùn)資料csuite_Slide_2_5》由會(huì)員分享,可在線(xiàn)閱讀,更多相關(guān)《C suite 培訓(xùn)資料csuite_Slide_2_5(144頁(yè)珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。
1、,c.suitetrainingcourseUpgradefrom1tool,Ver.2.518/07/2016,ThisdocumentandallitscontentsisstrictlyCONFIDENTIAL.Allunauthorizeduse,reproductionordistributionofthisdocumentortheinformationcontainedinit,byanyoneotherthanCarelemployeesisseverelyforbidden.,c.suitetrainingcourse,Trainees:,Welcome!,Trainer:P
2、aoloZama,c.suiteUPGRADEtrainingcourse,Meantforwhoalreadyknows1tool.Howtodoinc.suitewhatavailablein1toolandfunctionspeculiarofc.suiteComparisonwith1toolMostofthebasicfunctionsof1toolareavailableinc.suiteevenifwithmanagedinadifferentway.Focusonfunctionsthatareabsentormanagedinaverydifferentwaycompared
3、to1tool(protocol,alarms,howtocreatefunctionblock,)Otherfunctionsarenotmentionedbecausehavetobeintendedsimilarorequalto1tool(conceptofmaskoloop,howtoenableamask,c.suitetrainingcourse,Togivethebasicknowledgeon:EditorsProgramminglanguagesProjectmanagementthroughaseriesofexercises.Attheendofthecourseyou
4、willhavemadeanapplicationforasimplechillerunitYouwillbeabletocreateanewapplicationandopen/modifyalreadymadeones.ItismoreimportantthatyoutrytorememberWHATfunctionsareavailableratherthanrememberHOWtousethem:forthistherearetheslides,theusermanual,quickreference,KSANodetailsregarding:hardware,wiring,sal
5、es.,c.suitetrainingcourse:Maintopics,ConnectedplatformoverviewSetupc.suite,LicenceHowtocreate,edit,test,uploadaprojectintoac.pCOProgrammingwithFBD,ST,(LD,SFC)languagesHowtocreateasimpleuserinterfaceHowtodebuganapplication(Simulationi.e.inputsinternalsandoutputs/result.”“Afunctionwithresultmaybecalle
6、dinanexpressionorasastatement.”(*)“Afunctionwithoutresultshallnotbecalledinsideanexpression.”MainfeaturesHaszeroormoreinputs(onlyVAR_INPUT.OnedataelementorArrayorStructure)Hasoneoutput(foruserFUNCTIONithasthesamenameoftheFUNCTION.OnedataelementorArray).Canhavelocalvariable.IncontrasttoFUNCTIONBLOCKS
7、,localvariablesarenotstored,forthisreasonitalwaysproducesthesameresultforthesameinputs.SomesystemFUNCTIONSmayyielddifferentvalues.e.g.RAND(),GetAlarmsCount(),Noneedtocreateaninstance:justuseit!AccesstoGLOBALvariables:c.strategy:No,c.mask:Yes,(*)e.g.:ChangeLanguage(GetCurrentLanguage()+1);,Definition
8、“Afunctionblockisaprogrammableorganizationunit(POU)whichrepresentsforthepurposeofmodularizationandstructuringawell-definedportionoftheprogram.FUNCTIONBLOCKconcept:FUNCTIONBLOCKtypethedefinitionofadatastructurepartitionedintoinput,output,andinternalvariables;asetofoperationstobeperformedupontheelemen
9、tsofthedatastructurewhenaninstanceofthefunctionblocktypeiscalled.FUNCTIONBLOCKinstanceItisamultiple,namedusage(instances)ofafunctionblocktype.Eachinstanceshallhaveanassociatedidentifier(theinstancename),andadatastructurecontainingthestaticinput,output,andinternalvariables.Thestaticvariablesshallkeep
10、theirvaluefromoneexecutionofthefunctionblockinstancetothenext;therefore,callofafunctionblockinstancewiththesameinputparametersneednotalwaysyieldthesameoutputvalues.MainfeaturesHaszeroormoreinputs(onlyVAR_INPUT.OnedataelementorArrayorStructure)Haszeroormoreoutputs(onlyVAR_OUTPUT.OnedataelementorArray
11、orStructure).Canhavelocalvariables.IncontrasttoFUNCTIONS,thelocalvariablesarestored,forthisreasonitcanproducesdifferentoutputsforthesameinputs.Itisnecessarytocreateaninstancebeforetouseit.Instancehasaname.,c.strategy:FUNCTIONBLOCK,An“instance”basicallyisa“copy”.Itisanindependentstructureassociatedto
12、aalgorithmthatreads/writesthefieldsofthestructure,c.strategy:WhatisanInstance?,An“instance”basicallyisa“copy”.Itisanindependentstructureassociatedtoaalgorithmthatreads/writesthefieldsofthestructure,HowtocreateaFUNCTION/BLOCK(c.strategy),Parameter,LocalVariables,VAR_IN_OUTnotavailable,CreatenewFuncti
13、on/FunctionBlock:RightclickFunctionorFunctionBlocknodeAddNew*Renameblock:RightClicknameRenameorClickorF2Createparameters(pin):RightClicknameParametersordoubleclickLocalvariablesWritecode:DoubleclickthenameintheSolutionExplorerthenwritecode,DoubleclickCodenodeWritecode,HowtocreateaFUNCTION(c.mask),FU
14、NCTIONcheckActiveAlrmVAR_INPUTfromAlarmkey:BOOL;END_VARVARinfoOk:DINT;END_VARTotAlrm:=GetAlarmsCount();IFTotAlrm0THENIFfromAlarmkeyTHENSetLedStatus(12,1);StoreMask();END_IF;/CallGetAlarmInfotoshowfirstalarmactiveAlrmIdx:=1;infoOk:=GetAlarmInfo(AlrmIdx,AlrmCode,);END_IF;END_FUNCTION,FUNCTIONfunction_
15、nameDeclarationofInputvariablesDeclarationofLocalvariablesCodeEND_FUNCTION,Noreturnedvalue!,Inc.maskisnotpossibletocreateFUNCTIONBLOCKS(onlyFUNCTIONS),1)DefinitionSeeHowtoCreateaFUNCTION/BLOCK2)CreateinstanceOR3)FBcall,WriteInputsPower_HP:REAL:=5.0;Running_Hours:UDINT;END_STRUCT;END_TYPE,IF(Comp1Req
16、)AND(UnitStatus)THENComp1.Status:=TRUE;ELSEComp1.Status:=FALSE;END_IF;(*OR*)Comp1.Status:=Comp1ReqANDUnitStatus;,IFW_InTemp=15.0THENAL_HighTemp.Trigger:=TRUE;ELSEAL_HighTemp.Trigger:=FALSE;END_IF;(*OR*)AL_HighTemp.Trigger:=(W_InTemp=15.0);,WhytouseaSTRUCT?Imagineyouhavetomanage8compressors,andforeac
17、hcompressorstoreStatus,Power,RunningHoursWithoutusingSTRUCTyoushouldcreate24variables:UsingSTRUCTinsteadDefinetheSTRUCTCOMP_INFOFieldStatusFieldPowerFieldHoursCreate8variablesCOMP_INFOExampleofusage:AVERAGEofPOWER,StructuredDataType(alternativeexplanation),StructuredDataType(continue),Itispossibleto
18、doevenbetter!DefinetheSTRUCTCOMP_INFOFieldStatusFieldPowerFieldHoursCreatejust1variable:anARRAYofCOMP_INFOExampleofusage:AVERAGEofPOWER,c.strategy:DebuggingSimulationthenitwasextendedtosupportINTEGERSand/orREAL.Itsalow-levellanguage,notstructured,notverysuitableforcomplexsystems.ContactandCoilarevar
19、iables(whichcanbelinkedtoI/O)ContactsinseriescorrespondtoAND.ContactsinparallelcorrespondtoOR.=,c.strategy:SFC-SequentialFunctionChart,“TheSFCelementsprovideameansofpartitioningaprogrammablecontrollerprogramorganizationunitintoasetofstepsandtransitionsinterconnectedbydirectedlinks.Associatedwitheach
20、stepisasetofactions,andwitheachtransitionisassociatedatransitioncondition.”BasedonSTEPandTRANSITIONDivergence(OR),Convergence(AND)Statepropertiesstate.x:stepstatus(notactiveoractive)state.t:elapsedtime(TIMEdatatype)State:executeszeroormoreACTIONSAnACTIONcanbesnippetofcodeoravariableassumingthestatus
21、ofthestepN,S,R,P0,P1type(e.g.:N:alwaysexecuted,P1:executedoncewhenstepbecomeactive,etc.)ACTIONandTRANSITIONScanbewritteninSTorLDlanguageExamples:http:/wpage.unina.it/lippiell/docs/tch_tsa_slides_L22.pdf,STEP,TRANSITION,ACTIONs,c.strategy:SFCExample,RequirementSpecifications:PressGobuttontostartcycle
22、ThetrolleymovesRightstilltherightwallThetrolleyisfilledtilltheFillsignalThetrolleymovesLefttilltheleftwallThetrolleystopsandwaitsforthenextcycle,c.strategy:SystemInformation,Accessiblethrough:SystemvariablesorSYS_READ/SYS_WRITEFunctionBlocks,c.strategy:Timemanagement,TherearentSystemVariableslike1to
23、ol(Current_Secondetc.areuservariables),(*Hightemperaturealarm*)(*/no*)IFW_InTemp=15.0THENAL_HT.Trigger:=TRUE;ELSEAL_HT.Trigger:=FALSE;END_IF;IFStatus=1AND(NOTManualMode)THENSpeed:=SpeedDemand;ELSIFStatus=2THENSpeed:=0;ELSESpeed:=100;END_IF;FORi:=1TONum_ValuesBY1DOTot:=Tot+ArrayValuesi;END_FOR;Averag
24、eVal:=Tot/Num_Values;VAR_GLOBALLastValidRecord:DINT;/IndexofthelastvalidrecordBlinkAlrmLed:BOOL;END_VAR(*ActiveAlarmsManagement*)FUNCTIONcheckActiveAlrmVAR_INPUTfromAlarmkey:BOOL;END_VARVARinfoOk:DINT;END_VARTotAlrm:=GetAlarmsCount();IFTotAlrm0THENIFfromAlarmkeyTHENSetLedStatus(12,1);StoreMask();END
25、_IF;END_IF;END_FUNCTION,STsyntax:basics,Statementsendwith“;”FUNCTION*,END_FUNCTION,VAR_*END_VAR*etc.arenotstatements!use“=”forevaluatingconditions,use“:=”forassignmentsF/FBcall:“()”requiredevenifnoparameters():forfunctioncall,:forarrayIF:1ormoreconditions(AND,OR,NOT)c.masknews:Canuseexpressions(e.g.
26、IF(Setpoint+1.0=30.0)ELSE/ELSIFsupportedRemarks:/tilltheendoftheline(onlyc.mask)(*)alsoacrosslinesMostusedstatements:IF,FOR(mainlyusedtomanagearray)SPACE,TAB,NEWLINEareoptionalSTLanguageisnotCaseSensitive(e.g.IF=if),c.strategy,c.mask,“,“,Calculatestheaverageofthevaluesofthearray1.NumValues,CAST,Thec
27、onversionfunctionsareusedtoconvertanyoftheelementarydatatypes(BOOL,BYTE,WORD,DWORD,SINT,USINT,INT,UINT,DINT,UDINT,REAL,TIME,DATE,STRING)toanyother.Theymustbeusedtomakethedatatypeuniformbeforeafunction,wherethisisrequired.,INTvariable,REALexpression,BlockExecutionOrderDefaultorderisTOPtoBOTTOM,ifatsa
28、melevelthenLEFTtoRIGHT.Ifblocksareconnected:accordingtoconnectionsItispossibletoshownumbers:ExecutionOrderShowExecutionOrderandmanuallysetorder(notrecommended,slow)ExecutionOrderManualdefinitionNOTEDonotusetheManualmodeunlessitisreallynecessary.Instead,placeobjectsincolumnDontcreatealoop:behaviouris
29、quiteunpredictablePOU-ProgramExecutionOrder:TOPtoBOTTOMTochangeorder:DragstatementcorrespondstoGotoMask(1stmaskoftheloop);,c.mask:Level:Terminal,Mask,Class,Aloopofmasksisagroupofmasks.,CLASS,MASK,TERMINAL,CLASS(highestpriority)MASKTERMINAL(lowestpriority),ThelevelisshownintheKeyBindingEditorThelevel
30、isthesamefortheKeyBindingEditorandProperty,c.mask:StandardClassesmanagement,Features:OneormoreclassforeachdatatypeCL_INTCL_REAL_CL_BOOL_SWAP,etc.)4classesforREALvariables(0,1,2,3decimalfigures)CL_REAL_0:incr/decrdeltais1CL_REAL_1:incr/decrdeltais0.1CL_REAL_2:incr/decrdeltais0.01CL_REAL_3:incr/decrde
31、ltais0.001AutomaticselectionwhenDragEND_VARSTeditor-Comments(*Thisisacomment*)or/Imagelibrary:installationfolderCarelc.maskPackagesToLoadImages,c.mask:Miscellaneous4/4,Newstatements.Highlights:ELSE/OR/NOT,Alarm*(),AcquireTerminal(),SetLedStatus()(LEDblink!)HowtomanagetheLEDoftheterminal:SetLedStatus
32、()result:=SetLedStatus(index,status);,c.design:Highlights,DefineamachineconfigurationSelectcontrollerI/Oconfiguration(BindvariablestophysicalI/O)ProtocolsconfigurationDefaultsconfigurationMaskwizardconfigurationLogsconfiguration(event,periodic)tERAserviceconfigurationc.pCOconfiguration(hostname,IPad
33、dress,pLANaddress,etc.),c.design:topics,HOWTOCreatedifferentconfigurationsBindvariablestophysicalI/OwithIOEditorProtocolswithProtocolEditorDefineamachineconfigurationwithDEVEditorMaskwizardwithWizardmaskeditorCreateevent/periodiclogswithLOGEditortERAserviceconfigurationwithtERAEditorSystemconfigurat
34、ion(hostname,IPaddress,pLANaddress,etc.)withpCOconfig.Editor,c.design:Wizard,STEP1:Start-WelcometoWizardSTEP2:SelectRepositoryLocalorRemote(URL)repositorySTEP3:SelectorCreateConfigurationNew,Delete,CloneImport/ExportSTEP4:EditconfigurationI/OEditorProtocolEditorDEVEditorTHEN:UploadtoDevicewithc.fact
35、ory,c.design:I/OEditor,Views:DesignviewTableviewFunctionsScreenshotPrintFitimagetopageImportExport,DoubleClickonthehotspottoconfigureaI/O,DesignView,TableView,c.design:I/OEditor-Bindingvariables,1-Selectvariablefortheprobevalue,2-Selectchanneldirection,3-Selectchanneltype,4-Selectvariablefortheprobe
36、errorErrortype:I/Onoerror10,OnlyvariablessetasI/OinthePublicVariableSelector,NEWC.pCOSISTEMA,VariableBindings,ModBusTCP,ModBus/Carel/Custom,ModBus/Carel/Custom,ModBus/Carel/Custom,pLANdisplayprotocol,ModBus/Carel/Custom,1VCoverSSL,Connectivityoverview,Modbus/Carel/Custom/BACnet,Modbus/Carel/Custom/B
37、ACnet,Modbus/Carel/Custom/BACnet,Modbus/Carel/Custom/BACnetpLAN,ModbusTCP/UDPmaster/slaveHTTPtERA/webBACnet,SNMPFTP,NTP,Modbus/Carel/Custom/BACnet,Modbus/Carel/Custom/BACnet,c.design:ProtocolEditor-Highlights,SupportedprotocolCarelSlave(RS485)CarelMaster(RS485)ModbusSlaveRTU(RS485)ModbusMasterRTU(RS
38、485)ModbusSlaveTCP/UDP(ETH)ModbusMasterTCP/UDP(ETH)BACnetB-BCandB-AAC(*)MS-TP(RS485)andTCP/IP(ETH)Customprotocol(RS485)(*)AllprotocolsareavailableonallportMax7protocolstotal(*)ETHportsupportsupto7protocolsAnycombination(*)Requiresspecificlicenceforeachc.pCO.Onlyoneinstance.BACnetisClient/Server.(*)T
39、heappl.cantakethecontrolofaserialportSeeQuickReferenceformoredetails,Supportedcard:RS485,pCOWeb,pCOnet,Konnex,LON,c.design:ProtocolEditor,Theconfigurationwindowsofprotocolsaresimilar.Examples:MODBUSCARELBACnetSNMP,c.design:ProtocolEditor-Linemulti-masterandmulti-protocolonthesamenetwork(tERAconnecti
40、on,ModbusTCP/IPtotouchterminal,etc.)Longnetworkchains(withEthernetswitchinside)Standardprotocols:HTTPsfortERAModbusTCP/UDPmaster/slave(independentinstancesonthesamenetwork)BACnetB-BC/B-AACWEBserver(HTTP)FTPserverNTP(NetworkTimeProtocol),Thereare2switchedports.pCOIPandMACaddressesarethesameonthe2port
41、.pCOIPaddresscanbefixedordynamic.Speed:10Mbps/100Mbps.,c.pCOOSServices:Ethernet,HTTPServer,CustomHTMLpagesDynamiccontent(CGIs)ApplicationupgradeWebpGDinterfaceWebchartsfromlogdata,FTPServer,ModbusoverTCP,ApplicationupgradeCustomfileuploadLogdownload,Master/Slave,IntegratedtERAclient,IntegratedBACnet
42、B-AACprofile(AdvancedApplicationController)B-BCprofile(BuildingController),OSSERVICES,NetworkTimeProtocol,Clocksynchronization,tERAasnativesolution:NoexternalboxisneededPlugandplayconnectionSecureconnections:strictsecuritystandards(NIST)Built-inwebserver:Completelycustomisable,supportsstandardHTMLan
43、dJavaScript90Mbytesoffilestorageareavailabledynamicmethodsareavailable(CGICommonGatewayInterfacepGDWebandplotdataongraphs,c.pCO:tERAconnection/secondsvarmDeviceEngine=newDeviceEngine();varmVariablesUIModel=ExternalTemp:um:C,ReturnSolar:um:C,SanitaryWater:um:C,PH_prodW:um:W,decimals:0,PH_balanceW:um:
44、W,decimals:0,;,Step1CreateJSengineinstanceCreatevariableslistSetrefreshinterval,Step2PlacebackgroundpictureCreateinstancesPlaceonrightcoordinates,c.suite:Miscellaneous-Protection,Itispossibletoprotect:SystemmasksPrivateFlashmemory(ex.COPY_PASSWORD)PublicFlashmemory,Areyouattendingatrainingcourse?Ple
45、asedonotprotectyourc.pCO!,c.suite:Miscellaneous-Protection,ProtectionofthesystemmasksProtectsaccesstoconfigurationmenuofthesystemmasksBeforetoenterintheSETTINGS,APPLICATION,UPGRADEandLOGGERmenuthesystemaskstoenterthePASSWORDHowtosetthePASSWORD?:PressALARM+ENTERMenuSETTINGSMenuPASSWORDInsertnewpasswo
46、rd(0=nopassword)PowerOFF/PowerON,c.suite:Miscellaneous-Protection,ProtectionofthePrivateFlashmemory(ExCOPY_PASSWORD)ProtectsaccesstoPrivateFlashmemoryviaETH/USB/AP1(applicationfiles,IOconfig.,Protocolconfig.,etc.)BeforetouploadifthepasswordsetintheProtectiontab(*)isdifferentthantheonesavedinc.pCOthe
47、nthesystemaskstoenterthec.pCOPASSWORDHowtosetthePASSWORD?:Openc.designEnterpCOconfig.Editor/ProtectiontabInsertpasswordUploadfilesPowerOFF/PowerON(*)ThePasswordisnotacommunicationpropertylikeIPorUSBportbutitisapropertyifthe“Configuration”.,Upto8alphanumericcharacters,Remembertouploadthec.pCOconfigur
48、ation!,c.suite:Miscellaneous-Protection,ProtectionofthePublicFlashmemory(thedisk)ProtectsaccesstoPublicFlashmemoryviaHTTP/FTP(webpages,upgradefolder,userfolders,etc.)Beforetoaccesstofoldersthebrowser/FTPclientaskstoenterthePASSWORD/USERNAMEHowtosetthePASSWORD/USERNAME?Openc.designEnterpCOconfig.Edit
49、or/UserstabCreateusersUploadc.pCOConfigurationintoc.pCOCreateineachfolderyouwanttoprotectatextfilecalled“htaccess”(http)or“ftaccess”(ftp)containingthelistofuserallowedtoaccessImportant!Filenamesare“htaccess”“ftaccess”withoutfileextension.PleasenotethatWindowsfileexplorermayautomaticallyhideit.Thesef
50、ilecontainthelistofusernameseparatedbynewline/carriagereturn)AtthemomentisitnotpossibletoprotecttheaccesstoPublicFlashviaMSD.Workaround:Disable“PCOdisk”inthesystemmaskandprotectsystemmask,Remembertouploadthec.pCOconfiguration!,c.suite:Miscellaneous,ItispossibletoImport/Exportallpartsoftheprogram:POU
51、,protocols,variables,Configuration,protocols,Variables:canexportPOU-LocalvariablesorGlobalvariablesNFCsupportonlyc.pCOmini8KBRETAINwritablewithaNFCwriter(e.g.smartphone)evenifc.pCOisnotpoweredonFunctionBlocktoaccesstoNFCmemory(NFC_Read,NFC_Write,)AndroidAPPandc.pCOminiDemoapplicationStandardapplicat
52、ions:(AsksourcefilestoLocalBranch)DCcompressorchiller(ex.MiniChiller)VentilationCombodriverCRAC(ClosecontrolUnit)LanguageReferences(italian)http:/www.schoolofnerd.it/sites/default/files/EsempiIEC61131.pdf:Examples61131,severalSFChttp:/www.diit.unict.it/users/scava/dispense/II_270/IEC61131.pdf:Introd
53、o61131http:/www.diegm.uniud.it/smiani/Teaching/iec61131.pdf,Letsopenit,Nextsteps,BuytheStarterKit(seenextslide)Studythelanguagereference:F/FBoftheStandardandCAREL_BASIC_LIB,Systemvariables,c.maskSTstatementsStudythisSlidesandtheQuickReferenceMakepractice:CreateasimpleprojectormodifyastandardprojectN
54、eedhelp?Usermanualofc.suiteOFFLINEandONLINE(,Starterkit,Askyoursalesofficeforotherproduct(simulatorforothercontrollers,otherserialcards,etc.),c.suitesupport,Email:csuitesupportWEB:KSAareaSupportKSA:infoksac.pCOmanual.D+0300057IT+0300057EN.Therearemanyinforegardingc.designfeatures,protection,protocol
55、s(FTP,webserver,),systemmask.,Whathaveyoulearned?:Maintopics,ConnectedplatformoverviewSetupc.suite,LicenceHowtocreate,edit,test,uploadaprojectintoac.pCOProgrammingwithFBD,ST,(LD,SFC)languagesHowtocreateasimpleuserinterfaceHowtodebuganapplication(Simulation&Online,USBÐ)Howtoexchangevariableswithag
56、enericBMSsystem(ModbusSlaveandModbusMasterprotocol)Configuration:IO,Protocol,Log,tERA,c.pCOHowtomanagemodules(likec.pCOe)SystemmaskforconfigurationanddiagnosticOSservices(USB,FTP,ETH,)Websupport,c.suitetrainingcourse,Thankyouforyourattention,ifyouhaveanyquestionpleasefeelfreetoask,Theend,Haveyouprotectedyourc.pCO?(systemmenu,PublicorPrivateflashmemory)Pleaseremoveprotection!,HaveyousetDHCP=OFFinyourPC?SetDHCP=ON!,
- 溫馨提示:
1: 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 離心泵的檢修各零部件檢修標(biāo)準(zhǔn)
- 金屬材料疲勞強(qiáng)度的八大主要影響因素
- 機(jī)械安全知識(shí)
- 電機(jī)的工作原理與種類(lèi)
- 設(shè)備點(diǎn)檢內(nèi)容
- 有效防止液壓系統(tǒng)漏油的技術(shù)要領(lǐng)
- 鈑金和管工機(jī)械安全操作規(guī)程
- 閥門(mén)的100個(gè)專(zhuān)業(yè)術(shù)語(yǔ)
- 某單位機(jī)械設(shè)備安全檢查表
- 離心泵的汽蝕與吸入特性
- 過(guò)濾網(wǎng)目數(shù)標(biāo)準(zhǔn)
- 減少設(shè)備潤(rùn)滑故障的措施
- 離心泵機(jī)械密封安裝使用規(guī)則
- 閥門(mén)常見(jiàn)故障與原因
- 呼吸閥和真空破壞閥基礎(chǔ)知識(shí)總結(jié)
相關(guān)資源
更多