You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
I have been trying to figure out the logic in your diagram. I get the "below top" conditional statement X=(A≥B) is true from minute 0 to 14. At minute 15 this turns false so the "in quarter" AND gate output is 0. If this is 0 then the function (X=A*B) output is also 0, so the final output is 0.I run an external radiator with four 200mm fans, where under normal load conditions I only want one fan to run.
To make this happen, I generated four virtual software sensor, one for each quarter of the hour, and tied them to four controllers on an octo.
The task would have been simpler had there been a Function that passed through values only when within a designated range.
This would be similar to the existing X=lim(min.max) Limiter, except when the input value is outside the limiter, it returns zero in place of the min/max limit.
One option would be to add a selection to the existing Limiter to return zero when outside the limits.
I could replace 5 decision boxes with a single zero result Limiter box in my virtual software sensor {[attach]9128[/attach]}
Saturday, February 5th 2022, 3:25am
Agreed. That does look better. It's a little thing but AQS is full of little things that make it better. Hopefully the devs will consider adding this.It would help if there were a horizontal bar between Input options in the aquasuite Inputs displayed in the system tray.
- currently {[attach]9147[/attach]}
- enhanced {[attach]9148[/attach]}
By occasionally do you mean that sometimes it does this and sometimes it doesn't, or its it repeatable? I have noticed some weird things with axis scales when adding a data chart to an overview page but I dismissed it as being due to me not understanding something. I just tried doing what you did (not exact) then added the log data chart to an overview page. The axis are correct.Still occasionally seeing the X-axis of displayed log data charts being wildly off.
- added 8 data channels to a Data log {[attach]9149[/attach]}
- added the data to an Analyze data chart (X-axis displays properly) {[attach]9150[/attach]}
- when added to a display page the X-axis is off by decades {[attach]9151[/attach]}
I have been trying to figure out the logic in your diagram. I get the "below top" conditional statement X=(A≥B) is true from minute 0 to 14. At minute 15 this turns false so the "in quarter" AND gate output is 0. If this is 0 then the function (X=A*B) output is also 0, so the final output is 0.
The "low minute" conditional statement X=(A≥B) confuses me. B=0 so X=(A≥B) will be true for minutes 0 through 59, so this statement is always true. If it's always true, then the conditional statement and the AND gate are pointless. What am I missing here?
The other logic path comparing coolant/ambient Δt vs Δt 1 Fan Limit makes sense. If coolant/ambient Δt rasies above Δt 1 Fan Limit for more than 30 seconds, the OR gates passes the 1 to the X=A*B fan control input which will output the value 3, right?
Your idea to add a logic function that passes either a value within a range or 0 is intriguing. It's not clear to me if you mean that this is a logic gate that outputs 1 if the input is within a range or if it passes the input value if it is within the range. I have never used X=lim(min.max) but see that it will pass any value between the min/max limits that you set. If the value is below the minimum, it outputs the minimum. If the value is above the maximum, it passes the maximum. You want a function that passes any value within a range, but 0 if the value is not in the range. Do I have this right?
Sometimes it raises it's ugly head, other time not. I have not been able to replicate or force the error. At one time I thought it may have been related to activating the data delete function, but nothing repeatable there either.By occasionally do you mean that sometimes it does this and sometimes it doesn't, or its it repeatable? I have noticed some weird things with axis scales when adding a data chart to an overview page but I dismissed it as being due to me not understanding something. I just tried doing what you did (not exact) then added the log data chart to an overview page. The axis are correct.
I don't quite understand what the Refresh Interval does in the data chart settings in an overview page. I set up 2 identical charts and set one refresh interval for 30 minutes and the other for 2 minutes. I did note that any value input to the refresh interval box less than 2m 0s is rejected and reverts to 2m 0s. AQS does not make the invalid number turn red or otherwise indicate that the refresh interval is invalid. If you enter a value less than 2m 0s and press OK, it appears to accept it but when you re-open the Settings box it is set to 2m 0s again. If you enter a value less than 2m 0s and then press Enter, you can see the value revert to 2m 0s. The Refresh Interval does not appear to change the appearance of the chart or the axis scales. I guess a higher refresh interval could add granularity to the chart? With a minimum 2m 0s refresh interval, it seems like it would not be able to track short transients like GPU temp spikes and is intended for data that has long term (over 2-minutes) trends. You can zoom into a chart in the Data Log section but you can't zoom into a chart in an overview page. I feel like I am missing something here. Sorry if this is off track.
Lower limit conditional statement - OK now I get it. Your approach is quite clever.
- you are correct, the first quarter only needs a <=14 IF to determine the time is in the 1st quarter
- but the 2nd & 3rd quarters require an upper AND lower limit (>=15 & <=29) (>=30 & <=44)
- the 4th quarter also requires only a >= 45 IF to determine the time is in the 4th quarter
- for consistencies sake I made them all the same
Refresh Interval - I get what it is doing and can see how it affects the chart in the overview page over time. I inserted 2 log data charts of the same data with the maximum difference in refresh intervals (2m 0s and 1d 0m 0s) and can see how over time their x-axis slowly diverge. The chart set to refresh every 1d 0m 0s does seem to update a lot more often than that but the latest time value on the x-axis is older than the latest time value on the x-axis on the chart that is set to update once every 2m 0s. Shouldn't the chart set to update once every 1d 0m 0s only change once per day?I did repeatedly push the chart to the right on the editable display pager, then drag the left border to the left each time, thereby expanding the width of the chart significantly. When the error is present, It appears the start date at the left side of the chart is <=> 1970.01.01
The chart to the right is similar to the failed one I attached previously (same 4 fans but one Δt in place of the four controllers), and it looks normal. {chart_good.jpg}
The refresh value simply dictates the frequency the chart is updated/redrawn. I am not sure why there is a 2 minute refresh limit, but assume it to be related to what, at one time anyway, was considered a heavy process load.
This post has been edited 1 times, last edit by "Speedy-VI" (Feb 7th 2022, 5:16am)
Refresh Interval - I get what it is doing and can see how it affects the chart in the overview page over time. I inserted 2 log data charts of the same data with the maximum difference in refresh intervals (2m 0s and 1d 0m 0s) and can see how over time their x-axis slowly diverge. The chart set to refresh every 1d 0m 0s does seem to update a lot more often than that but the latest time value on the x-axis is older than the latest time value on the x-axis on the chart that is set to update once every 2m 0s. Shouldn't the chart set to update once every 1d 0m 0s only change once per day?
Quoted
If I export a data log chart from an overview page and import it into a new overview page, the new one seems to update as the same rate as the original (which makes sense) but I did notice that they don't update at the same time. If I stretch a data log chart in an overview page to the far right then back towards the left, making the chart wider then less wide, the latest value on the X-axis appears in the wide chart but then disappears in the less wide sized chart. It seems like the latest time value displayed on the x-axis should always be the same no matter how the data chart is sized. Stretching a log data chart then unstretching it seems to mess up the latest value displayed on the x-axis. The start time/date of the charts was always correct so the bug you have experienced did not happen while I was playing around. If I ever see it do what you have observed, I will try to repeat it. If the bug is not repeatable, it is less likely to be addressed.
It is possible. I noticed that if I open the data log and click OK without changing anything it will update the chart. If I click Cancel instead it does not update the chart. I was clicking around a lot so may have forced a chart update. I will let it run for a few hours today without touching it.I copied my 2 minute update chart and changed the pasted version to daily update. It has been over 5 hours and there has been no update to the chart for me. Is there a chance you closed aquasuite restarted later? The chart will redraw with current data on a start
That makes sense. I have found that when something does not look right to me in AQS it is usually because I am doing something wrong or misunderstand something. Thanks for your insights.The 2nd chart starts at a different time, so the x-axis will display different time.
This post has been edited 2 times, last edit by "Speedy-VI" (Feb 8th 2022, 10:01pm)
This post has been edited 1 times, last edit by "Badgerslayer7" (Feb 13th 2022, 1:48am)
This is great news! I updated AQS and my Octo firmware with no issues. Everything seems to be working as before and I have not had any shared memory support based sensor data values drop out yet. This only happened to me occasionally so I will have to see how it does for a few days. I wonder if AQS's effect on Cache Latency has improved. When I was overclocking my RAM, I determined that AQS adds about 10ns of latency when its running. I could not figure out why AIDA65 Cache & Memory Benchmark was showing my latency in the 68ns to 70ns range when everyone else seemed to be getting in the low to mid 50ns range. I finally traced it to AQS adding about 10ns of latency, which I assumed I would just have to live with. I am going to check on this!I can confirm that the last version uses MUCH less CPU. In fact, it stays at zero 99% of time, which is amazing. IDK how you've done that while have to poll sensors constantly, but it's an amazing code! Good job, guys!
AFAIK, you can't regress the firmware (or the software) unless the Aquacomputer devs send you the old version of AQS. I updated to X.49 and updated my Octo firmware with no trouble. I always get nervous when I have to do this because I have read many posts about the process not going well with the Octo. The advice used to be to disconnect everything from the Octo except the USB connection to the mobo. I have never done that and have never had a problem updating my Octo firmware the few times I have had to do it.I had issues updating my octo with this x49 version. Firstly it took about 5-6 attempts to update the octo firmware. The aqua suite would not recognise my octo at the first attempt. I tried several reboots. It would pause half way through the update. Finally I managed to get it to update and would then recognise the octo but now I’m getting a random usb disconnects reconnects issue that I can hear. I think that’s what caused the issues with the firmware update. I’ve never had issues before this version. I’m on windows 11 Asus x570 crosshair hero viiii with a 5950x. Can I downgrade my octo firmware to use with the non beta aquasuite version?
This post has been edited 2 times, last edit by "Speedy-VI" (Feb 13th 2022, 9:23pm)
You may be right that connecting the Octo to another computer may not solve your problem. I have read multiple posts from people who had trouble updating their Octo firmware and this is the procedure that is often recommended. If your firmware update flash did complete, then connecting the Octo to another computer probably won't do anything. If the flash was bad, or incomplete, then AQS may be able to tell that and prompt you to update the Octo again. It's a long shot but may be worth a try. That or get Aquacomputer to send you X.48 with the old Octo firmware so you can regress. If you get that far, when you update to X.49 again, disconnect everything from the Octo but USB before you try flashing the firmware again. Good luck!Thanks for your reply. I don’t understand how plugging it into a laptop would help. The firmware on the octo is the latest that came with x49. Surely it wouldn’t give me option of re-flashing the firmware?
-