Jump to content

BachPhi

MrPLC Member
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BachPhi

  1. 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
  2. Even better if you add it to a "Rockwell Stuff" icon folder in Startup screen
  3. Have you tried the Position Scaling = 91.02? What is the angular displacement for 1 shaft encoder rev. in manual ?
  4. 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?
  5. 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...
  6. Nice! What have you done to the rack?
  7. If you're feeling adventurous, go with firmware 37.011; otherwise, stick with 35.011. Enjoy a Caipirinha on me!
  8. Have you watched this howto setup: https://inductiveautomation.com/resources/video/getting-started-with-ignition.
  9. Studio 5000 Standard Edition has limited support for high-level programming languages, such as Structured Text and Sequential Function Chart (SFC). No advanced safety PLC configuration (requires Professional Edition or Safety add-ons).
  10. Communication Port: DH-485, software RSLogix 500.
  11. 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.
  12. what firmware are you using? Alsoin the 1st rung, replace with first scan S1:15 bit to clear the buffer.
  13. 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?
  14. 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.
  15. RSlinx 2.57 currently targeted for September 2010 will be compatible with windows 7
×
×
  • Create New...