perf: 修改PCB工程
PCB工程中添加了outjob
This commit is contained in:
parent
ceb5469c17
commit
5e6b280a49
17
README.md
17
README.md
@ -1,15 +1,28 @@
|
|||||||
# 下位机
|
# 下位机
|
||||||
|
|
||||||
糖果分选机的下位机根据传送带脉冲等触发相机,接收上位机给的数据,按其要求控制阀板,用在各种分选机上。本次下位机采用的硬件是[广州致远电子股份有限公司 ](https://www.zlg.cn/)(周立功)的[EPC-9600I-L工控主板](https://www.zlg.cn/ipc/ipc/product/id/77.html)(简称EPC9600),自带各种接口,但是除了网口和DI/DO接口,其他接口统统用不到。阀板接口、触发相机的接口、编码器接口,都是连接自己做的IO扩展板,将IO扩展板插在底板DI/DO接口上,叠起来,因此称为叠板。要注意,IO扩展板上的供电接口仅仅用于IO扩展板自身的供电,EPC9600的供电需要另外提供。
|
糖果分选机的下位机根据传送带脉冲等触发相机,接收上位机给的数据,按其要求控制阀板,用在各种分选机上。本次下位机采用的硬件是[广州致远电子股份有限公司 ](https://www.zlg.cn/)(周立功)的[EPC-9600I-L工控主板](https://www.zlg.cn/ipc/ipc/product/id/77.html)(简称EPC9600),自带各种接口,但是除了网口和DI/DO接口,其他接口统统用不到。阀板接口、触发相机的接口、编码器接口,都是连接自己做的IO扩展板,将IO扩展板插在底板DI/DO接口上,叠起来,因此称为叠板。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
图中左到右分别为EPC9600,IO扩展板,糖果分选机整机,相机,上位机,编码器。其中,相机的触发线、编码器连接到IO扩展板,相机、上位机、EPC9600连接到以太网交换机。下面是接线图:
|
图中左到右分别为EPC9600,IO扩展板,糖果分选机整机,相机,上位机,编码器。其中,相机的触发线、编码器连接到IO扩展板,相机、上位机、EPC9600连接到以太网交换机。
|
||||||
|
|
||||||
|
IO扩展板提供了
|
||||||
|
|
||||||
|
- 1个12V电源输入
|
||||||
|
- 2个相机触发,1个为冗余
|
||||||
|
- 2个编码器输入,1个为冗余
|
||||||
|
- 4个阀板接口,3个为冗余
|
||||||
|
|
||||||
|
要注意,IO扩展板上的供电接口仅仅用于IO扩展板自身的供电,EPC9600的供电需要另外提供。<br>下面是接线图:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 目录结构
|
## 目录结构
|
||||||
|
|
||||||
|
- doc为说明文档,包括开发和部署细节、硬件设计的描述等
|
||||||
|
- [deploy.md](./doc/deploy.md)为开发和部署说明,首先看这个文档
|
||||||
|
- [hardware_description.md](./doc/hardware_description.md)为PCB设计说明
|
||||||
|
|
||||||
- script为配置系统、安装环境、安装可执行文件、卸载可执行文件等的脚本
|
- script为配置系统、安装环境、安装可执行文件、卸载可执行文件等的脚本
|
||||||
- protocol为上位机和下位机通信的协议
|
- protocol为上位机和下位机通信的协议
|
||||||
- hardware下位机主板、接口板、底板等的硬件设计
|
- hardware下位机主板、接口板、底板等的硬件设计
|
||||||
|
|||||||
297
hardware/Job1.OutJob
Normal file
297
hardware/Job1.OutJob
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -37,12 +37,6 @@ OutputPath=Project Outputs for epc9600ioextend
|
|||||||
LogFolderPath=
|
LogFolderPath=
|
||||||
ManagedProjectGUID=
|
ManagedProjectGUID=
|
||||||
IncludeDesignInRelease=0
|
IncludeDesignInRelease=0
|
||||||
CrossRefSheetStyle=1
|
|
||||||
CrossRefLocationStyle=1
|
|
||||||
CrossRefPorts=3
|
|
||||||
CrossRefCrossSheets=1
|
|
||||||
CrossRefSheetEntries=0
|
|
||||||
CrossRefFollowFromMainSettings=1
|
|
||||||
|
|
||||||
[Preferences]
|
[Preferences]
|
||||||
PrefsVaultGUID=
|
PrefsVaultGUID=
|
||||||
@ -133,6 +127,23 @@ DItemRevisionGUID=
|
|||||||
GenerateClassCluster=0
|
GenerateClassCluster=0
|
||||||
DocumentUniqueId=AJHWCVBW
|
DocumentUniqueId=AJHWCVBW
|
||||||
|
|
||||||
|
[Document6]
|
||||||
|
DocumentPath=Job1.OutJob
|
||||||
|
AnnotationEnabled=1
|
||||||
|
AnnotateStartValue=1
|
||||||
|
AnnotationIndexControlEnabled=0
|
||||||
|
AnnotateSuffix=
|
||||||
|
AnnotateScope=All
|
||||||
|
AnnotateOrder=-1
|
||||||
|
DoLibraryUpdate=1
|
||||||
|
DoDatabaseUpdate=1
|
||||||
|
ClassGenCCAutoEnabled=1
|
||||||
|
ClassGenCCAutoRoomEnabled=1
|
||||||
|
ClassGenNCAutoScope=None
|
||||||
|
DItemRevisionGUID=
|
||||||
|
GenerateClassCluster=0
|
||||||
|
DocumentUniqueId=
|
||||||
|
|
||||||
[Configuration1]
|
[Configuration1]
|
||||||
Name=Sources
|
Name=Sources
|
||||||
ParameterCount=0
|
ParameterCount=0
|
||||||
@ -185,7 +196,7 @@ OutputDir=Project Outputs for epc9600ioextend
|
|||||||
[OutputGroup1]
|
[OutputGroup1]
|
||||||
Name=Netlist Outputs
|
Name=Netlist Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=CadnetixNetlist
|
OutputType1=CadnetixNetlist
|
||||||
OutputName1=Cadnetix Netlist
|
OutputName1=Cadnetix Netlist
|
||||||
@ -287,42 +298,12 @@ OutputName20=WireList Netlist
|
|||||||
OutputDocumentPath20=
|
OutputDocumentPath20=
|
||||||
OutputVariantName20=
|
OutputVariantName20=
|
||||||
OutputDefault20=0
|
OutputDefault20=0
|
||||||
OutputType21=SIMetrixNetlist
|
|
||||||
OutputName21=SIMetrix
|
|
||||||
OutputDocumentPath21=
|
|
||||||
OutputVariantName21=
|
|
||||||
OutputDefault21=0
|
|
||||||
OutputType22=SIMPLISNetlist
|
|
||||||
OutputName22=SIMPLIS
|
|
||||||
OutputDocumentPath22=
|
|
||||||
OutputVariantName22=
|
|
||||||
OutputDefault22=0
|
|
||||||
OutputType23=XSpiceNetlist
|
|
||||||
OutputName23=Mixed Sim Netlist
|
|
||||||
OutputDocumentPath23=
|
|
||||||
OutputVariantName23=
|
|
||||||
OutputDefault23=0
|
|
||||||
|
|
||||||
[OutputGroup2]
|
[OutputGroup2]
|
||||||
Name=Simulator Outputs
|
Name=Simulator Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=AdvSimNetlist
|
|
||||||
OutputName1=Mixed Sim
|
|
||||||
OutputDocumentPath1=
|
|
||||||
OutputVariantName1=
|
|
||||||
OutputDefault1=0
|
|
||||||
OutputType2=SIMetrixSimulation
|
|
||||||
OutputName2=SIMetrix
|
|
||||||
OutputDocumentPath2=
|
|
||||||
OutputVariantName2=
|
|
||||||
OutputDefault2=0
|
|
||||||
OutputType3=SIMPLISSimulation
|
|
||||||
OutputName3=SIMPLIS
|
|
||||||
OutputDocumentPath3=
|
|
||||||
OutputVariantName3=
|
|
||||||
OutputDefault3=0
|
|
||||||
|
|
||||||
[OutputGroup3]
|
[OutputGroup3]
|
||||||
Name=Documentation Outputs
|
Name=Documentation Outputs
|
||||||
@ -399,7 +380,7 @@ PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|Print
|
|||||||
[OutputGroup4]
|
[OutputGroup4]
|
||||||
Name=Assembly Outputs
|
Name=Assembly Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=Assembly
|
OutputType1=Assembly
|
||||||
OutputName1=Assembly Drawings
|
OutputName1=Assembly Drawings
|
||||||
@ -421,7 +402,7 @@ OutputDefault3=0
|
|||||||
[OutputGroup5]
|
[OutputGroup5]
|
||||||
Name=Fabrication Outputs
|
Name=Fabrication Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=CompositeDrill
|
OutputType1=CompositeDrill
|
||||||
OutputName1=Composite Drill Drawing
|
OutputName1=Composite Drill Drawing
|
||||||
@ -501,7 +482,7 @@ Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLaye
|
|||||||
[OutputGroup6]
|
[OutputGroup6]
|
||||||
Name=Report Outputs
|
Name=Report Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=BOM_PartType
|
OutputType1=BOM_PartType
|
||||||
OutputName1=Bill of Materials
|
OutputName1=Bill of Materials
|
||||||
@ -564,7 +545,7 @@ PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintS
|
|||||||
[OutputGroup7]
|
[OutputGroup7]
|
||||||
Name=Other Outputs
|
Name=Other Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=Text Print
|
OutputType1=Text Print
|
||||||
OutputName1=Text Print
|
OutputName1=Text Print
|
||||||
@ -672,7 +653,7 @@ PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|Print
|
|||||||
[OutputGroup8]
|
[OutputGroup8]
|
||||||
Name=Validation Outputs
|
Name=Validation Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=BOM_Violations
|
OutputType1=BOM_Violations
|
||||||
OutputName1=BOM Checks Report
|
OutputName1=BOM Checks Report
|
||||||
@ -716,7 +697,7 @@ OutputDefault7=0
|
|||||||
[OutputGroup9]
|
[OutputGroup9]
|
||||||
Name=Export Outputs
|
Name=Export Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=AutoCAD dwg/dxf PCB
|
OutputType1=AutoCAD dwg/dxf PCB
|
||||||
OutputName1=AutoCAD dwg/dxf File PCB
|
OutputName1=AutoCAD dwg/dxf File PCB
|
||||||
@ -758,26 +739,11 @@ OutputName8=Specctra Design PCB
|
|||||||
OutputDocumentPath8=
|
OutputDocumentPath8=
|
||||||
OutputVariantName8=
|
OutputVariantName8=
|
||||||
OutputDefault8=0
|
OutputDefault8=0
|
||||||
OutputType9=ExportIDF
|
|
||||||
OutputName9=Export IDF
|
|
||||||
OutputDocumentPath9=
|
|
||||||
OutputVariantName9=
|
|
||||||
OutputDefault9=0
|
|
||||||
OutputType10=MBAExportPARASOLID
|
|
||||||
OutputName10=Export PARASOLID
|
|
||||||
OutputDocumentPath10=
|
|
||||||
OutputVariantName10=
|
|
||||||
OutputDefault10=0
|
|
||||||
OutputType11=MBAExportSTEP
|
|
||||||
OutputName11=Export STEP
|
|
||||||
OutputDocumentPath11=
|
|
||||||
OutputVariantName11=
|
|
||||||
OutputDefault11=0
|
|
||||||
|
|
||||||
[OutputGroup10]
|
[OutputGroup10]
|
||||||
Name=PostProcess Outputs
|
Name=PostProcess Outputs
|
||||||
Description=
|
Description=
|
||||||
TargetPrinter=Foxit Reader Plus Printer
|
TargetPrinter=\\Desktop-zlsdkj\HP LaserJet Professional M1136 MFP
|
||||||
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
|
||||||
OutputType1=Copy Files
|
OutputType1=Copy Files
|
||||||
OutputName1=Copy Files
|
OutputName1=Copy Files
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.0
|
1.1
|
||||||
Loading…
Reference in New Issue
Block a user