working remote Flashcards
how does one go about connecting to a customer IEPC for the first time in a while?
have clean svn on local machine
copyFolderFromIEPC
in Eclipse, chosse revert and look at all files
revert those, that you want to overwrite on the IEPC
copyFolderToIEPC
test
how does one copy a folder from/to iepc?
go to folder in local data
copyTo/FromIEPC bash function
how does one copy a singel file form the IEPC?
on local machine:
scp iepc_at_client:”filepath source” “filepath destination”
how does one install an HMI?
Follow instructions in Nextcloud/Release Versions/HMI …. INSTALLATION_README.txt
- copy file to OEM/Sinumerik/HMI/Isios/appl
- (PO and) HMI Reset
Where is the UCI App Documentation
Nextcloud/IsiosVertraulich/IsiosManualVarianten/Isios UCI App Documentation
how does one connect to a sinumerik via ssh?
iepc set “…”
ssh iepc_at_client
from there: ssh manufact@192.168.214.1 PW: SUNRISE
what is the workflow for copying data to a sinumerik?
create folder on iepc “upd231122” (for current date)
copy from iepc to sinumerik via scp
What is the IEPCs IP?
192.168.214.200
how can one operate on the IEPC from within the local project repo?
iepc bash functions:
iepc cmd “command”
iepc diff
…
Do I need a working Compensation File to run a recalibration?
No, if it is deactivated through MDs
what can happen when copying from/to the IEPC while meas are done?
series, last meas and objects can be overwritten, which can cause problems in further calibration. DON’T DO!