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

Assigning param_Sut_deltaTime breaks tester #29

Closed
keremispirli opened this issue Jul 11, 2017 · 4 comments
Closed

Assigning param_Sut_deltaTime breaks tester #29

keremispirli opened this issue Jul 11, 2017 · 4 comments

Comments

@keremispirli
Copy link
Member

TXS << param param_Sut_deltaTime 4000
TXS >> param_Sut_deltaTime = 4000
TXS << tester Model Sut
txsui: <socket: 584>: hGetLine: failed (No error)

stepper and simulator work fine. If param is not assigned, tester also works fine.
Tried with Adder and CustomersOrders examples.

@pjljvandelaar
Copy link
Member

What is the message in .txs.$portnr$.err.log file?

@keremispirli
Copy link
Member Author

TXSSERVER RSP << MACK input files parsed:
TXSSERVER RSP << MACK Adder.txs
TXSSERVER RSP << PACK INIT
TXSSERVER CMD >> PARAM param_Sut_deltaTime 4000
TXSSERVER RSP << MACK param_Sut_deltaTime = 4000
TXSSERVER RSP << PACK PARAM
TXSSERVER CMD >> TESTER Adder Sut
txsserver.exe: connect: failed (Connection refused (WSAECONNREFUSED))

@pjljvandelaar
Copy link
Member

Did you start the Sut (java adder)?

@keremispirli
Copy link
Member Author

I was trying with Simulator, but now I tried and it works. I probably got confused and forgot to ensure there's some sut on the other side.

closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants