[etherlab-users] Question about cascading EK1100
Andreas Stewering-Bone
ab at igh-essen.com
Mon Sep 27 14:10:11 CEST 2010
Hello Michael,
There is no need to initialize the EK1100,
but it is possible.
You have to act on it like a normal slave without pdo configuration
#define BusCouplerPos 0, 0
#define Beckhoff_EK1100 0x00000002, 0x044c2c52
...
sc = ecrt_master_slave_config(master, BusCouplerPos, Beckhoff_EK1100);
if (!sc)
return -1;
and that is all
Greatings
Andreas
Michael Sagner schrieb:
>
> I’m planning to use several EK1100 couplers on one ethernet line.
>
> The first EK1100 will be connected directly to a PC’s Ethernet port
> (the PC is running Etherlab),
>
> The second one will be connected via the slave Ethernet port of the
> first EK1100 and so on.
>
> Q: What must be done to initialize the slave EK1100’s? Is there a
> C/C++ code sample for this, someplace?
>
> Any hint appreciated.
>
> Thanx in advance
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> etherlab-users mailing list
> etherlab-users at etherlab.org
> http://lists.etherlab.org/mailman/listinfo/etherlab-users
>
--
------------------------------------------------------------------------
Dipl.-Ing. Andreas Stewering-Bone Amtsgericht Essen HRB 11500
Ingenieurgemeinschaft IgH USt-Id.-Nr.: DE 174 626 722
Gesellschaft für Ingenieurleistungen mbH Geschäftsführung:
Heinz-Bäcker-Str. 34 Dr.-Ing. S. Rotthäuser
D-45356 Essen Dr.-Ing. T. Finke
Tel.: +49 201 / 360-14-15 Dr.-Ing. W. Hagemeister
Fax.: +49 201 / 360-14-14 Tel.: +49 201 / 360-14-0
Andreas.Stewering-Bone at igh-essen.com http://www.igh-essen.com
------------------------------------------------------------------------
More information about the Etherlab-users
mailing list