[성현모] DeviceManager, Factory 리팩토링, DIO, Scanner 추가
This commit is contained in:
28
eCIAv2.Library/Config/eCIAv2Config.json
Normal file
28
eCIAv2.Library/Config/eCIAv2Config.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"Configs": {
|
||||
"1": {
|
||||
"CH": 1,
|
||||
"Device": {
|
||||
"DIOs": [
|
||||
{
|
||||
"Name": "NMF1"
|
||||
}
|
||||
],
|
||||
"Scanners": [
|
||||
{
|
||||
"Name": "Cognex1",
|
||||
"Port": "COM1"
|
||||
},
|
||||
{
|
||||
"Name": "Cognex2",
|
||||
"Port": "COM2"
|
||||
},
|
||||
{
|
||||
"Name": "Zebra1",
|
||||
"Port": "COM3"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user