Johanb

Nummural input box

5 posts in this topic

I need to set diverent DM channel with one numural inputbox in a NS 5  screen .

how do i do this ?

 

Share this post


Link to post
Share on other sites

You don't.  One box ties to one address.  Write a script or logic to copy it.

Never seen an HMI where a data input can be written to multiple addresses.

Share this post


Link to post
Share on other sites

crossbow .

Sorry to say , but it is possible .

I have written a Macro that reads the data from the box and write it in to 10 different dm channels in a OMRON PLC .

And Yes .

the adress write command is copied .

on change the Value :

WRITECMEM([SV357:DM05000],$HW1000,1);
WRITECMEM([SV357:DM05010],$HW1000,1);
WRITECMEM([SV357:DM05020],$HW1000,1);
WRITECMEM([SV357:DM05030],$HW1000,1);
WRITECMEM([SV357:DM05040],$HW1000,1);
WRITECMEM([SV357:DM05050],$HW1000,1);
WRITECMEM([SV357:DM05060],$HW1000,1);
WRITECMEM([SV357:DM05070],$HW1000,1);
WRITECMEM([SV357:DM05080],$HW1000,1);
WRITECMEM([SV357:DM05090],$HW1000,1);

and it works .

 

Share this post


Link to post
Share on other sites

This is what Crossbow meant when he said this (Script in the HMI):

On ‎12‎/‎19‎/‎2016 at 10:40 AM, Crossbow said:

 Write a script or logic to copy it.

Share this post


Link to post
Share on other sites

Hallo Michael .

I am sorry for the correction .

Apparently i missed the that in his reply .

hope it will not effect his reply .

 

regards Johan

 

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