Gnex

MrPLC Member
  • Content count

    86
  • Joined

  • Last visited

Everything posted by Gnex

  1. Hi there, is somebody experience whereby the output of the 1769-OF4Ci is not responding on the value entered?.  Setting: 4-20mA Res: 0- 32767 - PID set whatever value I key in the output current remained.  please help. Ganie
  2. Hello all, I need your Help! We have recent problem which our backup program does not much with the Online program, and we think somebody on our network do some modification. Can anybody help me on this, putting password on the program, their was an option in the security but it was disable. how can I enable that option.
  3. Hello Friend, Need some assistance from you, I'm currently doing a project using AB Compactlogix with GOT1000 HMI. the Problem were. - How to do the Rslogix5000 Tag in GOT1000 Programming Software. - Is GOT1000 Really Support Compactlogix or RSLogix5000 Flatform Addressing - Error 322 appear at the Error Log Thank you! Gnex
  4. Then?.. what the problem?.. 
  5. Your using safety PLC, can you open the code? if not  maybe its Lock and need you to unlock before you use the Logix task monitor.
  6. used the Display Number, then call your display in the Global connection "Display" you then used either Local Tag to call it up or PLC tag to call which display you want to be active.
  7. I dont understand your explanation, anyway your major screens should be set to "Replace" and your pop up to "On top", also be sure you scale your Scada screen to exact  Desktop/laptop resolution. if scaling is properly done then dont check the box (Max.. i forgot the term) when you compile your project. 
  8. you can write value on your RTC by using CPW with one shot command. been using it for my production logging and it work perfectly 
  9. Powerflex 753

    Your question may need to be expound.. is your drive Toasted?.. by saying your wire connected together, are you shorting both your UVW together?.. 
  10. be mindful on Studio 5000 Revision, this new software is very critical with minor revisions if you developed your code on V20 and you open up in V20.01 it will prompt you to upgrade else it wont open, same as 21 up.. not like the older logix v19 down that minor revision is not that critical.  cheers, ganie
  11. hello, try to check MV156-EGD this is from prosoft which is a reliable partner of Rockwell Automation. it a GE Fanuc to Controllogix data exchange over ethernet. Cheers, Ganie
  12. What PLC are you using?.. i think your system is Bechkoff PLC which uses EtherCat Protocol..
  13. there are alot of options you can do, for me i would just use indirect addressing , FAL can also do your Block transfer by doing and array ..  
  14. Hi All, Anybody have used this Powerflex 755 option card( 20-750-UFB-1 )?.. im using an SEW absolute encoder with sin cos config. my question is how to Home or zero the reading, which encoder parameter should i call. Big thanks for help... Cheers
  15. are you familiar with network set up?.. this is the first thing you should think of. your laptop or programming device must have same IP subnet as your Adapter network. 2nd your 1794-AENT adapter have NO dipswitch but has rotatable knob set the 3 to 999 then. Then used BootP and enter the adpter mac address then you can change your IP network.       
  16. Upload AddOn Fault

    happen to me, somebody converted the code to 20.03 and download it, try uploading using version 20.03 on your laptop.    cheers,   Ganie
  17. RSLogix 5000

    I believed you are Siemens user and using TIA portal where all is drag and drop, and plc   hmi program are all in one. for AB nope!.. drag and drop of the animation you need can be found in FTView studio program, while ladder or function block or other language is the rslogix 5000.
  18. have you recently change you laptop computer's name?.. this is one reason.. 
  19. This happen if you rename your laptop, the FT directory save your laptop name during FT directory installation. follow what Mr. Automation had suggested to resolve your issue.
  20. Yes you can, create your push button plus animation in global object, then assign number to each parameter. after creating it import that object to the project screen and you can now do what you which to do. cheers, Ganie
  21. get the mac address of that 1794-aent and used BootP to change the IP address. 
  22. Hi All, Been doing SCADA for 15 years but mostly AB stuff.. like Rsview and FTview, however for the firstime,I was task to do Intouch wonderware SCADA to Siemens S7-400 PLC. the S7 is running on profinet TCP/IP communication protocol. what is the best commnunication to used in Intouch, I try to used the S7 DAS in intouch but only the real value is being copied al the blocks are empty. I need to read the Data: DB50 DBD8 to DBD100. how to do this.. i really need help .. cheers, Gnex
  23. Learn Data Movement

    If you need to move data the best intruction to used is BSR or BSL for Bit level and FLL SQL, FFL FFU so on.. for Word level.. cheers, Ganie
  24. FTView SE Popups

    Hi AsForrest.. Good that you create UDT thats a good apprroach on writting codes, for your String for Motor naming this is how you do it: Lets see you already used up your parameter number from #1 to #15 so I gonna used #20 for the motor string name: in your Local data base (HMI Tags) tick the first folder and go to upper part of the screen where you can find the icon called "create Folder" then create. name our folder " Motor Name" (Example Only) then you can start your naming : example: Under Motor Name: MotorName\Motor01 Type: String Under Data Source: Type: Memory Intial Value: Pump 01- Inlet Supply the intial value is the display description in your pup up. then in your Parameter file: #20 = Motorname\Motor01 ( You can used the navigational tool to go to Tag browser to locate the folder name "MotorName" I hope i help.. Cheers, Ganie