Category Archives: Phil

Phil 6.24.2010

7:30 – 2:00 VISIBILITY

  • Tried to VPN over to the WPAFB server. The VPN seems to work, but I couldn’t connect to the site.
  • Trying to set up meetings for Friday
    • Talked to Anne.
  • The querylog script had stopped running on the 16th, for some reason. Which is odd because the details pull scripts were running just fine. Anyway, put the querylog script back in the queue. It seems to be running fine now.
  • Need to walk through PPM with Dong today and burn a disk – done.
  • Need to see what problem Tom is having with getting the Scripting Server running on viz-n – fixed
  • Updating Visibility and Scripting on viz-n
  • Burned new copies of PPM and VISIBILITY to deploy tomorrow.

2:30 – FP

  • Mounted the wrist motor

Phil 6.23.2010

8:00 – 11:00 VISIBILITY

  • Swung by the customer site. Answered some questions for Anne
  • Upgraded our mysql-connector to version 5.1.12. Updated the javaUtils and Visibility2 projects.
  • Walked through some PPM with Dong

11:00 – 5:30FP

  • Got the servo assy moving for one finger. Need to finish the other and then put the heim joints in.
    • Assembled the second finger
  • Mounted the two high-torque motors
  • Need to move the strain gauge assy. rearward of the stepper motor attachment points – done

Phil 6.21.2010

8:00 – 2:00 VISIBILITY

  • Deployed Dong’s new swf, which did fix the financial load problem!
  • Demo’d to Trish, notes are below. Next demo is Friday afternoon
    • Project
      • Save Project Error
        • Code: Server Processing
        • Message Out of bounds Exception – Index 9, size 9
      • Services are not getting checked when project is loaded
      • Add “other” service check box with an Addable dropdown to list of services
      • Change DHS to USCG
    • Funding Request
      • Combine valuation and save. They really don’t need to be different buttons
      • Save funding req gives out of bounds error
      • Change all “BF 34” to “BF 5”
      • BF panel should have the following fields
        • Acceptance Date
        • Submit Date
        • Certified Date
        • Document Number
        • Reimbursable (Tab? Grouping?)
          • Amount
        • Direct Cite (Tab? Grouping?)
          • Obligation Amount
          • Obligation Date
          • Contract #
          • Contract Date
    • Enter Financial Data
      • “Planned Obligation” is blanked when saving data on other lines and window automatically un-maximizes
      • Percentages are not being calculated on some charts. THes seems to be the case when Goals are not showing
      • Un-maximize seems to happen on saves of data
    • Next meeting is Friday afternoon, time is TBD

2:00 – 4:00 – FP

  • Working on framework

Phil 6.18.2010

8:00 – 3:00

  • Installed the patch for PPM and grabbed a screenshot for Dong
  • Left a message with JM that we may not be able to hit Monday, based on Dong’s email.
  • Got Mike’s Network widget working in Visibility. Very cool.
    • We need a way to create a new widget from the selected items
    • Some formatting issues on the connections page
  • Some fire drill for NG

Phil 6.17.2010

8:00 – 3:00

  • Deployed version of Visibility with improved SolrXmlIngestor and with the “Load” screen showing first on the slideshow panel.
  • Went over the meeting with Dong,
  • Working on getting Mike’s update to NetworkWidget working
  • Need to create separate swf for slideshow code.
  • Worked with Tome to get the installer behaving

Phil 6.16.2010

8:00 – 4:00

  • Deployed new version of PPM. Seems to be working
  • Had a freight with VISIBILITY. one of the SOLR files had not ingested properly. Fixed, but I’m not sure how
  • Added a method in DatabaseIf.java to store strings as prepared queries. That should deal with nearly any bad character problem…
  • Eliminated the “str: ” print statement that was filling the logs. Still need to make the ingestor more robust WRTspecial characters?
  • Created a VisDashViewer project
  • Meeting with S14 folks today at 1:30
    • Project Creation role titles don’t match the standard roles we use everywhere else
    • “Create Funding Request” Brings up dialog with “Funding” spelled “Fungind”
    • Create Funding should work with a full project rather than a line item.
      • Budget Center and Budget should be blank. They will be added by the user
      • Appropriation needs “Add New”
      • BF 34 panel gets several changes:
        • “Reimbursable” has an associated Amount and Obligation Date
        • “Direct” should be “Direct Cite” and has Amount, Obligation Date, Contract Date and Contract Number associated with it.
    • JM wants a DashViewer-like page for showing reports. He prefers no login as the default.
  • The load of data when bringing up the “Enter Financial Data” is hanging (Not coming out of the “clock” cursor). Occasionally it brings up (I have screenshot print outs):
    • Remote Object Fault
      • code: Channel.Call.Failed
      • Message: error
      • Detail: NetConnection.Call.Failed HTTP: Failed

Phil 6.15.2010

7:30 – 5:30

  • Swung by the site – nothing new
  • Thinking about a “Dashboard View” login. Very simple, just lists the available dashboards and slide shows. The user picks one and it displays. No save capability. No QueryBuilder.
  • Working on packaging up PPM for deployment and demo tomorrow.

Phil 6.14.2010

7:30 – 10:30, 2:30 – 4:00 VISIBILITY

  • Swung by the site to check on things. All is running. Deleted some unused tables and checked on usage
  • Work with Dong today to finalize PPM for Wednesday demo
  • Switched all my passwords everywhere. Here’s hoping things will still be working tomorrow…
  • Discussing our need for a server with Rick Hally

10:30 – 2:30 FP

  • Built a linkage to have reaction motions work independently from the input forces
  • And that works. What this means is that for the system to work, there needs to be a “perceptual(?)” reference that the opposing motion can move relative to. So the prototype with the holes in it for actuators is actually close to what it should be.
  • Important thing to note – the kf motor should be connected to the reference structure so that the forces coming back from the kf device aren’t modifying the input forces. The test setup is adding these kind of artifacts.
  • Ordered threaded rod (93250A026), nuts (94804A325), and rod ends (60645K441) from mcmaster ($58.34)
  • Ordered two 12v/2A power supplies, a Servo Motor Controller and two 30mm linear actuators from Phidgets ($341.50 CAD)

Phil 6.11.2010

7:30 – 10:00 VISIBILITY

  • Deployed VISIBILITY with fixed slideshow and resolution check
  • Going to make the resolution check a method in EdgeUtils.Utils – Done
  • Updated vis2, IngestManager, and VisibilityScripting with the warning. AccountManagers doesn’t need it.

10:00 – 2:00 FP

  • Went looking for a 3D math library and found this: http://cmldev.net. Giving it a shot. Took a bit of time to find out where the properties are set to include an external library. If you right-click on the project and select properties, it’s in “Configuration Properties->C/C++->General”. Click on the “Additional Include Directories” In the case of cml, you need to point to the cml folder to get the paths working correctly in the code (i.e. <cml/cml.h>) Nope, the documentation sucks.
  • Rolled my own simple vector functions. Collision detect now works. Next, collision response.

Phil 6.10.2010

7:30 – 1:30 VISIBILITY

  • Pat still isn’t pleased with VISIBILITY. Too much resizing of things. We reset her display from 1024×768 to 1280×1024. We’ll see if this helps
  • Found some bugs with slideshows
    • This isn’t really a bug, but the individual and group dashboard windows should be labled
    • If you delete the only dashboard, you can’t drag new items into the target, and you get an exception
    • If you delete one of two dashboards, you get the same behavior, but no errors.
    • Mike has fixed all. Bringing in a new version, also with a screen resolution alert
  • Showed JW and AG the slideshow capability. Anne, liked it quite a bit.

1:30 – 4:30 FP

  • Added a PhysicsController
  • Added PointMass objects
  • Changed the graphics so we have colored balls, which will more match the PointMass objects
  • Got the graphics following the strain gauge input on both paddles
  • Next, calculate collision, and use that to set the motor offsets.

Phil 6.9.2010

7:30 -10:30 (VISIBILITY)

  • Checked out status of VISIBILITY. all seems to be working well
  • Quick status with JM
  • Set up a meeting with Anne to show here the new slideshow capability for tomorrow. She thinks we might have funding for a new project?
  • Viz-n is ungodly slow today and is not allowing ssh connections. Starting the process of setting up a VPS on steadfast.net. Asking for the “Nickel – Debian 5” package (25 GB of Disk Space, 400 GB of Monthly Data Transfer, Fair Share CPU, 384 MB – Guaranteed RAM, Fully Managed, $44.95 per month | FREE Setup)

10:30 – 4:00

  • Starting some actual kinetic feedback algorithms!
  • No, I’m not. The DataDictionary is based around char* for the key. If the pointer goes out of scope, the content is lost. Fixing it so that it works with string.
  • Got the dictionary fixed. Working on integrating with the graphics. Need to build a physics controller

Phil 6.8.2010

8:00 – 2:30

  • Meeting with S14
    • General
      • Make it so that the panel titles are not editable.
      • There should be no minimum character checks in string validators
      • Logging out should close all windows
      • What is “Create Project Form”?
      • Exec Summaries need to save more data. Can be several pages long
      • Eliminate redundant checks on budget center names, if that’s how we’re doing it. There will be things like “A123 – salary”, “A123 – travel”, where travel and salary will be a funding transaction name/type/something???
      • Vertical Scroll layout will work well. Will need the maximize button, though.
    • User
      • Need to add mailing address
    • Create Project
      • Add exec summary and description to project (It is different from the summary and description in funding)
      • Adding a Budget Center line needs to become a single dialog
      • Comboboxes in grid hive odd behaviors: They don’t always close right, they are too easy to switch back to “Add New”, and there is an interaction that causes new rows to be added when clicking elsewhere on the grid.
      • Clicking on add funding will delete the data in an already open funding panel
      • Budget centers may change over the life of the project. This needs to ripple through to the financial entry, but not sure about old funding requests (I think we should leave then alone?).
      • New “Add Budget Center” dialog:
        • Budget Center Name (Addable List)
        • Budget Center Number (text field – Addable List?)
        • Funding Transaction Name(text field- Addable List?)
        • Funding Transaction Number (text Field- Addable List?)
        • Funding Transaction Type (Addable List)
        • Capability (Addable List)
        • Expenditure Center (Addable List)
        • Investment Portfolio (Addable List)
        • Appropriation (Addable List)
        • Type (Addable List)
        • Save button then populates grid. The only editable components are then the numeric values.
    • Create Funding
      • Add an “Edit/Update” Funding
      • User information should be copied over from project
      • Funding Request should copy names from project
      • Mailing Address in funding is broken. No user address?
      • Appropriation should be a dropdown
      • Budget column should have “$0” at the start.
      • Budget should be totaled (Funding Total) and compared to the “Funding Value” entered above the grid on save. If they do not agree, there needs to be an alert
      • Project Type” to “Funding Type”
      • No “Add” or “Remove” buttons for Budget Center grid.
  • Financial Entry
    • Obligation rows should be above outlay rows
    • Title for a grid will need to have more of the Financial Transaction text in it to uniquely specify
  • Waited for conference call from WPAFB

2:30 – 4:00 (FP)

  • Flailed for a while, then got the sensors reading the new paddles. Turns out that the sensor board closest to one paddle is actually the sensor for the *other* paddle.
  • Templated the bounding box class so I can use it with floats.
  • Worked out the first tests I want to try:
    • Opposing motion on input stick
    • Opposing force on other stick. (I’m starting to think that this may be more effective, since the motion will be relative to some sort of ground)

Phil 6.7.2010

7:30 – 2:30 (VISIBILITY)

  • Deployed new Vis and VSS. The query logging is set up and running
  • Dropped by JM. Full walkthrough is set for tomorrow
  • Telecon with WPAFB? Nope – postponed till tomorrow.
  • Walked through PPM with Dong – found a few bugs. Iterating.
  • Burned a disk to try tomorrow.

2:30- 3:30 (FP)

  • Added normalized sensor values. Spent a while figuring out a good way to have a center value that offsets the results

Phil 6.4.2010

7:30 – 2:30 (VISIBILITY)

  • The viz-n server appears to be slow again
  • Deployed a new version of VISIBILITY with query logging.
  • Adding a method to facades that will generate SOLR xml directly from a DbTable. Done. Need to burn a disk for Monday
  • Started to walk through Dong’s system, but ran into role-related bugs

2:30 – 4:00(FP)

  • Got the new sensor hooked up. Much more sensitive. Working on filtering and centering signal
  • Zeroing is done. Took out sleep() statements as well.

Phil 6.3.2010

7:00 – 1:30 (VISIBILITY)

  • It’s *hot* today!
  • Joe is going to look into setting up a proxy server!
  • Talked to JW about current needs. Nothing clear yet…
  • Going to add a user/query tracking log tables to VISIBILITY. Done. Had to add a check to ensure that user data was getting set in the AdvancedQueryWidget. Checked in code to GenericQueryWidget and Visibility2 java code.

1:30 – 2:30 (FP)

  • Getting the sensors to read correctly. Done
  • Added some data checks to the dictionary
  • Continuing the process of educating Tom about pointers