-
Content count
153 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Calendar
Everything posted by WattUp
-
Standard timers are 0.1s, 10min = 600seconds, so just set a timer to (T# k6000)
-
I get the same issue on-off for months
-
SAFETY. Running a press in any abnormal mode makes me squirrely. Turning off the feed systems may trigger ESTOP/No Run conditions on the press and I wouldn't want to cut into that just for a demo.
-
I have never done ETH control of an IV3 (yet) , but This guide has a section for TCP/IP no protocol method. I would probably follow those steps IV3_FieldNetwork.pdf
-
I do not have any programs with function blocks to test on, so maybe you can try this: When you do an online verify of the program, and open the code section does it still display as simple instruction based code? LD, OR, AND, OUT.. etc.
-
Oh i see. Maybe try searching for step 180 and going forward from there? Have you done an online verify? and looked for any issues in the results?
-
Remembering that I changed the default shortcut settings.. Go to the Find/Replace menu, Then the option is called JUMP, towards the bottom.
-
CTRL + G will bring up the jump to step box.
-
D memory addresses dynamically with GX Works2
WattUp replied to Schellenberger's topic in Mitsubishi
Using an index pointer is possible. [ MOV # z0 ] { Mov your index number to a Z pointer } [ MOV D100Z0 D0 ] { Your Z pointer is the offset value from D100; if Z0 = 50, D150 will be moved to D0 } -
I made this little spreadsheet to help me relate buffer address to X / Y address. CC-LinkAddressMap.xlsx
-
Connect to FX5u using MXSheets over internet remote connection
WattUp replied to Crocket's topic in Mitsubishi
That's great! What was the missing detail that got the connection to work? [ Posting the answer might help others who find this thread in the future ] -
Connect to FX5u using MXSheets over internet remote connection
WattUp replied to Crocket's topic in Mitsubishi
Yeah i haven't used them in years either, i thought it was ~$600, but I still think its a solid turn key solution to offer up. I know there are other options similar but I have only used them before and know they were reliable. -
Connect to FX5u using MXSheets over internet remote connection
WattUp replied to Crocket's topic in Mitsubishi
VPN is a software used to establish secure connections between two computers. I HIGHLY recommend buying a commercial solution, as setting up a proper secure VPN may require some IT knowledge and insecure setup would put your systems at risk. Reach out to your PLC supplier and ask what systems they have. EWON is one example of these systems, the hardware installs in your machine, and they have a website based service that will access all of your connected systems https://www.ewon.biz/solutions/machine-connectivity/plc-connectivity https://www.digikey.com/en/products/detail/hms-networks/FLEXY20100-00MA/21407502 For a ~$1000 it gets you a secure solution. -
Connect to FX5u using MXSheets over internet remote connection
WattUp replied to Crocket's topic in Mitsubishi
I would recommend getting EWON or similar industrial VPN device. These are dedicated VPN systems for your exact purpose. -
I have not used that HMI brand before, but Modbus setup on the MB91 is pretty easy. It will show up as an intelligent function module and have several setting windows. Switch settings is for IP setup and pointing device assignment to the user settings Modbus device assignment tab will be how you set up blocks of addresses to be shared by the HMI and PLC
-
you can pull the file last modified date from the pc itself. depending how your system is setup, you might find some previous files info under the right-click menu.
-
How about an ethernet card, do you have a spare QJ71E71-100 laying around?
-
Any luck? Do you have a spare CPU that you can load up the program and trial?
-
Chelton might be on to something . that should not be FFFFFFFFFFFFF just another thought.. when you wrote those ethernet settings, did you do a hard reset? [ Hold run swtich to left until rebooted ]
-
try to take a ethernet cable from a known good PLC connection and connect it to the troublesome one. Could be a bad port in the switch. I dont see anything in the configuration that looks wrong. Im pretty sure the crossover thing is taken care by the ethernet port on the PC.. unless your PC is pretty old
-
are you connected to wifi ? It might be trying to ping over your active internet connected device instead of the ethernet port. And check your Ethernet cables to/from that hub. A bad cable is a great way to beat your head against a wall for a few hours.
-
OOOOOO your rectangle was just a shape and not a lamp so it was drawing it behind your lamp to try and be helpful.
-
Shift+Enter will bring up the "Modify Value" dialog box.
-
I can't be certain, but i think these would fit. https://www.automationdirect.com/adc/shopping/catalog/hmi_(human_machine_interface)/graphical_hmi_devices/hmi_accessories/ea-mg-bz2-brk
-
Somehow i never knew about THS option. Good to know!