Move

bioplc

Member
Join Date
Jul 2005
Location
tampa
Posts
97
i have come across a Move command with

Source N7:4
Dest _3N2


can any body help me with whats the destination location is? (i know when rung is true value in source will be moved to destination)..but what is _3N2 here

Nick.
 
This is just an interesting symbol. I didn't think you could start one with an underscore but apparently you can. Go to View-Properties - Comment Display. Under 'Symbols' click 'Show Symbols & Address' and apply it.
 
Bernie..thanks for the reply

I am trying to validate a manufacturing line (pharma company)..unfortunately all i have right now is printed code with me. Any idea what it could be.

Help needed
 
bernie_carlton said:
This is just an interesting symbol. I didn't think you could start one with an underscore but apparently you can....

IIRC, older version of Logix did not allow you to begin a symbol name with a number but a '_' was OK. I also used to use this method with symbol names that needed to begin with a number. Later versions of Logix allow symbol names to begin with a number which sometimes helps in making the symbol match the devce tagname.

I still use the '_' to designate symbol names that are locally scoped.
 
Alaric's right here, Logix platforms don't like ANYTHING to start with a number (including program routines Grrrr...), so in many cases where a numeric symbolic ID is desired, it is preceeded with an underscore.

I use that somewhat annoying trick to force the routine listing in the project tree to stay sorted in a logical (rather than alphabetical) order.
 

Similar Topics

Hi everyone, I am working with micro850, a proximity sensor (FOTEK, PL-05P) and a 3DOF serial arm robot. I use MC_MoveRelative to control the...
Replies
1
Views
61
So I'm pretty green when it comes to troubleshooting in the field so bear with me. We have a Danfoss valve that opens/closes from an analog output...
Replies
23
Views
956
Hi. This is pretty basic but I'm struggling to find an efficient solution. I have a float value of let say 666.555 that I want to move / split...
Replies
3
Views
209
hi, I got a plc S7-1200 with SEW movitrac **** and i need to program something ridiculous if my application reaches sensor 1 then my SEW has to...
Replies
0
Views
188
Afternoon, I have a DB in TIA Portal V16 that is optimised. I cannot change this. There is an array inside that block which consists of 3000...
Replies
9
Views
1,145
Back
Top Bottom