04-27-2023, 07:54 PM
I'm running on a robot Mitsubishi RV-7FL-D a program in online programming but I can not access to the Digital Inputs, I can access without problem to the Digital Outputs. I get the following error trying to access to a Digital Input
Warning: Waiting DI[10] = 1.0 not implemented
I thought that the problem was that the M_In was not defined in the Mitsubishi Postprocessor and I add the function
DIN_STRING = "M_IN"
But the warningWarning: Waiting DI[10] = 1.0 not implementedcontinue appearing and I still can't access the the Digital Inputs
Thanks for your attention.
Warning: Waiting DI[10] = 1.0 not implemented
I thought that the problem was that the M_In was not defined in the Mitsubishi Postprocessor and I add the function
DIN_STRING = "M_IN"
But the warningWarning: Waiting DI[10] = 1.0 not implementedcontinue appearing and I still can't access the the Digital Inputs
Thanks for your attention.