-
Content count
753 -
Joined
-
Last visited
Community Reputation
49 ExcellentAbout Inntele
-
Rank
Innovative Technology, Electronics, Telecommunications
Contact Methods
- ICQ 0
Profile Information
- Gender Male
- Country Russia
- Interests PLC Programming, Narrowband PLC
-
newbie888 liked a post in a topic: FX1S Programming Software
-
You can use any software by Mitsu, targeted for PLC programming, of course including the listed.
-
(Help) PLC to PLC communication (FX3U) over module FX3U-ENET-ADP
Inntele replied to sangph's topic in Mitsubishi
I said that my logic do not based on the manual, but on the logic of module connection and its working. The module is connected to the connector of serial port, and the module is not difference what it will translate to network, moreover it work independenly of the program scan... Thus it should provide N:N network protocol. Hope, the topicstarter checked it already. -
(Help) PLC to PLC communication (FX3U) over module FX3U-ENET-ADP
Inntele replied to sangph's topic in Mitsubishi
I said that my logic do not based on the manual, but on the logic of module connection and its working. The module is connected to the connector of serial port, and the module is not difference what it will translate to network, moreover it work independenly of the program scan... Thus it should provide N:N network protocol. Hope, the topicstarter checked it already. -
(Help) PLC to PLC communication (FX3U) over module FX3U-ENET-ADP
Inntele replied to sangph's topic in Mitsubishi
I\m understanding, that you are big specialist in Mitusbishi PLC line. While I'm know, how it works, because we are connected SCADA thru the mentioned modules. This is just a gate between serial data transition and TCP/IP transition. -
mejia4002 liked a post in a topic: Fr Configurator with windows 10 64 bits
-
To reinstall the software. FR Configurator is working perfectly with Win10 64.
-
HMI settings gone after PLC (MELSEC FX - 16MR) BATTERY FAILURE. EEPROM IS MOUNTED.
Inntele replied to Tecline's topic in Mitsubishi
Three times I faced with the same situations in my practice of repairing an eqiuipment by third party manufactures. And every times the problem was typical: they insert in their program one or several merkers, which are activated at the adjustment stage directly using the programming software. So I'd suggest to dig in this direction. It's not difficult to find such mines, using cross referens list function and comparing it with HMI variables. I've managed to do it, spending several hours. -
Just_Shaun liked a post in a topic: receiving wireless signal without opc
-
In this case I suppose you can use it without problem. It digital inputs are dry contact type, while digital outputs are 30V 100mA (sink type), other interfaces has standard parameters. But note, pls, the FX3 has onboard the RS422 interface as an embedded programming port (not an RS485). The last is important: you can not connect with it directly to the programming port of PLC, and only thru the additional RS485 communication board FX3*-485-BD.
-
First of all, wireless data transmission can be based on various technologies: transmission over a power network or radio transmission. Technologies of the latter are also subdivided into bluetooth, wi-fi, etc. The choice depends on the required distance, availability of technical capabilities and the required communication parameters. You did not provide any of the above list.
-
By dividing an analog-to-digital converting result in 80 times.
-
The answer is again NO. High-speed functions are only supported by first group of outputs at transistor type PLC base module.
-
The answer for any PLC series is NO. You have to use a stepper motor controller and to control it by PLC. The stepper motor controller provide _current_ pulses through the stepper motor windings.
-
Hi, You have not purchased a clone, but a handicraft device. Yes, it can be programmed using Mitsubishi software, however, the implementation of the data exchange using the Modbus protocol is different completely of how it is implemented in the Mitsubishi PLC. To find out exactly how, you have to request documentation from your seller.
-
I've did. But I used Modbus instead of Iverter Protocol, because the first is more effective on time of request-responce than the second. Making this program I did read the abovemtioned document and based on it. The information in it is enough, but it's necessary to read it with great attention, because the information is very segmented(
-
Inntele liked a post in a topic: Petition to Mitsubishi : IO-Link FX3G Module
-
RTFM. In FX series there is a special instruction for time addition. What PLC model are you using?
-
will not support programming instructions for Modbus comm, but can support programming implementation of Modbus protocol like non procedural.