Skip to content
Snippets Groups Projects
Commit 87ae977e authored by DESGRANGES's avatar DESGRANGES
Browse files

Fix m_model check in extract moving pull request

parent 338d1abe
No related branches found
No related tags found
1 merge request!3[PIController] Add PIAxis commands and attributes
......@@ -192,7 +192,7 @@ int Off::get_value()
//----------------------------------------------------
yat::String IsMoving::pull_request(int axis_id)
{
if (m_model == "SIMULATOR" || m_model == "E-754")
if (m_model == "SIMULATOR")
{
return "#5"; //Command for the MockServer
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment