Communication between LookOutDirect and DirectSoft 32

sourabha

Member
Join Date
Oct 2006
Location
Indiana
Posts
1
Hi,

I am working with a DL06 PLC. I am trying to a develop a LookOut Direct HMI for this tainer. I would like to know if there is any option in LookOut Direct where it allows me to run small parts of PLC code along with HMI so that i can toggle discrete PLC outputs. To be more speicifc i have X0 - 16 input bits and C0 - 16 status bits. I have to develop a logic in PLC programming so that the status bits toggels Y0 - 16 outputs on the tainer. So can you please let me know if there is any way of establishing communication between LookOut Direct HMI and DirectSoft 32 PLC programming software.

Thanks
regards
Sourabha
 
Both programs can be open at once and share the communications link - I've done that in the past. I don't think there is a way to manipulate the DirectSoft from LookOut.

The best way to do this is to put contacts in the ladder logic and manipulate them from the Lookout. You could do this with "C" directly if you are using K-Sequence protocol, or manipulat a V-Register if you are using DirectNet and then use the word to turn an internal coil on or off to manipulate the output.
 
What Tom said is true. LookoutDirect and DirectSoft are two seperate software programs. They can't communicate.

What you need to do is to use a set of unused "C" bits to set the corresponding outputs. Use these in parallel with the exisiting contacts that currently turn on the output and have LookoutDirect address these "C" bits.
 

Similar Topics

I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
59
Or there is an alternative to this? I suppose there are many but I've only seen put/get Can you for example set up a new plc and connect it to an...
Replies
5
Views
295
Communication between devices will stop working for a certain period of time. I caught the error message using WireShark. I cannot identify the...
Replies
0
Views
97
I am having trouble running the application throught my PLC, tm221me32tk with magelis HMIGTO6310 I have prepared the plc programme, also created...
Replies
0
Views
102
Hi, I am trying to send data register type (D) from Toyopuc PC10g to FX5u. Does it possible to connect both plc using fx5u features which is...
Replies
1
Views
30,616
Back
Top Bottom