See. that effort wasn't wasted :^)
Regards
cww
Jiri Baum wrote:
> Hello,
>
> takeshi ikeya:
>
>> And I've encountered a new problem(wish).
>> Is there any good way to share plcpoints between
2(or more) MatPLCs running
>> on two PCs ?
>> Sharing plcpoints on TCP/IP is enough.
>> Delay of 100 or 200ms is allowed.
>>
>
> There is a way to do that, but it's very primitive and
the documentation is
> missing...
>
> It's a simple UDP protocol - see the directory
mat/io/simple-udp
>
> Configuration is fully manual; each direction is set up
separately (if you
> want both directions).
>
> On the sending side, the module is called
"send" and has the following config:
>
> to_host = recipient.host.name
> (default: localhost)
> to_port = 1234
> (default: 29600)
> send point1 point2 point3
> send point4 point5 point6
>
> On the receiving side, the module is called 'recv"
and has the following
> config:
>
> port = 1234
> (default: 29600)
> recv point1 point2 point3
> recv point4 point5
> recv point6
>
>
> I'll go put this in the manual now.
>
> Jiri
>
--
Franklin D. Roosevelt Wrote about that other famous monopoly
in 1938:
"The liberty of a democracy is not safe if the people
tolerate the growth of
private power to a point where it becomes stronger than
their democratic State
itself. That in it's essence, is Fascism - ownership of
government by an
individual, by a group or by any controlling private
power." But the
conviction of Standard Oil stood. Our government is already
powerless
against today's monopoly. Only the people can prevail.
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
MAT-devel mailing list
MAT-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mat-devel
|