
lostcontrol
MrPLC Member-
Content count
506 -
Joined
-
Last visited
Community Reputation
21 ExcellentAbout lostcontrol
-
Rank
Expert
Profile Information
- Country New Zealand
Recent Profile Visitors
-
lostcontrol started following How to use alarm buzzer in NS screens
-
Hi Bob, check out the System Bit area SB12/13/15 you can map it to plc area & then drive directly from your program. System Setting/Initial tab. There is a button called System Memory List that gives the allocations
-
pturmel liked a post in a topic: Origin search - different position
-
lostcontrol started following Origin search - different position
-
@pturmel, the functions used are PLC config, not the drive. These applications need to be connected exactly as per the manual to work. It is possible that this is not the case for the OP. If it were me, I’d be rolling my own code based on what is actually installed. All that is needed is a home sensor .
-
Reilly liked a post in a topic: Ethernet Communication Between CS1G and RedLion Graphite HMI
-
Michael Walsh liked a post in a topic: Ethernet Communication Between CS1G and RedLion Graphite HMI
-
Ethernet Communication Between CS1G and RedLion Graphite HMI
lostcontrol replied to Reilly's topic in Omron
Change the source unit in the G3 to be 0. Try that, it it doesn’t work you will most likely need a routing table in the PLC -
lostcontrol started following Ethernet Communication Between CS1G and RedLion Graphite HMI
-
Abdul Wajid liked a post in a topic: Multiple branches in a single network
-
photovoltaic liked a post in a topic: Multiple branches in a single network
-
lostcontrol started following Multiple branches in a single network
-
Add a P_On first, then it will be possible
-
BobB liked a post in a topic: OMRON CJ1W-ETN21 Node Number
-
They are the UNIT NO switchs bob, not the NODE NO
-
lostcontrol started following OMRON CJ1W-ETN21 Node Number
-
Unit No OR Node No.? Unit No can be derived from the IO table & usually Node No is the last octet of IP address
-
Is your intent to control these drives or just monitor? IMHO, I don’t believe the CP series were designed with this intent (although I could be wrong..) Even monitoring more than 1x device is pushing the boundaries (I think)
-
lostcontrol started following CP1L-EL TCP socket Services
-
lostcontrol started following CJ2M-CPU32 DM area for "unit settings"
-
Why not just download the settings via CX-P in the tree? by doing this, you are checking the settings are what you want/expect also.
-
lostcontrol started following Sysmac Studio NX102-9000 online editing problem
-
Sysmac Studio NX102-9000 online editing problem
lostcontrol replied to SNeves's topic in NJ Series / Sysmac Studio
What do you mean by pointers.? -
lostcontrol started following USB Connection Issue
-
As there are now multiple drivers, you have to select the relevant one for your device. You should be able to locate the driver manually. I have had this issue when using a brick PLC, NS & NB screens where have had to manually change the driver for the USB connection
-
lostcontrol started following Motion Control
-
Sounds like baldor/ABB drive upgrade? As IO_Rack has said, what modules are on the PLC rack.? you shouldn’t need to access the PLC if just doing a drive upgrade, as long as you can get the config/setup from the current flex drive. From there, it should be just autotune & go.
-
NA5 Variables pink when previously working
lostcontrol replied to Stefan009's topic in NJ Series / Sysmac Studio
This sounds like a bug in sysmac somewhere, as I recently had something similar. Opening a project that was all ok & had the EIP mappings are broke. I need to check if this was from an import or version upgrade tho. -
andres_vargas liked a post in a topic: NX1P2 to Indusoft communication
-
Controlling Yaskawa servo with NX via ethercat
lostcontrol replied to viman's topic in NJ Series / Sysmac Studio
Can the 'mode of operation' be exposed via the PDO mapping? -
L18er embedded i/o not responding
lostcontrol replied to SherlockNeo's topic in Allen Bradley / Rockwell Automation
Is this a working system or new.? ive had an L16 embedded IO go bad before, fortunately not much was used so could easily move to the expansion modules. -
Controlling Yaskawa servo with NX via ethercat
lostcontrol replied to viman's topic in NJ Series / Sysmac Studio
This is where I would be focusing. Depending on the size of the servo, I would expect it to react back (as you would ) Do you have the manual that breaks down the control word? Perhaps that a single bit that is not being set correctly via the MC instructions? I am thinking that you should be able to do everything without the SYSMAC motion instructions to confirm the PLC-Drive functionality & that there is something missing in the actual motions maybe. (you will probably have to un-allocated the control word though.?) This is just an assumption though, but maybe something I would be trying if it were me.