On 28 September 2016 02:57, quoth carlos_jimenez: > I have some problems to read values from a Gantner modules, and I have > the configuration file of this modules, but there are some strange tags for > me, I don't know how to use this tags with the master. > > ... > <Info> > <Mailbox> > <Timeout> > <RequestTimeout>100</RequestTimeout> > <ResponseTimeout>2000</ResponseTimeout> > </Timeout> > </Mailbox> > </Info>
These have no equivalent in Etherlab; it uses its own built-in mailbox timeouts and you can't override them. You also usually don't need to. > <ESC> > <Reg0400>25000</Reg0400> > <Reg0420>100</Reg0420> > </ESC> These control the Process Data Watchdog, which is configured in Etherlab via the ecrt_slave_config_watchdog API. > <Eeprom> > <ByteSize>2048</ByteSize> > <ConfigData>080C0204C8000000000000000000</ConfigData> > </Eeprom> This is basic configuration information which should already be programmed into the SII EEPROM by the vendor, so you shouldn't need to do anything with it. _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
