Jump to content
  • 0

New state appear after ADP3250 firmware upgrade


Danny Cote

Question

After firmware upgrade I got a new state never seen before: 

Call: FDwfDigitalInStatus() during record operation

I got status == 6 and this status is not present in defined state:

# instrument states
DwfStateReady        = c_ubyte(0)
DwfStateConfig       = c_ubyte(4)
DwfStatePrefill      = c_ubyte(5)
DwfStateArmed        = c_ubyte(1)
DwfStateWait         = c_ubyte(7)
DwfStateTriggered    = c_ubyte(3)
DwfStateRunning      = c_ubyte(3)
DwfStateDone         = c_ubyte(2)

Since two entrries have same value, can you confirm what is the state == 6

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...