skyfox

SYSMAC NX1P2 Writing to NB HMI Local Memory

3 posts in this topic

Any way for the PLC to write data directly in to one of NB HMI's local memory addresses?

Say I want to write a value of "13" in to HMI's Area/Variable LW Address 100. Is this possible without using a macro?

Thanks.

 

 

Edited by skyfox

Share this post


Link to post
Share on other sites

Yes, but the PLC doesn't initiate it. You can program LW100 to take the value of say D100 using a data transfer object in the common window. Make the source D100 and the destination LW100. You'll need to give it a trigger bit so it runs constantly. I would map the 1 second clock pulse from the PLC to a bit that the HMI can address and then it will constantly update LW100 with the value of D100.

1 person likes this

Share this post


Link to post
Share on other sites
On 11/25/2021 at 8:39 AM, photovoltaic said:

Yes, but the PLC doesn't initiate it. You can program LW100 to take the value of say D100 using a data transfer object in the common window. Make the source D100 and the destination LW100. You'll need to give it a trigger bit so it runs constantly. I would map the 1 second clock pulse from the PLC to a bit that the HMI can address and then it will constantly update LW100 with the value of D100.

This works perfectly. THANK YOU!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now