mostafa

MrPLC Member
  • Content count

    70
  • Joined

  • Last visited

Community Reputation

0 Neutral

About mostafa

  • Rank
    Sparky

Profile Information

  • Country Iran
  1. hi everyone how can i create a menu like a pic that i attached to this topic?. in other word in citect scada  in run time mode i want to by clicking on the button a menu just like a pic i attached to this topic is appeared. anyone can help me how should i do? which cicode functions  i should use for it? can anyone has a example code for this?
  2. hi dears in one of my project i need to connect to NIOPC to browse some tags. my opc client is citect scada and opc server is NI OPC. i should add this pint that both of opc client and opc server are in same PC. the strange problem is that i can connect citect scada TO kepware opc server but about niopc i cannot. what is my mistake?
  3. hi dears i use from advantech apax-5520KW plc and i use from Multiprog software for programming it. i need to use from interrupt in my program. because of this i defined event task. but unfortunately i donot know how can i enable event.of course there is a function block that called event_task but unfortunately it does not work in apax-5520kw! so how can i enable events in this PLC?
  4. thanks for your answer i have done necessary configuration both for server and client side.but when i open an internet explorer in client PC and type Http://<server ip address>/Citect i see error like attached file below.i don't know what should i do exactly and i don't understand the meaning of these message.can you help me?
  5. hi dears i have a citect scada project on the my computer and i want to view it in a different computer by a standard web browser such as mozilla firefox. what should i do exactly?
  6. hi I have a strange problem! i use from citect scada v7.01.my os is win7 professional.i defined a new project in citect scada and when i wanted to run express i/o Device setup, unfortunatelly it does not run! and my cpu usage increases rapidly! where is the problem?
  7. hi dears i connected labview to Delta PLC with DCS Module. and i created I/O server with Modbus TCP Protocol. when i just define a Axlilury Tag, everything is ok and i can read and write on it. but problem is start when i define another variable tag. for example when i define a variable tag for output coil, and click on run button, i face whit this message:Error-1967353902 occurred at Shared Variable in X Vi.vi where is the Problem?
  8. Hi Dears i want to fill gaps between Trend's Graph. i referd to Citect Help And I tried Some Trend Parameters such as: [Trend]Gapfillmode,[Trend]GapFillsamples and [Trend]GapfillTime. but unfortunately none of them did not work. ofcurse Citect recommend to use of TrnSetdisplayMode() function for filling gap in trend Graph but Unfortunately i couldnot use it. can anyone help me?
  9. hi i have connected Delta 28SV11T to Citect Scada through Ethernet and i can read Input register tag such as X0 or X20 and i can read the quantity of D regiters. but ubfortunately i can't read the output register tag such as Y0 or Y1. can anyone help me?
  10. connecting citect scada to Labview

    unfortunately i dont have understand your advices. could you please explain a bit more?
  11. connecting citect scada to Labview

    how can do this by OPC?
  12. hi dears there is a project that has been worked by Labview and now, i want to transfer my scada to citect. how can i connect to labview through Citect scada and Read tags?
  13. oldham mx52 control system

    hi dears i have an oldham F&G control system model MX52. this panel supply RS485 protocol and i want to display its register quantities by citect scada.but unfortunately i can't find the modbus map document.could you please help me?
  14. problem about reading registers in float format

    i changed my ordering bits by float mode,but when i have another problem, i want to display quantity of 4 registers,so i defined 4 real tag, but every time i changed float mode only one of them shows correct quantity,for instant when i set float mode to 0 register 1 shows correct quantity but the other register show incorrect quantity,or when i set float mode to 1 only register 2 shows correct quantity and another registers show incorrect quantity. have should i do?
  15. problem about reading registers in float format

    unfortunately my control system does not have this facility that i can convert float number to integer,so i have to do this work by citect scada. of course at first i define variable tag as real type, but again i see unsuitable quantity related to my register.