pershad

MrPLC Member
  • Content count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral

About pershad

  • Rank
    Sparky

Profile Information

  • Country United Kingdom
  1. MX SHEET

    That would be helpful. How can i email the data on HMI and open in Excel sheet :)
  2. MX SHEET

    I studied the index files of HMI (E-designer) and also the Beijer manual, it is possible to do data logging with the E-Designer by using the trends. The data can even be observed in graphical form. Even the data transfer is possible in real time. The data can then be transferred using the HMI Tool Box by Beijer. The data can be transferred to the Excel sheet to carry out data analysis. If someone is struggling with the data logging or data transfer to Excel it is a good economical option instead of buying the MX component which nearly do the same job.
  3. To eliminate the electrical noise just put 0.47 microFarad Capacitor, it will make the input stable. If not use the twisted shielded cable. If the electrical noise is excessive then connect the ground terminal of the FG with the ground terminal of the analogue unit as explained in the manual.
  4. MX SHEET

    Unfortunately i don't have enough budget to purchase it. Let me tell you my problem. There might be any other way to do it. I am using GX IEC Developer and HM1 (E-Designer 7.0). I have read different samples of the current data(from current sensor ACS712) and voltage data using Mitsubishi FX2N-4AD. I need to use this data to show it in the graphical form by comparing it with standard power to show the amount of spikes in the power supplied and to carry out power calculations like X(n)-X(N-1)/Ts. Its my first time. How shall i do it?. Can i do it using HMI to carry out these calculations? There is any option in Microsoft Excel to import data using SQL server but don't know if it will work or how will it work? Please help me anyone Thanks
  5. MX SHEET

    Hi Friends, Does anyone please know where i can download the Mitsubishi MX SHEET (for free) and How to transfer data from PLC to MX SHEET. I don't have any experience with MX SHEET. That will be great :) Thanks
  6. Reading the Digital inputs using Mitsubishi FX1N

    Thanks Mr cross bow :)
  7. Reading the Digital inputs using Mitsubishi FX1N

    I got it. Thanks. you are very good at what you are doing. Your English is better than mine :)
  8. Reading the Digital inputs using Mitsubishi FX1N

    seems like its already defined as shown but its not working. can u plz tell me whr im going wrong. :) Thanks
  9. Reading the Digital inputs using Mitsubishi FX1N

    Thanks alot Everyone. That was really helpful. I have made this programme using GX IEC DEVELOPER to read the channel 1 and 2 of the analogue unit FX2N-4AD of Mitsubishi PLC for voltage and current. When i run the program i am getting this error shown in attachment. Can anyone please tell me how i can solve this error please(i have tried different memory locations). Can anyone please tell me is it the right program to read the voltage and current from the analogue channels and how can i use STL programming to sequentially write this programme . Thanks alot
  10. Reading the Digital inputs using Mitsubishi FX1N

    Thanks. I understood the MOV K4Xn Dn function but i didn't understand what do you mean't by "LDI Xn" and "LD Xn". I was able to find the last function "WAND" in GX IEC Developer but in form of "WAND_3_M". will that make any difference if i use it?. If not then shall i use it like "WAND_3_M K1Xn H1 Dn". Would you please be able to tell me that what is "H1" and does it reamin constant or will change like H1, H2, H3....for changing inputs Like X1, X2, X3... Thanks again and will appreciate your reply
  11. Reading the Digital inputs using Mitsubishi FX1N

    Try MOV K4X0 D0 This will move the status of inputs X0-X7 and X10-X17 into D0. Dave
  12. Reading the Digital inputs using Mitsubishi FX1N

    Look like very simple i,e 1100110 entering X0, X1, X2, X3, X4, X5, X6, X7. All i need is to send these values from inputs and store it in D0, D1, D2, D3, D4, D5, D6, D7. I don't know where i am going wrong. Seems like a simple MOV function will work but it isn't. I will be thankful if someone plz send me a sample programme just storing the X0 value(1) into (D0). That will solve my problem, I don't know where i am going wrong
  13. Hi everyone, I have problem with reading the digital inputs from the Mitsubishi FX1N-40MR. For example, The digital Data entering the inputs is [1100101], i need to read this and store it in any memory register lets say D0. I have gone through the Mitsu Programming manual.. It says that MOV moves data from specified source to the specified destination. The problem is that the source(s) only accepts numbers like [MOV 5 D11] so when i turn X0 on D11=5 or data from one memory location to another like [MOV D8 D10] if i turn X0 on D10= Data in the D8. In no case data is read from the Inputs but only the given data is being moved from the source to destination. I will appreciate any help