2 posts
Posted 23 September 2012 - 10:11 PM
How do I run ccSensors and display it to the monitor but still be able to pick my sensor and probe and target? If i run it and display it to the monitor I can't see the monitor to choose my sensor, probe, and target.
All I want is for the monitor to display the EU information for my MSFU. Also is there a way to keep the information constantly updating?
436 posts
Posted 23 September 2012 - 11:08 PM
Okay, first thing, is this a program you made? Because if it is, then you can use some of these ideas:
peripheral.wrap will allow you to grab a peripheral (like a monitor or modem or another terminal), and use its functions (limitedly on the terminals). For monitors, this results in most of the term api being able to be used directly on a monitor. ie.
mon = peripheral.wrap(side)
mon.write(assVar)
… Alright, so only one idea right now, but if I think of anything else, I'll edit and/or repost.
2 posts
Posted 24 September 2012 - 02:57 AM
No this is the program or command /ccSensors/console. I want it to display to the monitor. However if I display it to the monitor I can't choose any options because my view is still stuck on the console so I can't see what I am doing. Is there a way to have the monitor display the same thing as the console?
436 posts
Posted 24 September 2012 - 05:20 PM
Not like you are thinking. There is no "dualmode [program] [params]". You'll have to code one yourself if you want it. And I can't really help you there, but I know there was someone who had one (I think it was MysticT, but I can't remember). If I find it, I'll edit/repost.
EDIT: I was right. However, you will definitely need to work at it. MysticT's MysticOS has the capability to capture what goes to the monitor, but it is up to you to drag it back out and onto the terminal.