IP_CONTROL not upated in version 1.21

Begonnen von jzhvymetal, 26. Februar 2012, 19:49:43

Vorheriges Thema - Nächstes Thema

0 Mitglieder und 1 Gast betrachten dieses Thema.

jzhvymetal

I think there is a mistake in the current release. The IP_Control is the same as in release 1.12. It does not reflect the code found in the following link

http://www.oscat.de/community/index.php/topic, 1649.0.html

peewit

yes, there is a mistake
Please take a look at the attachment.

[gelöscht durch Administrator]

jzhvymetal

#2
Peewit,

I am trying to port the code to use on CoDeSys3 PLC. For some reason I can not get the IP_Control to work unless I use the following:

SysSockSetOption (socket, SOCKET_SOL, SOCKET_SO_REUSEADDR, ADR dint_true () function to determine (dint_true)); (* Set option for local address reuse *)

Currently I use the older library which CoDeSys renamed SysSocket23. I plan on porting over to the newer library but was able to debug on why it would not work.