I’m having trouble exporting from delta to Allen Bradley when I import rungs there’s always an error the error states there’s an issue on line 325 with name which when I open with a notepad and look the name is a status bit but looks exactly the same as all others ahead that passed through? Any help would be great
One issue to consider is that Logix Designer limits the length of imported tag names. This means the lengths of the RMC name, axis names and variable tag names must be limited such that any tag does not exceed 40 characters. For example, the exported Axis 0 Status Bits tag name is MyRMCNameMyAxisNameStatusBits and the Axis 0 Command Parameter 1 is MyAxisName_Command_Parameter_1.
Other than that, I don’t know of any issues we run into. Would have to try it myself with the RMCTools project to figure out more.
-Jacob
Thanks for this response! Yeah I finally seen where there was an error for the character limit I was in a rush and didn’t notice it before…