netdomain Posted January 4, 2007 Report Posted January 4, 2007 Hi all, How do we address the Input/Output Cards on the Racks? e.g in AB, we use Slot 0, Slot 1, ... and so on... how would we do this on Mitsubishi? Lets say if we have a 12 Rack Mitsubishi PLC. Slot 0 = Power Supply Slot 1 = CPU Slot 2 = Ethernet Card Slot 3 = 32 Point Input Card Slot 4 = 32 Point Output Card and Slot 5 to 11 are empty. Now lets say I want to turn the first Output on this PLC On via 1st input. --------[X1]---------------------------------------------------(Y1)---- How will be our rung ? Thanks Quote
Colin Carpenter Posted January 4, 2007 Report Posted January 4, 2007 Hex Addressing, as shown below Slot 0 = Power Supply____________No Address Slot 1 = CPU____________________No Address Slot 2 = Ethernet Card____________Hex 00 - 1F Slot 3 = 32 Point Input Card________Hex 20 - 3F Slot 4 = 32 Point Output Card_______Hex 40 - 5F All cards following these just carry on adding to the addresses. So, your first input would be X20 and your first output would be Y40 I've assumed that the ethernet card takes up 32 hex addresses. Quote
netdomain Posted January 4, 2007 Author Report Posted January 4, 2007 Thanks Colin Carpenter. Do I have to set these addresses somewhere or they are configured automatically? If yes, where do I have to go in GX Developer to set them up? Thanks Quote
Crossbow Posted January 4, 2007 Report Posted January 4, 2007 If you do not configure them, the PLC will build the table automatically. But if you set an address for one card, you must set all. The Ethernet card is a 32-bit card as suggested above. As for where to set in GX Developer, in PLC Parameters on the I/O Assignment tab. Quote
netdomain Posted January 4, 2007 Author Report Posted January 4, 2007 Thankyou very much Crossbow! Yes, I found it in PLC Parameters :) Slowly getting there... Still lots to learn, lol Quote
FNMdeJong Posted January 9, 2007 Report Posted January 9, 2007 If you don't know for sure, just connect to the system and read it out with GX Developer under Diagnostics system Monitor. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.