Jump to content

Search the Community

Showing results for tags 'web server'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Blogs

  • Technology Ideas

Calendars

  • Community Calendar

Categories

  • Files

Forums

There are no results to display.

Categories

  • Articles

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 2 results

  1. The Mitsubishi Electric iQ-F PLC comes with Ethernet built in. One of the many things this Ethernet port may be used for is a Web Portal. This Web Portal gives the user access to important data in the PLC by simply using a standard Web Browser. Things like serial number, firmware version, errors, and diagnostic information are easily accessed. A user can also check actual data running in their PLC program. Not only can they read the data, but if they log in with the right permissions, they can change the data as well! Imagine small OEM machines that may not come standard with an HMI. Things can easily be configured and setup in the machine by simply using a smart phone or tablet. A simple WiFi access point on their network would allow them to easily access the data on the iQ-F Web Portal. The Web Portal has a few pre-defined screens. However, if the user wants to implement something more unique or specific, they can do so by using html to create their own custom screens. Simply adding an SD Card to the iQ-F PLC would allow the user to store countless html screens. Here is an example of a built in screen: And here is an example of a user developed screen: This is a very powerful feature that comes standard in the iQ-F (FX-5U) PLC! Easy to implement and a great way to communicate with your machine, especially if your machine does not have an HMI on it. Check out the Web Portal on your Mitsubishi Electric PLC today! Methods of Networking to Connect to iQ-F Web Server Access to PLC Web Server WiFi Access directly to PLC Web Server Remote Access to PLC Web Server
  2. Recently we had a request from a customer who wanted to expand and improve his CNC tending operation. For more than a year the plant had been using a UR10e collaborative robot from Universal Robots to load and unload parts from one of his CNC machines. He was very pleased with the initial ROI on the project, and with the ongoing value of that installation that he decided to implement the UR Cobot on a second CNC machine. The idea was to use a single Universal Robot to simultaneously tend both CNC machines. Unfortunately, the second machine was out of the cobots reach. Together with HTE's TECHTEAM a low-cost solution was developed that added a horizontal seventh axis to the cobot. This additional axis would move the robot between the two CNC machines as needed. A simple extrusion frame with some slider rails was used, and a mount for the robot was made to slide back and forth on these rails. A stepper motor was used to drive a belt to move the robot mount, all of which was pretty straight forward. You can see the application in action in this brief video. The question remaining though was how to drive the stepper motor? The initial installation included an HTE specified Mitsubishi iQ-F PLC to control hand shaking with the robot and the CNC. The iQ-F PLC has highly functional positioning control built right in! This made setting up the stepper motor control very simple. Simple tables to setup the parameters are included which allow for up to four axis of positioning control. HTE's TECHTEAM was able to specify the optimal units of measurement, the number of pulses of resolution the stepper motor had, and also to define the gearing ratio of the belt drive. On this application, we only had 3 positions we wanted the robot to go to. To make things even easier, we used the built in Position Tables to pre-define these 3 positions. Now the PLC program is about as simple as it gets! We just tell it which of the 3 table entries to use, and the iQ-F takes care of everything else for us. Very simple! Here is what the Axis setup looks like: Here is what the Position Table looks like: It does not get much easier than that! With these configuration tables we were able to use two of the Transistor outputs on the iQ-F PLC to drive the Stepper Motor. These could also be used to drive a servo if required. No need to count Stepper pulses in your PLC program! No need to figure out if you should turn on the direction changing output or not! Just pick a Table number and tell it to go! This was a great low cost solution that was easy to implement and allowed our customer to get even more out of his existing Universal Robot. Regarding positioning, the FX5U comes with the built-in capacity for 200kHz high speed inputs and outputs. This provides the capability to control up to 4 axes of positioning with stepper or servo motors. The FX5U is a cost effective solution for: interrupt operation, multistage speed operation, simple linear interpolation, and simultaneous start of 2 axes.
×
×
  • Create New...