mtconnect / adapter

MTConnect adapter framework
90 stars 73 forks source link

How to connect multiple fanuc machine using one adpater #25

Open coddddc opened 1 year ago

coddddc commented 1 year ago

hi ,

I have created fanuc adapter using visual studio. now I am using multiple adapters and writing IP in adapter config file. can we connect all machines using one adapter??

How we can run adapter as a window service. now I need to give fanuc_0id debug command from cmd . i want to run it as a service.

Please help