Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Difference between Cycle Time and Simulation Time

#5
(01-20-2022, 09:27 PM)Jeremy Wrote:Go to "C:\RoboDK\Library\Scripts" and "CycleTime(...).py"

Code:
from robolink import *
RDK = Robolink()

# Load My Python code
program = RDK.ItemUserPick('Simulator', ITEM_TYPE_PROGRAM)

result = program.Update()

RDK.ShowMessage(result)

It shows error on line "result = program.Update()":
Quote:Invalid item provided: The item identifier provided is not valid or it does not exist.

Why this happen?


Messages In This Thread
RE: Difference between Cycle Time and Simulation Time - byjohn_17s- 01-21-2022, 02:56 AM



Users browsing this thread:
1 Guest(s)