Application Monitor

GX and Typhoon hardware, this includes, displays, cables and accessory cards.

Moderator: Mods

Post Reply
artika23
LCD?
Posts: 8
Joined: Wed May 14, 2008 11:45 am
Location: Arizona

Application Monitor

Post by artika23 »

Ray, is there any way to have a design run more than one .exe at a time? I create a quad core/mem useage design and only want it to run while I have games or benchmarks running. I added all my .exe to the applications monitor under the design but it will only allow me to add one .exe. Is there a fix? If not and if it's not to much trouble, could you add that multiple .exe option in the next build of LCDStudio?
q9450|pc power & cooling 750 silencer|GA-p35-DS3l v2.0 (bios F8b)|evga 8800gtx|2 x 2048 G Skill ddr2 pc 8500 @ 5-5-6-15|Asus Xonar DX|Vista Home 32 bit (sp1)|Matrix Orbital GX Typhoon Inverse Blue (FW 2.0 rev.2177/LCDStudio 784/Drivercore 91)

Ray
Matrix Orbital
Matrix Orbital
Posts: 742
Joined: Thu Dec 13, 2001 4:00 pm
Location: Earth.... I think..
Contact:

Post by Ray »

You can create a custom variable for that right click the data tree and select add custom variable drag in all the variables you need and seperate them with the or operator ( || ) so you should end up with something like

Code: Select all

((bool)AppMonitor.App1) || ((bool)AppMonitor.App2) || ((bool)AppMonitor.App3)
I don't have lcdstudio handy at this moment to produce a real example but i'm about 90% confident this is what is +- should look like.

artika23
LCD?
Posts: 8
Joined: Wed May 14, 2008 11:45 am
Location: Arizona

Post by artika23 »

Ray it worked perfectly, thank you.
q9450|pc power & cooling 750 silencer|GA-p35-DS3l v2.0 (bios F8b)|evga 8800gtx|2 x 2048 G Skill ddr2 pc 8500 @ 5-5-6-15|Asus Xonar DX|Vista Home 32 bit (sp1)|Matrix Orbital GX Typhoon Inverse Blue (FW 2.0 rev.2177/LCDStudio 784/Drivercore 91)

Post Reply