SSrikakolum

MrPLC Member
  • Content count

    26
  • Joined

  • Last visited

Community Reputation

0 Neutral

About SSrikakolum

  • Rank
    Sparky

Profile Information

  • Country India
  1. USER DEFINED DATA TYPE IN GXWORKS2

    IN GX Works2 how to use one UDT (User-Defined Data Type) to be directly nested inside another UDT. See Images Attached. It is Possible to do in Siemens, Rockwell and Omron but why not in Mitsubishi
  2. ROUTINES AND SUBROUTINES OR TASKS/SECTIONS IN GXWORKS2

    Got it Guys In the begineer manual page 112 it is mentioned how to do.
  3. Hello All, I am using GxWroks 2 software is there a way to create a Routines and the under itself create several Subroutines Like studio5000 and Omron. Please See the Image Attached  can we do Similar thing in GX works Searched for 2 hours on the inetrnet and found nothing. HELP
  4. IOLINK Master on EtherCAT Communication

    HI, I am sorry I wasn't in the office for past days. I have some work to do but tomorrow afternoon I can help you on this.. I mean time can you post photos,Screenshots of what are your trying to Do. And what Master are you Using? In my case it was Omron PLC with Balluff ECAT master and a Extended Balluff I/O module.
  5. 1734-OE4C

    What Does High Limit clamps and Low Limit Clamps means in Rockwell Analog Out Module. I understand What High Engineering and Low Engineering value (8191 as High and 1638 as Low) What Does clamp Limits Do? Generates Alarms? Can any one please explain me in Detail that would be very helpful and also If I can get a link to documentation if anyone knows that would be Grateful.   Thank You
  6. i did but that doesn't work in Rockwell. I do the same when i encounter similar condition in omron..I have did it another way now that works
  7. I have sequence to follow and are to be controlled through single PB. 1) I Press the button it completes the process and jump to next step ....Waits until i press button again 2) I Press the button again it completes the process and jump to next step ....Waits until i press button again   What is Happening is When I press the button It is so fast that it reaches to process complete.   I have attached a Photo for reference.   Please Help
  8. If anyone can help me with this, I want the machine only get into run state whenever there is an User logged in. If no user logged In and trying to operate something I will prompt an String message 'Need to login first'. and If logged in/logged out status i want to monitor on PLC. Though IN panel view it doesn't allows to operate  anything if not logged in but I want to monitor the status on PLC.
  9. Hello Everyone guys, Did anybody has used the 1734-PLM Starin Guage Input card from Helm Instruments for Contrologix PLC? HELM instrumenst gave a set of instructions for calibration of the loadcell at first but it doesn't works, HELM instruments is helping me on this but just in case if anybody knows anything about it. I have checked the wiring and it is correct. WhatsApp Chat - Ken helm.zip
  10. Can anyone help me find where is recipe plus or recipe manager in View desginer(studio 5000) software. i want to create an recipe but i am unable to find a recipe manager .
  11. Hi paul the data type was string earlier. with len [82] which wasn't sufficient, so i created new string called strings and assigned the new data type. Then this happened. If I do it to string back again there is no Errors then. Thank You
  12. Hello @pturmel I created a Datatype Strings with length 150 but when i used it , it says few errors. I am not sure why I work more on Omron PLCs so have not got much experience with studio5000 . i have attached screeshots can you please tell me what are they and what they mean? Also this program was created by someone else.  I am using the created strings for different Tag but why is it affecting DataType ALARM_DIGITAL TAGS? ERR : BASE TAG IS NOT VERIFIED ERR : ASSOCIATED TAG MUST BE A BOOL, SINT, DINT,LINT OR STRING DATA TYPE ERR : TAG DOESN'T REFRENCE VALID OBJECT OR TARGET
  13. IOLINK Master on EtherCAT Communication

    Thank you, out office for today the very first thing I will do tomorrow will be reading first and then writing. I don't know if these blocks are actually accessing the index and sub index and writing to it,
  14. I want  increase the length of string from 82 to 150. By default it comes 82 is it possible to do so in Studio 5000