-
Content count
67 -
Joined
-
Last visited
Community Reputation
7 NeutralAbout Nightfly
-
Rank
Sparky
Profile Information
- Gender Male
- Country United Kingdom
Recent Profile Visitors
1563 profile views
-
Why do you want to use 0-10V? The A800 should accept 4-20mA as a signal input (you would need to change the parameters as well as the voltage/current switch then apply the 4-20mA on terminals 4&5). If you really want to use 0-10V you could (as I mentioned in an earlier reply) use the 0-10V output of the first inverter as the reference speed for the second inverter using terminals AM & 5. Regards
-
I am assuming you want to give the same speed reference signal to both inverters. If that is the case, then yes, it is possible. Just set the Inverters up to use 4-20mA as the speed input and wire the 4-20mA in series with both inverters. You can often achieve the same result by feeding the 4-20mA output of one inverter into the 4-20mA input of the other (you can also ratio the speeds this way). Regards
-
Mitsubishi E1000 HMI's to Beijer Exter project converter (and visa versa)
Nightfly posted a file in Demo Software
Version 1.0.0
40 downloads
Program to convert Mitsubishi / Beijer E1000 projects to Beijer Exter projects (and back again if required). This can actually be done by modifying the main project text file and then re-naming it but as the company I work for has nearly a thousand E1000 series on site I thought I would write a small app to do it. This is not a demo - just didn't know where else to put it! -
{[Demo Software] - Mitsubishi E1000 HMI's to Beijer Exter project converter (and visa versa)
Nightfly posted a topic in Download Comments
HmiConverterGui.exe View File Program to convert Mitsubishi / Beijer E1000 projects to Beijer Exter projects (and back again if required). This can actually be done by modifying the main project text file and the re-naming it but as the company I work for has nearly a thousand E1000 series on site I thought I would write a small app to do it. Submitter Nightfly Submitted 12/30/17 Category Demo Software -
I agree - absolutly the quickest and easiest way to do this. Simple to set up and bulletproof.
-
Interacting with QCPU Registers from LabVIEW or Raw TCP
Nightfly replied to cr_drew's topic in Mitsubishi
from http://www.chipkin.com/hubs-vs-switches-using-wireshark-to-sniff-network-packets/ A switch will never forward 'other' traffic (traffic that is not directed to your ethernet mac address + broadcast) to your port unless you tell it to do so. So, if you did not configure a mirror port on the switch, you will only see this kind of traffic. your own traffic traffic to multicast and/or broadcast addresses Please read the following Wiki article: http://wiki.wireshark.org/CaptureSetup/Ethernet Basically you need an old hub not a switch (or a programmed managed switch) - personally I bought an old Netgear DS104 hub to use with wireshark which works great. -
Personally I would do this but leave all inputs as flags within the program and then simply at the beginning of the program map the physical inputs to the ones declared as flags. I'ts then easier to simulate inputs for testing etc. Same if you need to change your IO around. The program becomes independent of it's physical I/O.
-
I personally find structured text is much easier (and clearer) to use when dealing with arrays/indexes With “Dollies” declared as a zero based array of 1000 int’s starting at ZR60000 [0..999] and “CarrierID” declared as an Int and D990 has a value 888 When “CarrierID” has a value of 0 then the statement... Dollies[CarrierID] := D990 would put the value of 888 into ZR60000 When “CarrierID” has a value of 123 then the statement... Dollies[CarrierID] := D990 would put the value of 888 into ZR60123 When “CarrierID” has a value of 990 then the statement... Dollies[CarrierID] := D990 would put the value of 888 into ZR60990
-
Ian W liked a post in a topic: Edesigner project to Beijer HMI?
-
Hoang Cuong liked a post in a topic: EXter t150 - beijer
-
None at all
-
Mortoch liked a post in a topic: Adding an extra remote HMI to an existing Q02U PLC
-
Adding an extra remote HMI to an existing Q02U PLC
Nightfly replied to Hanyhafez's topic in Mitsubishi
This may be of interest (if you do not already have it) Attached is a download link of a very comprehensive listing all of cables (and pinouts) used throughout the Mitsubishi range - connecting everything to everything. Kudos to the guy who made it – it must have took days. https://www.dropbox.com/sh/bpteo8430v78pjm/AACwDPFxZaAg9LXUQMxhxN9Ba?dl=0 -
Does you PLC have a CC-Link module attached? This is a module that allows the PLC to talk to other PLC's or control remote I/O.
-
Running fine on 2 x 64bit Windows 10 prof installs here in our office.
-
image upload A bit basic - but could you not just put a shortcut to each machine on the desktop. We have done this before on the E1000 series (using Tightvnc). The user just clicks on the icon for the machine he wants to control (or just view - setup dependant).
-
Communication Between Mistubishi Q series and F series PLC using Inbuilt Ethernet Port
Nightfly replied to Amol Kirad's topic in Mitsubishi
You should be able to do this using using the HMI. I have not used the T7F-2 but if it is iX just follow the setup in the pdf below. https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjI-ICxwYDRAhWJJSwKHboJA3QQFggkMAA&url=http%3A%2F%2Fwww.accs.cz%2FFiles%2FFA%2FBEIJER%2FDownload%2FStart-up%2520document%2C%2520Configuring%2520data%2520exchange%2520in%2520iX%2520Developer%2520(KI00323).pdf&usg=AFQjCNE47XUkEOr44Yua9zqDUiFasWwN7g&bvm=bv.142059868,d.bGg&cad=rja -
Didn’t think you could use an FX3U-ENET-P502 module with FX3GE PLC because the PLC has already got onboard Ethernet. Just like you can’t put two ENET modules on the same PLC (well this is what Mitsubishi told us when we asked a few years ago). I would be interested if anybody knows different.