-
Posts
19 -
Joined
-
Last visited
-
Days Won
1
Content Type
Forums
Downloads
Events
Store
Everything posted by BachPhi
-
Troubleshooting Barcode Data Transfer Issues
BachPhi replied to bobuhh98's topic in Allen Bradley / Rockwell Automation
I have to give credit to the Zebra engineers — they really made this barcode scanner way more complicated than it needs to be. Next time, I’d recommend going with the RTA 435NBX — it’s truly plug-and-play. Feel free to try out my code below. NEQ bcScanner:I.UpdateCounter LastCounter BST COP bcScanner:I.Data[0] BarcodeReadData[0] bcScanner:I.BarcodeLength NXB MOV bcScanner:I.UpdateCounter bcScanner:O.AckCounter NXB MOV bcScanner:I.UpdateCounter LastCounter BND -
Instead of open the floodgate, subnet 255.255.224.0 should do it.
- 8 replies
-
- cj2m-eip21
- eip21
- (and 9 more)
-
Help with Scaling an 843ES encoder
BachPhi replied to Boothy90's topic in Allen Bradley / Rockwell Automation
Have you tried the Position Scaling = 91.02? What is the angular displacement for 1 shaft encoder rev. in manual ? -
Help with Scaling an 843ES encoder
BachPhi replied to Boothy90's topic in Allen Bradley / Rockwell Automation
SFX here refers to a safety instruction, not SFC. I’d recommend manually rotating one full revolution and checking the value of SFX.FeedbackPosition. You may want to try this Position scaling = 32768/360 = 91.02 or Position Scaling = 32768 * Ratio /360 If it's linear motion, Position Scaling = 32768 * Ratio /(Pi * Travel Range) Could you provide more details? How did you interface with the 843ES? Is a Kinetix drive involved in this setup? -
Compact GuardlLogix memory capacity problem
BachPhi replied to asteroidehk's topic in Allen Bradley / Rockwell Automation
First thing. I'd do is to open Controller Tags - click on the drop-down box to Show All Tags and select 'Unused' and if you are lucky enough, remove those of the unused ones. Secondly, and if your programming skill is sufficient, make it to be more efficient. Pay attention to array, string array, udt sizez, etc... -
MicroLogic 1400 Major Error Code 0287h
BachPhi replied to Maury's topic in Allen Bradley / Rockwell Automation
Nice! What have you done to the rack? -
If you're feeling adventurous, go with firmware 37.011; otherwise, stick with 35.011. Enjoy a Caipirinha on me!
-
FactoryTalk Policy Manager and Ignition OPC-UA Server
BachPhi replied to maccy's topic in Allen Bradley / Rockwell Automation
Have you watched this howto setup: https://inductiveautomation.com/resources/video/getting-started-with-ignition. -
what programmer terminal for a SLC 5/01 cpu?
BachPhi replied to oldryder's topic in Allen Bradley / Rockwell Automation
Communication Port: DH-485, software RSLogix 500. -
Serial-to-Ethernet Converters with CompactLogix
BachPhi replied to mlb0066's topic in Allen Bradley / Rockwell Automation
RTA is an excellent product that's truly plug-and-play. Most setups take less than a few minutes. That said, it can be a bit pricey.- 5 replies
-
- communication
- compactlogix
-
(and 3 more)
Tagged with:
-
S:5/11 Battery Low Bit on ML1400
BachPhi replied to Catmandu13's topic in Allen Bradley / Rockwell Automation
-
Have you thought about emergency cases?
- 6 replies
-
- gsv wallclocktime
- localdatetime
-
(and 1 more)
Tagged with:
-
Micrologix 1400 ASCII Send to HyperTerminal
BachPhi replied to KalpeshD's topic in Allen Bradley / Rockwell Automation
what firmware are you using? Alsoin the 1st rung, replace with first scan S1:15 bit to clear the buffer. -
Click Communication - Configure Drivers - Select Ethernet Devices, Add new. Enter a name like Job number, Machine project #, then enter IP address for that PLC Also did you check the processor name for uniqueness?
-
Using RFIdeas Configutility, I read in raw my Hex data as follow: BBBA2164 IF I put a check mark on the "reverse wiegand bits" (not bytes), I will get 26845DDD from which I can extract out 5DDD which is my ID in hex. What I like to know is What are the Wiegand bits and how did they reverse the bit to go from BBBA2164 to 26845DDD. Thanks in advance.
-
Windows 7 and RSLinx working?
BachPhi replied to waterboy's topic in Allen Bradley / Rockwell Automation
RSlinx 2.57 currently targeted for September 2010 will be compatible with windows 7