order entry

roxusa

Lifetime Supporting Member
Join Date
Nov 2008
Location
NJ
Posts
994
I have several machines running with L532E Processor RIO communication with SN. 2711-T10C1 Screen. I can do an automatic set up 12 axis by entering the box dimensions,
Does anyone have a simple way to store these 12 integers under an order number so they can be recalled. I did one once with a L543C and still used all the memory for 50 orders, Although it recalled orders by order number or customer name. I need something simple using a 6 digit order number.
One thought I had was looking into 2711P I have Machine View software but never used it. Thanks
 
Not sure if this is simple. But I would make a UDT that contains my 12 axis integers. Then create an Array of the UDT type. You could then populate your axis values in this array. Then make an Array of your Order Numbers that match the Axis Array. Use the FSC instruction to Find the Order Number selection needed. That will allow you to use the FSC .POS as an indirect address to select the correct parameters from your UDT Tag Array.
 

Similar Topics

Afternoon all, I'm working on setting up a large excel recipe table for porting updates through the Linx Gateway RTD/DDE function into my recipe...
Replies
2
Views
110
We are trying to poll data coming from a PLC for remote monitoring we have the IP address of the PLC and the default port number and the path is...
Replies
25
Views
572
Good morning. I'm doing a rehab and I need to recycle some part of the old code that won't change and that I need. This is a calculation that...
Replies
22
Views
1,359
Hello, I have been looking for a reference for the order that a UDT is copied in the COP instruction. More specifically - I have a set of code...
Replies
5
Views
548
Hello all, I got a session with the network guys that never deals with Profinet before. One of a comment to me was "can you make it not scan the...
Replies
5
Views
1,022
Back
Top Bottom