07-23-2007 03:25 AM
07-24-2007 04:05 AM
07-24-2007 07:59 AM
Thanks for the Links! But I need aditional Help 😞
I have tried with DataSockets.
dataSocketRead.Connect("lookout://10.10.0.99/FP/2DI/00", AccessMode.Read); //Connects to Channel 0 from the cFP-DI-304
dataSocketWrite.Connect("lookout://10.10.0.99/FP/3DO/00", AccessMode.Write); //Connects to Channel 0 from the cFP-DO-403
It works with the DO-403 and DI-304 Module.
Now I have 2 questions:
Is it necessary to use a dataSocket for each channel or can I somehow read / Write the entire 16 or 32 Channels with one connection? Speed isn't important.
The other question is how (syntax?) can I write Commands to a Module (PG-522)
Lukas