pengtianyue / Solvay_test

0 stars 1 forks source link

demo_generator shortage #4

Closed pengtianyue closed 8 years ago

pengtianyue commented 8 years ago
  1. It doesn't identify state attributes in parent states (that include substates) now
  2. OPC_Connect.client.write(PV,SP): the SP can only be a number or string of number now. i.e. "20", "18.66", etc
  3. is_active flag of state is not useful here.

These should be repaired later.

mekcrab commented 8 years ago

All of these issues should be handle by AttributeType.Attribute_Base subclasses.

mekcrab commented 8 years ago

Superstates attribute will be include by boolean AND to substate attributes in a flattened graph used by the test solver.

mekcrab commented 8 years ago

Updates listed here either already fixed or tracked in issues #9 and #23. Closing issue.