Can you pick up open load and overload only errors on MC3 outputs?
The only way of picking up an error message appears to be in the system information function, but this seems to be a blanket error flag that could be a fault with any part of the control system (including v ref, batt voltage etc). We would ideally only like to pickup on an open load or overload.
I see there is module status, but that only shows 9 different items. Is there an option to pick up on only the open load and overload error of an output on an MC3?
Not saving Function group input when Public variable are used
I have set-up some variable as public in a function group. In another function group I am using one of those public variable as input to a function group
When the program run correctly. But if I change the software and or save and close the next time I open the project the assignment disappear and I get an compile error for an undefined input to the function group.
Iqandesign with Windows 10 on Surface Pro 4
Has anyone tried using Iqandesign with a Surface Pro and Windows 10? Do the drivers work for USB (MD3) and ethernet (wireless) for MD4. I travel quite a bit and would like to reduce the weight of my computer/charger.
IQAN Design-Project Properties-Comments
Please add window sizing to the comments table. This will help with viewing of large amounts of project develpment information.
FSM operation
Not sure how transitions and state changes are handled or may be this is an issue with the simulate application. I am not a big specialist of state machine but it was my assumption that the rules were to
1) Evaluate transitions
2) Set state based on transition calculation.
3) Execute code corresponding to state (not directly applicable in IQAN)
Because my code was not working as I expected I wrote a small application:
1 virtual Button.
1 FSM with 3 states: Default, State1, State 2
Goal Have a toggle function every time I press the button, I switch state. basically a toggle.
Transition Default>State 1 = True
Transition State 1>State2 = PositiveFlank of push button
Transition State 2>State1 = PositiveFlank of push button
Added 2 event counters:
State =1
State=2
Result in simulation:
Program stuck in State 1
Counter not changing =0
remark: There was technically a transition from state 0 to state 1. Event counter 1 should have increased. It did not. Changed transition Default>State1 to happen after first scan. Then counter reads 1 but is stuck.
Is this the expected result??
MC3 System mismatch
In the error codes, what is the meaning of error code 3: 3 system mismatch?
what is the cause of this none fonctioning?
Please feel free to contact me if you have any questions.
Best regards
Jean-Baptiste
RGDH
Develloper for IQan system
Outputs disabled on XC10 when running IQAN Design 3.15
I have inserted 3.14 back into the machine and the problem goes away. By using IQAN design 3.15 the issue comes back. The program for 3.14 and 3.15 is identical.
What I have found is that by applying a delay on the output it cures the issue when running on 3.15. This delay has to be within the master module as an IDC rather than a delay directly on the output of the module (in the settings on the output function) otherwise the fault still comes up.
The firmware version on the XC10 module is 1.05. We had this issue a while back when the XC10 modules were running 1.03 and we, but adding a module enable delay seemed to cure the issue. The last few machines have been fine when running IQAN Design 3.14 and XC10 firmware 1.05.
This makes IQAN Design 3.15 non functional at the moment as we use XC10 modules on a regular basis. Any ideas as to a solution please?
Reset "Adjust Item Value" via the program
It would be nice to be able to reset any adjust group parameter via a Reset Channel in the program. (Text, Integer, Function, Digital) Currently the only way I know how to reset a channel is by a person physically pushing reset on that adjust group.
What I am trying to achieve is I want a user to be able to name an item via a Text Parameter. Once the user has it named, I want them to be able to reset it back to the default later on via a virtual input on a display. Reason behind this is I have 40 Text Parameters I need to reset to default with one simple action.
Mode selector for "Text Formatting Channel"
It would be nice to be able to assign a State machine or parameter to a "Text Formatting Channel".
I have a situation where I have "Group A", 10 Text Parameters with with a state machine (10 states) assigned to it. And a "Group B" of 15 Text Parameters with a 15 state machine. I would like to use a Single Text formatting channel to Add Group A to B for certain situation.
Trying to display the text on the screen currently is painful.
Also on a separate note it would also be nice to be able to use a Text Formatting Channel in a Text Parameter.
Array problem
Example: I have array what size is 100 and If I have only 60 measurements there, How I get minimum and average values from these measurements?
ArrayIndexOfMin and ArrayAverage calculates all array 100 values even these empty 40 records and then I get wrong calculations.
How do I get minimum and average values only from records what contains measurements bigger than 0?
Customer support service by UserEcho