cHud

MrPLC Member
  • Content count

    389
  • Joined

  • Last visited

Everything posted by cHud

  1. tsx 702 plc

    I might be missing something......it is Saturday morning........But are you talking about PL7 pro software? According to me you can only program tsx micros and premiums with that software. I also havent heard of a tsx702 plc which means its before my time and would be programmed with proworx or concept or older programs that run on dos or os/2
  2. Only the last stop is showed here... and they normally dont give a lot of details in the animation part. hence the system words that gives a lot more in depth details....but at least the last stop would point you into the right direction
  3. If you go to the config in project browser then expand the local bus.....then double click on the power supply it will open the rack viewer.....then dbl click on the cpu (not the com ports)......then go to animation you will see the last stop. There are system words (%SW) that give more details). but this you have to put in an animation table and check what the values mean according to the help file. You will have to go through the help file to see what %sw to check as there are quite a few that can cause plc stops like watchdog, floating point faults etc.  
  4. Hi Anon Can you connect with unity to these plcs? Because you can see the last cpu fault when online. There could be multiple things causing this. So its going to be a step by step process of elimination
  5. does it ask for a password when you are trying to connect to the plc? or when you are trying to upload the program?  
  6. starting with embedded webpages

    If i was you i would look at any codesys based plc. (many manufacturers use codesys based software) You get webvisualization in codesys where you could build a Scada type web screen (hosted by the plc) that can be accessed on normal web browser. there are a few example videos on youtube. I have only used it a couple of times so not sure about the limitations regarding amount of data on a page etc. but for low cost this works well
  7. I dont think there is something for the Zelio like this. Just a smart Relay, not a plc. The Zelio initializes all inputs and outputs when there was a power failure or program stopped and started again (Except for certain functions that have a latch option). But saying that maybe just set a Marker bit at the end of your program and use the marker in the program. This will only set after one scan was completed. For more info look at the zelio help file and search for "How the Smart Relay Behaves in the Event of Power Failure" Hope this helps
  8. You use animation tables to view values online Also it could be that the byte order is swapped around of the register you are reading. Try reading a register which has a constant small value in like date or something to do your tests  
  9. I have no experience with the machines....but from what i have heard they are expensive and you dont want to mess around with "cheap" brands. I would stick with brands that are into the terminal and pinlug business like Phoenix contact or Weidmuller. Phoenix contact has a handheld unit but its pricing is absurd. Almost the same price as the desk standing device. The devices you posted links for and the devices i am talking about are worlds apart pricing wise.
  10. Wasan explained it perfectly. But just in case here is a video....not in english but you will get the idea   https://www.youtube.com/watch?v=ejsIh7hmbXo
  11.   Here is a quick video displaying the basics.  and attached is the user manual. Also in unity search they show some info regarding the card.  Youtube also has some videos regarding variables and how to create them in excel etc.   ech0200.pdf
  12. Here is a screenshot of where you enter the tag name and address. You do this in the elementary variables section. If you have a lot of tags to create, then create the 1st one in unity in the elementary variables and select the tag then right click. Then export selected tags. Export to a txt file. You could open this in excel and populate everything quickly there and then import the files by right clicking on variables & fb instances and selecting import. Regarding the high speed counter, what is the part number of the card?
  13. Just to make it clear do you want the value to always show as a positive? If so you can use the abs function block
  14. pm me an email and i will send an old program  
  15. Try loading firmware again on cpu. This should clear all memory in plc. Also look for firmware updates for that plc on schneider website. Personlly havent had a problem like this. Will keep digging maybe i find something
  16. ***Didnt read the part about working for 2 hours...hence the edit***   Sorry for even asking this but we are humans. Are you sure the expansion card installed in expansion slot is the same part number than configured in the software? Also did you check the plug in area of the expansion card if there are maybe physical damage? Also is the correct voltages wired to the expansion card?
  17. If you go to windows control panel......then system......then device manager......when you plug the cable in on pc do you see a driver open under COM PORTS?  
  18. I tried to find the gen controller modbus manual but can only get in upon request. Can you attach it here.  Just on thing i see. You said that the 1st read you want to start at 42497 and second on 42753 yet in your setup you start on 42496 and on 42753. There normally is a one bit offset with modbus. Just thinking maybe you are reading from the middle of a floating register or something on those lines....If i have the modbus manual of the controller it would make things clearer
  19. Magelis-HMI XBT012110

    I dont think you will be able to upload from the hmi....This option needs to be selected when the original program was downloaded to the screen. If not there is no way of uploading the program from the hmi
  20. can you show your setup in the io scanning when you read from the second area as well please
  21. Magelis-HMI XBT012110

    This is an obsolete hmi... But also you need vijeo designer not vijeo designer lite to program them and then also to enter a reference number in the upgrade option under help
  22. M221

    Need a lot more info. How are you controlling the drive? Communication or with digital inputs and outputs? There are youtube videos that show how pid and communication blocks work and have to be setup in somachine basic. Also there are Instruction pdf files on schneiders website with examples how the blocks work
  23. OK i found this in the help file. The type of screen you are using doesnt use secondary or optional drives. It only uses main drive with an SD card. Under secondary and optional drives this hmig3u is shown at all.
  24. So do you have a pen drive or cf card plugged into the ports of the hmi?
  25. I found a mention of these files and a conversion method in the concept manual. Maybe this will help a bit