Author Topic: Vc++ help on plc program.. pls  (Read 14362 times)

cueball15

  • Newbie
  • *
  • Posts: 2
  • I'm a llama!
    • View Profile
Vc++ help on plc program.. pls
« on: August 29, 2005, 10:00:43 PM »
 :'(
Hi guys... i am using NAIS PLC and a ET-LAN... i suppose to come up with a simple program using VC++ to get the status for all the 32x n 32y using the photocol of tcp/ip.

i search though the net but only got a few on chat server n client using tcp/ip. try reading many time on the winsock but still can really write a working one... If there any kind soul to help me i will thank a lot... if there so one working like a similar project. pls alot me to view yr code to get so hint on how to start... thanks alot.

richard2511

  • Newbie
  • Posts: 7
  • Good things come in small packages !
    • View Profile
    • Ricardo Schelp & Asociados
Re:Vc++ help on plc program.. pls
« Reply #1 on: July 18, 2007, 09:34:30 PM »
have a look at http://freemodbus.berlios.de/index.php?idx=34.
It is for modbus protocol but you may get some ideas on how to do the TCP/IP thing. It is actually written in classic c (some concepts a little different from vc++). Regards.