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

Dynamic data from simulated device #11

Open
mggluscevic59 opened this issue May 10, 2023 · 0 comments
Open

Dynamic data from simulated device #11

mggluscevic59 opened this issue May 10, 2023 · 0 comments

Comments

@mggluscevic59
Copy link

  • Instrument Simulator version: JulaboCF from julabo 2.3.0
  • Python version: 3.11.3
  • Operating System: ArchLinux

Description

Is it possible to have Simulator simulate changing data?

What I Did

CFG = {
    "devices": [
        {
            "name": "jul-1",
            "class": "JulaboCF",
            "transports": [
                {"type": "tcp", "url": "localhost:5050"}
            ]
        },
        {
            "name": "jul-2",
            "class": "JulaboCF",
            "transports": [
                {"type": "tcp", "url": "localhost:5051"}
            ]
        }
    ]
}
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

1 participant