Display MoreTwo methods, based on PnsStarter's answer:
Method 1:
Assumes you're string always ends ".dt"
Method 2:
Set SR[s] = "."
Thank you, that worked
Display MoreTwo methods, based on PnsStarter's answer:
Method 1:
Assumes you're string always ends ".dt"
Method 2:
Set SR[s] = "."
Thank you, that worked
Display MoreHi Lintan,
Where does the string come from? From a PC or from a PLC?
If this string or several strings have a similar structure, and are only inside your robot, you can assemble them yourself:
CALL SET_SR(2,'ARTICLE')
CALL SET_SR(3,1234)
CALL SET_SR(4,'.DT')
SR[1] = SR[2] + SR[3] + SR[4]
PROG SET_SR
SR[AR[1]]=AR[2]
Then it's quite easy to do something with a sub string...
Best
The .DT file come from a foler on FR:/folder/ which contains saved Registry data.
I have a keral program that saves Register data to a file and the files name is for example articel.dt
i can load the data with a karel program to, but if i choose the file from a list in the HMI the .DT comes in the SR and then i cant load the program whit the karel program.
I only want this because the list from the HMI can work then.
I can manualy write the articelnumber and load.
It would be great with a Karel program that only deletes the .DT
I have a string register "ARTICLE123.DT"
How can i remove ".DT" from the register in a program?
if it only 1234.DT its easy. But when there is letters that dosent work. Is karel the only option?
Only numbers:
R1=[SR10]
[SR10]=R1
Turns out the installation process wasn't writing any data to the frvirtual.exe config file. Had to copy over a coworkers file and it fixed the issue. Hopefully if anyone has the same issue in the future they know someone else with roboguide because that seemed to be Fanuc's last suggestion.
That solved my problems! Installd version T first, whitout any problems.
Did you try the steps described in post #17?
PostRE: Roboguide installation problem in Windows 11
I am running ROBOGUIDE on a Windows 11 computer without any problems. Install revision T first and after that, you can install a newer revision. Simply confirm the upcoming error messages and continue the installation. It is important to install ROBOGUIDE as administrator.
DS186February 29, 2024 at 1:53 PM
Yes.
Did install the T version now without errors. But when i install "ZJ" the error message comes back.
Hello.
I im trying to install fanuc roboguide, but i get this error. I am administrator on the computer.
I have set the computer to English.
Put the installation folder on c:\
disable virus and firewal.
New installation windows 11.
Have been in contact with fanuc and they cant help me.
I get this message:
The setup was not able to open permissions on "c:\program files (x86)\FANUC\Shared\Utilities\*." please contact your sytem administrator for the corrext permissions after the setup completes.