Hi
please check CLEAR builtin :
CLEAR(file_spec, status)
best
Hi
please check CLEAR builtin :
CLEAR(file_spec, status)
best
Couldn't be simpler or safer IMHO to remove T2 modes on ALL robots.
That's true, but if you have a project that requires a lot of teaching with the real robot (e.g. no simulation possible, for whatever reason) this can be impossible in T1.
- Large robot with a large workspace on a 14 meter rail, NOBODY really wants to jog in T1 ...
- Process speed is over 250mm/s and must be maintained
That makes sense. Do you know what CD38B's default IP address is?
In europe there is no default ip address.
you have to setup with host comm menu, detail, use the PORT button to switch.
These are two ports!
And they have to be in different subnet!
e.g:
192.168.18.1
192.168.25.1
I am working on a dispensing application using the CAD-to-Path feature of Roboguide.
The function in RG is very rudimentary. Perhaps other simulation programs are better suited to your tasks.
In Roboguide you can output/display the TCP speed via the profiles.(see picture)
There is a movement option for splines, which might help, as this tries to maintain the speed (regardless of the CNT value)
I've seen some posts talking about this paid option, but is there any free option available, because it seems very stupid having to pay to get this data...
There is no free option.
The dedicated option will work well for dispensing applications.
The motion planner is involved. So that the data is known "in advance"!
So it's not stupid to pay for a function you need, and when you don't know to achieve the problem by your own.
best regards
Thanks for the help, I tried to load it but its having " array Length mismatch " error.
Is it because of different version ?
That's because the number(count) of numregs are different.
When your numreg.vr file contains more numregs then the actual robot, the count of regs will be truncated to the number stored within the controller.
You can change the number or length within controlled start (or via sysvar and cold start)
CONTROLLED START:
MENU - (next)- Program Setup - Numeric registers
The NUMREG.VA file is the ASCII-representation of the NUMREG.VR (binary) file.
Only the binray variable files(.sv,.vr) are loadable!
(the ascii files are generated automatically )
Qual è il file in cui sono memorizzate le informazioni sulle impostazioni della macro,
sysmacro.sv
Please try english and maybe close/ mark thread as solved...
But where can I find this SET_PR function in the Robot's Tp menus?
This is not a fanuc function SET_PR is just a TP prog to set the pos reg.
How can I see the values of a local PR variable?
e.g.:
PR[10001,1] = 100;
How can I use local variables when I have set them of the details of a Macro?
local vars:
start at '10001':
R[10001]
PR[10001]
PR[10002]
...
In questo SET PR posso decidere su quali coordinate lavorare?
SET_PR is just a small tp prog to set values to the position register.
My "example" does not care/use/change the frames...
You have to select your frame of choice.
Hi SXJ1988,
Have you double checked that you jog with correct Frame? (e.g. S/WORLD)
The J7/J8 buttons may be configured different?!
(Config-Menu :J7/J8 jog key setup)
Or the Robot config? (integrated vs. external rail)
Hi Guest1,
Welcome.
There are things you have to do
and
there is your(!) wishlist.
First try to get the old robot running inside roboguide.
You may need to do a couple of adjustments(DCS settings to move the robot and so on)
Is the user interface working?
"UI:"
Figure out how does it work internally?
Mostly there are a couple of stm or htm files working with some karel progs....
- does the ui(htm ) set registers etc. directly?
- or is this managed by a karel prog
- using ActiveX controls?
your wishlist:
"My question is how to create such a user interface with different tabs? "
Are you familar with js/ajax/jquery --> here you go
good luck
PnsStarter
Sorry, I guess I have expressed myself unclearly. The list of facility codes I know where to find. I meant a list of the codes that are displayed in $LAST_ERCODE.
Have a look at the attached picture
We use DCS. Which file we can transfer to another robot to speed up the initial setup for the dcs menu?
DCSIOC -- IO
DCSPOS -- CPC and so on
Looks like $LAST_ERCODE does not contain the facility code. Does anybody know if there is a list of these codes somewhere or how they are put together?
Alarm Code List B-83284 (GE;EN) ; B-83284EN-1/08.01
e.g.
SRVO-033 Robot not calibrated
FACILITY_NAME | ERROR_CODE_NUMBER |
SRVO (11) | 033 |
If I remember correctly, this was introduced during RJ3iB or RJ3iC/R30iA.
Hi scotch99,
keep in mind that reading the coord motion setup vars is okay.
But I won't recommend to write them unless you really know what you''re doing..
There are settings inside CD_PAIR menu which require a cold start (or need some [EXEC] command from TP.)