Hi guys,
I have a question related to SQL server.
The idea for my AGV is that Flexsim will execute a stored procedure in our database using the query "EXEC", that stored procedure will then return either 1 or 0, which means the AGV can/cannot start moving. However, I'm struggling with how to receive the return value of the stored procedure, simply running the "EXEC" query doesn't return anything.
Many thanks in advance!