riscoh

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About riscoh

  • Rank
    Hi, I am New!

Profile Information

  • Country Canada
  1. Hi Guys, I was wondering if anyone could help me/give advise on how I can work as a PLC programmer. I have basically taken PLC programming courses and have work experience in programming PLC's (Modicon, Allen Bradley, Omron, Direct Logic and Moeller smart relay) and HMI. Although I have programmed PLC's my experience is basically doing modifications on existing programs(STL, Ladder Logic and SFC). I dont have experience doing it from scratch. Currently I am working as an Automation Technician and can basically do what ever improvements I want on our machines may it be mechanical/electrical/software modifications. Since my company is financially tight right now I cant really do anything. What I'm looking for is a chance to program PLC from scratch. I am willing to work part time for FREE as long as I can gain knowledge. Hopefully, one of you guys can help me achieve my goal. Thank you for your time.
  2. PLC data monitoring

    Hi Guys, I need some advice on PLC data monitoring.... I have built a java based web application to monitor registers on a Modicon TSX Micro PLC. Jamod API is used to communicate with the PLC. The application is up and running for a couple of months and ran as expected. Currently the program would query the PLC every 20sec(live mode) and every 3 minutes for historical data. And the program would also query multiple times for some of the registers are far apart. ex. %MW600 - %MW680 and MW%700 - %MW750 My questions are: 1. Would it be better to just query like %MW0 TO maximum WORD and let the program select which words needs to be monitored? 2. Can this cause too much traffic that it affects communications between the PLC and the HMI(Magelis...)? 3. How often does a SCADA/HMI system communicate with the PLC? I mean time interval between grabbing information from the PLC? Thanks for your time and help...