Answers Database
2.1i Foundation ABEL: Combinatorial set assignment within a state machine works only in var=[x,x] format not var=^bxx format.
Record #8246
Product Family: Software
Product Line: Data I/O
Product Part: xabel
Product Version: 6.0
Problem Title:
2.1i Foundation ABEL: Combinatorial set assignment within a state machine works only in var=[x,x]
format not var=^bxx format.
Problem Description:
Urgency: Standard
General Description:
Set assignments within an ABEL state machine will not compile correctly when in the format:
COUNT=^b01;
Solution 1:
Use the format:
COUNT=[0,1];
This is not an issue if the combinatorial set assignment is made outside of any state machine.
See also; Solution #6288
End of Record #8246 - Last Modified: 12/10/99 09:16 |