it's a Molex card (mounted on a Fanuc motherboard, or "daughter card" - I don't remember the exact name now).
Posts by bidzej
-
-
Sorry, I misread your post and understood, that you want to copy the file to memory card (MC)!
I think copying files to MD is not allowed, it's actually an internal memory area. Use LOAD if you want to use the program on the robot or create a folder in FR and store the file there.
-
try installing Lincoln's diagnostic software on your PC, connect to the power source and see, if it finds any details on the problem.
-
What card is that? Molex or Siemens? Which FW-version?
I only have experience with Siemens and normally you should be able to change the amount of signals in MENU - SETUP - Profinet screen. -
From my experience, this means that the memory card is dead (or maybe too big). Thy another one (max 2GB), if that doesn't help, replace the adapter (assuming, that you use CF cards).
-
I always press the data button, then I can do what I want.
and that's exactly what I do. The TP's focus seems to always jump back to the running program, as soon as it's displayed anywhere on the screen.If you need to see the currently running program, you can also switch it to LOOK mode - the cursor will stop jumping around and will allow you to work in the other window.
-
-
I've just tried to mount an IMG backup using OSFMount - cool, I can see the file structure, BUT all the files seem to be empty or encrypted (?). Am I doing something wrong? Is it possible to see the file contents?
-
Programs taught with a falsely defined TCP will work fine in most cases, as long as no complicated reorientations are done.
Have you checked the TCP and Ccorsinated Motion calibration?
-
Safety plc and relays would be 2 different things, I would say either use one or the otherThat's what I mean - you either use a safety PLC, or Safety PMC/Safe IO Connect with safety relays.
IDK if it's allowed to write some arbitrary logic for different safety devices. They should react to different events (like reset) in a defined manner. That's why these ready-made blocks are available in safety PLC programming tools - they are certified "black boxes" that can only have some signals assigned to them - but their working principle cannot be changed.
Safety relays work in a similar manner to these program blocks - you can connect some predefined signals to them, but can't influence the way they work. -
-
The only thing you need to figure out is a connection to the robot.
If you have it, you can access the robot in a couple of ways, including FTP, echo the teach-pendant (only observe what is going on on the screen) or even take control over the TP. All that with configurable passwords. -
it's a safety function, as Safe IO Connect is. You can either write:
using Safety PMC, or:
CodeSPO[1:EstopOk] = SIR[1] AND SIR[2] SIR[1] = SPI[1:Estop1] AND SPI[2:Estop2] SIR[2] = SPI[3:Estop3] AND SPI[4:Estop4]
using Safe IO Connect - and get the exact same result. The more complicated the system is, the more convenient it is to use Safety PMC instead of Safe IO Connect.
The problem is that you can't properly evaluate/diagnose/monitor the status of each safety device, which can be done by means of any proper safety PLC (pic related). That's why safety relays should be used - to ensure all that.
And in this case, the SPIs mentioned in the examples above should come from the relays' outputs. -
ummm… I would make sure, that the calibration is ok in real life, then make an AoA and load it to RG.
-
are you checking the DATA menu in the same window, in which you have selected your Karel program?
-
-
Have you tried to let the robot run some other program in a loop for these 10 hours or so?
This would help define, if it's your program that causes the problem, or some internal or background stuff does it... -
Anything more on the program itself? And some circumstances of the freeze? Any errors posted?
-
Software version 9.10 would be the R-30iB Plus already.
Assuming, that the installed software has all the motion groups already defined (afaik not possible to do it via TP), you'll have to configure everything in the Controlled Start, according to your hardware setup.
-
Does the robot use coordinated motion? If so, is the turntable's "coordinated pair" calibrated accurately?