-4

I have a Fatek PLC and I need to use its data in my C++ program which is written in Visual Studio IDE. I want this communication to be double sided, i.e. I want to use C++ program outputs in Fatek PLC and vice versa. How can I make this communication? I should note that I am using FaconServer between Fatek PLC and my C++ program.

Peppo
  • 1,107
  • 1
  • 12
  • 19
  • 1
    Welcome to StackOverflow, please review: [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask) – Jonny Henly Nov 03 '15 at 12:01

1 Answers1

0

You have to implement this protocol in your C++ application

Max Markson
  • 800
  • 1
  • 19
  • 34