Delbert

MrPLC Member
  • Content count

    37
  • Joined

  • Last visited

Everything posted by Delbert

  1. A series Motion Control

    Can someone please help me? My company has been dependent on a single laptop computer with software for programing an A172SHCPUN Motion controller and MR-J2S-200B. We only have one machine with this controller and it usually runs without problems. Untill today! and of course the laptop hasnt been used in a long time either so it wont boot up. Can someone please tell me what the software package is to program this controller? I tried searching the internet and mitsubishi's website but the only thing i can find is for Q series motion controllers called MT Developer will this work for my A series? Thanks for the help Delbert
  2. MELSEC Q Processor with SSCNET

    Are you working with a Full Motion CPU or a Positioning Module? If you are using a Motion CPU then you will probably need a Q172/Q173. If your using a Positioning module such as an AD70 / AD75 then you probably need a QD75. Your local Mitsubishi Rep should be able to help you with more information on which exact module you would need. There are also some guides on the Mitsubishi website for A to Q transition. Make sure you register and log in on the website before doing any searches or you won't find any relevant information .    https://us.mitsubishielectric.com/fa/en
  3. How it works data type k4m400

    K4M400 takes 16 bits starting at M400 - M415 and combines them together as an integer value. So -[MOV D0 K4M400]- if D0 contained the value of 3 then M400 and M401 would trun TRUE and M402 - M415 would all be FALSE
  4. Can Someone Explain This Code Please...

    The $MOV moves that specific character string ">SFLD 3 " into the D8050. The next instruction WTOB separates each of the characters into its own register, this is repeated with a second set of registers. the MOV H0D is moving a Hex value for a CR into a register. then the last line combines all of the characters back into 1 string of 51 characters. 
  5. GOT1000 DataLogging?

    To use the "A:Standard CF Card" you will need to install a CF card. to use the "B:Extended Memory Card" you will have to install the extension memory card adapter and then a memory card into that adapter.  The MiniUSB on the front is for PC communications, the regular USB port is a host port and will support a flash drive for backups and restores but the software does not have the capabilities to use this for data logging.   
  6. Usually caused by 1 of 3 things. Part of the lamp is off (or touching) the edge of the screen, the PLC and GOT are not communicating, or the software version and GOT OS version are not compatible. 
  7. Connection Indication

    Is there any device in a QCPU to indicate that a programming device is connected? I have several PLCs on a network and I am looking for a quick way to indicate that I am monitoring the correct PLC. My goal is an Indicator light on the HMI to indicate that a laptop is monitoring that machine. I know i could just add a Title but i have 6 identical machines so titles could still get confusing.    Thanks for your help
  8. Mitsubishi Diagnostic

    SD240 - SD246 might have the information you are looking for. Also SD1400 -SD1431 contains the Module Verify Errors 
  9. Mitsubishi Diagnostic

    Not exactly sure what your asking. The rack layout is assigned in the PLC Parameters on the I/O Assignment tab. The number of points occupied by an empty slot is also assigned in the PLC Parameters on the PLC System tab.   
  10. CC Link IE Problem with Remote I/O

    You have to write code to initialize the card. I can't remember what bits but there is a bit in the RWr/RWw that needs to turn on to enable the card and then another one of those bits will turn for card ready. I can't find it in the manual but found it in a program. bit 8 of the first RWr register needs to be turned on after bit 8 of the first RWw register turns on. So you will need to add the RWr/RWw registers to your refresh parameters.
  11. GOT1000

  12. GOT1000

    Yes, its very simple. Just set the Screen switching device in the environmental settings. This device can be read by the plc or written to. Just move the number of the screen you want into that register.
  13. Out of Maintenance Steps and can not write to PLC

    A full write to the plc should reset the maintenance step count. (online -> write to PLC) you have to write everything including the parameters. With GXWorks2 when doing a write click on the detail button then you can change the amount of maintenance steps to use.
  14. GTSimulator2 is a seperate software that needs to be installed. If you upgrade to GTDesigner3 then the simulator is included. Passwords are registered in the enviromental settings under security. then when placing your data inputs on the screen under the Extended tab set your security level for input.
  15. Importing pictures

    Assuming you are using GT-Designer3 you would have to import you image as a part and then style your switch with that part. The other option would be to place your image on the back layer and place a switch with no color or pattern over top of it as an invisible switch with your picture behind it.
  16. SECOND function to convert time

    What CPU / Software are you using. GXWorks2 gives a pretty good explaination in the help file. Also gives programming example of -[sECONDP D0 D100]-|
  17. GOT error codes

    Error codes #100 -299 are related to the connected controller.
  18. Mitsubishi Q PLC error 1401

    Check for a number is registers SD5 thru SD15. the numbers is these registers will point to the slot number with faulty module. Other possibility could be a bad base unit.
  19. Cognex Camera Default JobStartup

    If you are using easybuilder click on the "Save Job" button and then under "Startup Options" at the buttom of the screen select your job to start up and click the checkbox for "Start the Sensor in Online Mode"
  20. Cognex Dataman And QJ71E71-100 Communication

    I ran into the same problem but figured out that the Mitsubishi Ethernet Settings don't take effect until you cycle power to the CPU. Even though the parameters are in the processor and you can read them in to a new file and they show up exactly how up entered them they won't take effect until power is cycled. The only problem i have found with the MC protocol is that its not going to break any speed records.
  21. Cognex Dataman And QJ71E71-100 Communication

    The dataman cameras have built in MC protocol comunication that is pretty easy to set up. Check the help files in the software
  22. Purple Box

    Can anyone tell me what the purple box around M216 in this picture is? It only showed up in monitor mode and seemed to be forcing M216 ON. You can't see it in the picture but M216 coil is right above Y100 and the are both turned on at the same time (in parellel) M216 is the latch for the circuit. When i turn on M211 then M216 drops out but as soon as M211 drops out M216 comes back on and latches on Y100. There is nothing in the circuit that is turning on M216! I tried forcing M216 off with shift+enter and it didn't change state. The purple box was not there in edit mode. To get it to go away and work properly i had to put a SM401 in the circuit then the box went away and i took the SM401 back out and now everything is ok. What is this box? Where did it come from? Thanks for your help Delbert GXworks2.bmp
  23. Purple Box

    Thanks! I had never seen that before!
  24. Hiding Text on a GOT Screen

    Simple Comment does not have security level capabilities. Bit comment does. atleast in GTD3 V1.63R
  25. Hiding Text on a GOT Screen

    Try using a "Bit Comment" instead of text.