
blewl
MrPLC Member-
Content count
20 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout blewl
-
Rank
Sparky
Profile Information
- Country United Kingdom
-
blewl liked a post in a topic: Can't add Structured Text to Studio 5000
-
Can't add Structured Text to Studio 5000
blewl posted a topic in Allen Bradley / Rockwell Automation
Hello When I right click on 'Main program' and click 'Add' then click 'New routine'. I can only add a ladder diagram, nothing else. I have the Mini Edition, is that why? Thanks! -
How to modify a LINT in the program?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
Thanks, the L_MVM works well with the mask set to all 1s. -
blewl liked a post in a topic: How to modify a LINT in the program?
-
Hello I need to modify a LINT which I am using to control a MSG block. The MOV command doesn't support a LINT. How do I get the PLC to modify the LINT? Thanks!
-
blewl started following How to modify a LINT in the program?
-
blewl liked a post in a topic: OMRON PLC with Modbus TCP/IP
-
Hello Has anyone got an Omron PLC running with Modbus TCP/IP? If so was it difficult? I'm thinking of using this PLC as it has Ethernet/IP as well. http://www.ia.omron.com/products/family/3650/ Thanks!
-
blewl started following OMRON PLC with Modbus TCP/IP
-
Hello Has anyone got an Omron PLC running with Modbus TCP/IP? If so was it difficult? Thanks!
-
blewl liked a post in a topic: Do Schneider PLC's support Modbus TCP/IP?
-
Do Schneider PLC's support Modbus TCP/IP?
blewl replied to blewl's topic in Modicon / Telemecanique / Schneider Electric
Thanks guys. I've made some progress with the Siemens PLC. I might try and get that working, rather than buying a new PLC. -
Do Schneider PLC's support Modbus TCP/IP?
blewl replied to blewl's topic in Modicon / Telemecanique / Schneider Electric
Thanks for the replies. I have an Allen-Bradley PLC and a Siemens PLC. I have tried using them both to connect to the Modbus TCP/IP module, but with the AB Modbus TCP/IP code after modifying it. I get 200 errors and the Siemens doesn't look like it supports it properly (no memory type for the TCP connection). Basically I was wondering if Schneider PLCs are easy to get the Modbus TCP/IP working. Have either of you sent commands of Modbus TCP/IP and how hard was it? -
blewl started following Do Schneider PLC's support Modbus TCP/IP?
-
Do Schneider PLC's support Modbus TCP/IP?
blewl posted a topic in Modicon / Telemecanique / Schneider Electric
Hello I need to use Modbus TCP/IP to control drive, at the moment I am trying to use Siemens. I was wondering if it would be easier to use a Schneider, their website says the communications are TCP/IP. Not sure if they mean Modbus TCP/IP. I will only use a Schneider if it natively supports Modbus TCP/IP. I found this picture. Which would suggest it does. https://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwjn--G2raDXAhVL1xQKHd_3C2QQjRwIBw&url=http%3A%2F%2Fwww.prosoft-technology.com%2FLanding-Pages%2FPartner%2FSchneider&psig=AOvVaw0rpWtQSTPdAmHfhMgxy-yD&ust=1509728038793323 -
How to read/write drive parameters?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
It's the same amount of info for Profinet, just one line. I found the advanced user guide, which I have attached. See page 37. For profinet I did lots of googling, I did nearly everything that the examples showed. But it still didn't work. What you need to do is write the input data to a memory address (with the MOV instruction) then put the memory address to the inputs of the RDREC/WRREC block. P2 Advanced User Guide Rev 1.20.pdf -
How to read/write drive parameters?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
There isn't a ethernet/IP manual for the drive. It is literally the line I quoted. That is all. It's a P2. I used 'CIP generic' and 'Get Attribute single'. But my Class was A2, instance was the parameter number I wanted to read and Attribute was 5. -
AndrewG liked a post in a topic: How to read/write drive parameters?
-
How to read/write drive parameters?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
I did it, you need to go into controller tags on the left hand side and add a Tag for the parameter you want to modify. Make the data type 'MESSAGE' It then comes up with all the Mnemonics. But I think you don't need to touch any of them, not sure. Add a MSG instruction and assign the message tag you made in controller tags, Then click on the button to the side of it. Then follow this video. Cheers for your help guys -
How to read/write drive parameters?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
Do you have any idea how to setup a MSG instruction? I have a good idea of what to put in all the Mnemonics. But where the hell do I put the Mnemonics? I understand that they are some sort of tag. -
How to read/write drive parameters?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
I am using an anybus M30 module plugged into an Invertek drive. I will write the code so it only reads/writes once when a input goes high. Page 181 of the manual bellow seems to give the information on how to set it up. Where do I put the 'Mnemonic'? http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm003_-en-p.pdf -
blewl started following How to read/write drive parameters?
-
Hi I have setup cyclic messaging of the drive which controls the basics. Now I need to read and write the parameters. Which instruction do I use? The drive manual says: In siemens PLC with Profinet I used the RDREC and the WRREC instructions. Any help would be great.
-
How to add input and output words to a remote module?
blewl replied to blewl's topic in Allen Bradley / Rockwell Automation
So the EDS file was wrong and now I have the input and output words when setting the destination. Also changed the timing to 50ms. Not sure if that helped.