QUOTE(J&J Machinery @ Apr 13 2007, 08:11 PM) [snapback]52932[/snapback]
What I'm looking for is to store a group of numbers (up to 200) to a location in the PVPlus to be retrieved thru
user control such as a move command or load command to Micro Logix LRP controller Interger file N:7. I was trying to understand how the receipe option actually could work for this.
Thanks
I would have the numbers stored in a file (example would be N101) in the PLC and copy them to my working PLC file (example would be N7) on commend of the HMI. If its for recipes, I would store my 200 numbers in N101, n102, n103,n104,n105, etc and then copy them each into N7 when instructed by the HMI. REcipe #1 would be in N101, recipe #2 would be in N102, etc.
So, the numbers aren't stored in the HMI but they are copied in and out of a working file on HMI demand and the HMI has access to the storage and working files for editting.