Marjan

MrPLC Member
  • Content count

    50
  • Joined

  • Last visited

Everything posted by Marjan

  1. Hello again! Thank you for your answer! I have another question. We have a Micro 110-CPU 612-00 and we can´t connect to it, because we have forgot the parameters. Is it possible to put Micro to default settings anyway, so that we can then connnect to it? Or is there any program to scan the setting? Please help Have a nice day
  2. Power HMI

    Hello! I am using a scada Power HMI, wich is for WinXP and for panels. I am using it on WinXP. This scada is similar to Progea´s MoviconX2. Now I want to import a txt file to the Trend chart for showing the history. In this txt file is the historical data of the sensor. I am trying to write the VBa script (OnClick button) to do that but I can´t do it right. Please can anyone write me a short script how to do that? Please help Thank you
  3. Hello! I have a problem with programming my plc Momentum. I have tryed to pragrammed (download my programme) it through gsm modem (both are Siemens TC35i - 9600, 7, e, 1). But in the midle of the downloading i get an error Timeout response or sometimes ˝You are not logged into a PLC˝ and downloading is canceled. I have tryed the same thing with analog modem and i got the same thing. Is it even possible to download so much data trough modem? With which gsm modem will be possible? Thank you
  4. iFix!

    Hi! How can I freeze an object with click on a button (or when one bit is set)? When the bit is not set, object is enabled you can click on it and something will happen or when the bit is not set, you can click on it but nothing will happen (just a pisture). How can I do that in iFix?
  5. iFix!

    Thank you, I have done that and it work´s! I have another question. I am trying to sen email with this code below: Dim appOutlook 'As OUTLOOK.APPLICATION Dim mlNewMail 'As MailItem Dim objEntry Dim Text Const addressee = "email address" ' Text to be sent Text = "This is a test mail" Set appOutlook = CreateObject("OUTLOOK.APPLICATION") 'Generating and sending an e-mail: Set mlNewMail = appOutlook.CreateItem(0) mlNewMail.To = addressee mlNewMail.Subject = "Message from iFix" mlNewMail.Body = Text mlNewMail.Send This code open´s Microsoft Outlook for sending email. How do I change it, so it will open Outlook Express and send email in background.
  6. OPC

    Hello again! I need a simlpe opc server for sending emails. Does anyone know where can I get it for free?
  7. iFix!

    It works, thank you! I am trying to programe where i want to check if the data is out of limits. I have write a programe but it is not checking it always, because it checks it when I press a button. Where do I write this programme so it will check the data always? Thank you
  8. OPC

    Hmm! OK. Another question: Is it possible to send email with iFix (VBA or another way) and how? Have a nice day
  9. iFix!

    Hi! I have another question. I am trying to write a script in iFix vb: something like this if user...... = ADMNINISTRATOR then something happenś end if how do you write a script to compare it if the user ADMINISTRATOR is logged on
  10. Low cost scada!

    Hello! Can anyone tell me wich scada systems are cheap and good?
  11. ADAMView scada!

    Hi! I still can´t set the output on my PLC. I´m displaying input status on my screen in real time, but can´t set the output. This is how i did it: - put one DO1 on TASK Designer - connect DO1 to OPC server - put CBTN on display designer and connevt it to the DO1 WHAT AM I DOING WRONG?
  12. ADAMView scada!

    Hello! I have AmadView scada from Advantech and I have a problem with it. When I´m reading data from PLC registers (DI or AI) this data appears on my scada screen realy late (at least 1,5minutes later). I am reading this data trough OPC server (my scada is OPC client). If I try any other scada, like iFix, the data apears immediately on screen. I have tryed to change polling time and it didn´t help. Why is this happening? And if I try to set DO on my plc with a button on screen (write value 1 to register of DO) it doesn´t set it at all. Please help
  13. iFix sms

    Hello! I want to send a sms alarm from iFix scada with Flacom gsm modem. Can anybody explain, how can I do that in iFix.
  14. ADAMView scada!

    My update rate is set to 1000(default)! Is that slow? If soo how can I chance it?
  15. Low cost scada!

    Hmmm! That is too much. What about any other scada? Anything up to max 450EUR?
  16. Low cost scada!

    I need Scada with OPC client and 64 I/O. What are the prices for this kind of scada (Citect)? Have a nice day
  17. Hello! I have a Tsx Momentum plc, wich was used once by another programmer. Now I can not connect to it by modbus and download the program because I don¨t know the address of the plc (PLC Node). Can I set the PLC to factory settings and how do I do that? What is the default address then? Please help Thank you
  18. I have a new problem with modbus. I am reading 4 DI, writing 5 DO and reading 1 AI from a slave device. The code for reading DI is: LD 1 [%MW0 := 16#0106 ] [%MW1 := 16#0300 ] [%MW2 := 16#0D01 ] [%MW3 := 16#4000 ] [%MW4 := 16#0001 ] [%MW5 := 16#0002 ] [%MW6 := 16#0001 ] LD 1 AND %MSG1.D [EXCH1 %MW0:10] LD 1 [%MW10 := 16#0106 ] [%MW11 := 16#0300 ] [%MW12 := 16#0D01 ] [%MW13 := 16#4001 ] [%MW14 := 16#0001 ] [%MW15 := 16#0002 ] [%MW16 := 16#0001 ] LD 1 AND %MSG1.D [EXCH1 %MW10:10] ..... and so on for other signals. WHY ARE SOME OF THE DATA LOST IN TRANSMISSION OR RECEPTION (SOME OF THE DI ARE NOT READ OR SOME OF THE DO ARE NOT SET)?
  19. Thank you! I have another question. I have a LCD display for Twido and I am sending values to plc in MW. I am comparing these words with %SW51 (RTC) wich is hex, but the MW are DEC. How can I converse MW (DEC) to HEX? Have a nice day
  20. Hi! And how can I write a value 1 from a modbus master (Twido) to a modbus slave (may plc) to a modbus address 3D? Help, please Thank you
  21. Thank you! But I don`t have two Twido controllers. I have one Twido, wich will be a slave and I have one Konc plc wich will be a master. How do I configure a modbus communication of a twido. (it is not the same as the two twido described in the manual). Please help me. Please LP
  22. HI! I have the same problem. Can someone tell me what it mean`s [%MW0 := 16#010C ]. Does that mean that the Hexa value 010C write`s into MW0 or somethiing else? What is sent [EXCH1 %MW0:11] ? How can I read/write with Twido from a modbus address 116385 from another PLC that is not twido? LD 1 [%MW0 := 16#010C ] [%MW1 := 16#0007 ] [%MW2 := 16#0210 ] [%MW3 := 16#0010 ] [%MW4 := 16#0009 ] [%MW5 := 16#0004 ] [%MW6 := 16#6566 ] [%MW7 := 16#6768 ] LD 1 AND %MSG1.D [EXCH1 %MW0:11] LD %MSG1.E ST %Q0.0 Please help me Thank you
  23. WinCC sms!

    Hello! How do I send a short sms to my GSM from Wincc when the alarm is set?? I have a GSM modem and I was using it in some other Scada system, but never in WinCC! Thank you Have a nice day
  24. WINCC help!

    Hello! I am new on this forum! I need help with my project, I have a tank with water in it and I need to display current water level on screen. How do I fill a rectangle (my tank) with an analog signal. (example: the tank is half filled, one half on screen is water (blue color), other half is air (white color)). Thank you Have a nice evening
  25. WINCC help!

    Hi! I don´t have a filling task in properties of my rectangle!