seth

Members
  • Posts

    5
  • Joined

  • Last visited

seth's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I recently upgraded to DAQFactory 20.1, and I am no longer able to setBypass on my lab jack device when it is not connected. Was this feature removed in the new version, or is there some new way to implement it? I can't find any details on it in the user manual.
  2. Cool, thanks! Is there an expected release date for 20.2? Just wondering if I should look for a workaround for the near future or if it will be released soon
  3. I am looking to do the opposite of reset on start, I want to pre-load a value into the integral before starting the PID loop for a smooth transition. I guess specifically what I am looking for is "bumpless transfer", pre-loading the integral value is one way to accomplish this. If there are other ways to accomplish this in DAQFactory please let me know! Thanks!
  4. Hi All, It seems the shell execute function does not hold up DAQFactory, but if I am trying to get a response from a process or wait until a process is complete is there a way to run shell execute with a return from standard out? Right now I'm just thinking of a hacky way of having the other process write a text file that DAQFactory waits until it exists, but that doesn't seem very elegant. Thanks!
  5. Hi, Is there a way to read or write the integral value in a DAQFactory PID loop? I am looking to reduce large jumps when initializing a PID loop in-situ by setting the I term before beginning the loop but I do not see a way to do that currently. Thanks!