Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Implicit conversion from one enumeration type to another in TcoDrivesBeckhoff #724

Open
rruiter87 opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@rruiter87
Copy link
Collaborator

Not a bug per se, but more of an annoyance. There are four implicit conversions in the TcoDrivesBeckhoff library:

Warning		Implicit conversion from one enumeration type (EDIRECTION (tcodrivesbeckhoff, 0.11.0.73 (vortex.library))) to another (MC_DIRECTION (tc2_mc2, 3.3.48.0 (beckhoff automation gmbh))) [tcodrivesbeckhoff, 0.11.0.73 (vortex.library)]		HomeTask.OnStart	42	
Warning		Implicit conversion from one enumeration type (EDIRECTION (tcodrivesbeckhoff, 0.11.0.73 (vortex.library))) to another (MC_DIRECTION (tc2_mc2, 3.3.48.0 (beckhoff automation gmbh))) [tcodrivesbeckhoff, 0.11.0.73 (vortex.library)]		HomeTask.OnStart	44	
Warning		Implicit conversion from one enumeration type (EENCODERREFERENCEMODE (tcodrivesbeckhoff, 0.11.0.73 (vortex.library))) to another (E_ENCODERREFERENCEMODE (tc2_mc2, 3.3.48.0 (beckhoff automation gmbh))) [tcodrivesbeckhoff, 0.11.0.73 (vortex.library)]		HomeTask.OnStart	46	
Warning		Implicit conversion from one enumeration type (EJOGMODE (tcodrivesbeckhoff, 0.11.0.73 (vortex.library))) to another (E_JOGMODE (tc2_mc2, 3.3.48.0 (beckhoff automation gmbh))) [tcodrivesbeckhoff, 0.11.0.73 (vortex.library)]		Jog	72	

The conversion functions are already there, it seems, for example Tc2MC2_TO_Tco_Direction.

@rruiter87 rruiter87 added bug Something isn't working question Further information is requested labels Jun 17, 2024
@peterbarancek
Copy link
Collaborator

Hi , this was done to provide controls in visualisiation( combox ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants