[IGSTK-Developers] Tracking with Polaris Vicra is not working :-(
Zein Salah
zeinsalah at gmail.com
Fri Jan 7 12:11:47 EST 2011
Hello everybody,
I am sorry if I am annoying with my emails, but I spent the whole day
searching for a possible bug!
My program no longer wants to dealt with the NDI Vicra camera :-(.
When I require the connection to the camera, it beeps as if everything
were ok, but tracking does not work. In other words, I always get
position (0,0,0) for all tools. I debugged the code and found
that IsValidNow()
(see below) fails. Any idea what could be going wrong?! I attached
the log file. Maybe you can deduce something from it.
Thanks,
Zein
coordSystemAObserver_0->Clear();
trackerTool_0->RequestGetTransformToParent();
if (coordSystemAObserver_0->GotTransform()) {
transform = coordSystemAObserver_0->GetTransform();
if ( transform.IsValidNow() ) { // This test fails
position = transform.GetTranslation();
...
...
}
}
On Fri, Jan 7, 2011 at 12:04 PM, Zein Salah <zeinsalah at gmail.com> wrote:
> Hello,
>
> I managed to connect to the NDI Vicra camera, by editing a piece of code
> from
> PolarisTrackerTest, and could read tracking data. Now, I have a problem
> which
> I cannot define. When I require the connection to the camera, it beeps as
> if
> everything were ok, but tracking does not work. In essence, the test
> "if (coordSystemAObserver_1->GotTransform())" fails.
>
> How can I test if the connection has been established and the tracker is
> working?
>
> Much thanks,
>
> Zein
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-developers/attachments/20110107/7f9d4fe6/attachment.html>
-------------- next part --------------
24583366746.613159 : (DEBUG) SerialCommunication::OpenCommunication called ...
24583366746.614037 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 IdleState(1) with OpenPortInput(16) ---> AttemptingToOpenPortState(2).
24583366746.614067 : (DEBUG) InternalOpenPort on COM3:
24583366746.63245 : (DEBUG) InternalOpenPort succeeded...
24583366746.63253 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToOpenPortState(2) with SuccessInput(13) ---> PortOpenState(3).
24583366746.632557 : (DEBUG) SerialCommunication::OpenPortSuccessProcessing called ...
24583366746.632595 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 PortOpenState(3) with UpdateParametersInput(18) ---> AttemptingToUpdateParametersState(4).
24583366746.63744 : (DEBUG) SetCommunicationParameters succeeded.
24583366746.637501 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToUpdateParametersState(4) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.650444 : (DEBUG) igstk::NDITracker:: Entered SetCommunication ...
24583366746.65049 : (DEBUG) UpdateParameters called ...
24583366746.650532 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with UpdateParametersInput(18) ---> AttemptingToUpdateParametersState(4).
24583366746.655426 : (DEBUG) SetCommunicationParameters succeeded.
24583366746.655472 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToUpdateParametersState(4) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.655499 : (DEBUG) igstk::NDITracker:: Exiting SetCommunication ...
24583366746.65604 : (DEBUG) igstk::Tracker::RequestOpen called...
24583366746.656105 : (DEBUG) State transition is being made : PolarisTracker PointerID 0D91CB08 IdleState(28) with EstablishCommunicationInput(38) ---> AttemptingToEstablishCommunicationState(29).
24583366746.656132 : (DEBUG) igstk::Tracker::AttemptToOpenProcessing called ...
24583366746.656155 : (DEBUG) igstk::NDITracker::InternalOpen called ...
24583366746.656174 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366746.656212 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366746.656281 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.656307 : (DEBUG) UpdateParameters called ...
24583366746.656342 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with UpdateParametersInput(18) ---> AttemptingToUpdateParametersState(4).
24583366746.661423 : (DEBUG) SetCommunicationParameters succeeded.
24583366746.661465 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToUpdateParametersState(4) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.661491 : (DEBUG) SerialCommunication::Sleep(500) called ...
24583366746.661526 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with SleepInput(23) ---> SleepState(12).
24583366746.661564 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 SleepState(12) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.661587 : (DEBUG) SerialCommunication::SendBreak called ...
24583366746.661621 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with SendBreakInput(21) ---> AttemptingToSendBreakState(9).
24583366746.963459 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToSendBreakState(9) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.963497 : (DEBUG) SerialCommunication::Sleep(6000) called ...
24583366746.963531 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with SleepInput(23) ---> SleepState(12).
24583366746.963573 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 SleepState(12) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366746.963612 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366747.815456 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366747.815506 : (DEBUG) SerialCommunication::Read(RESETBE6F\x0D, 2047, 10) called...
24583366747.815536 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366747.815582 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366747.815651 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366747.815685 : (DEBUG) SerialCommunication::Write(INIT:E3A5\x0D, 10) called...
24583366747.81572 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366747.815746 : (DEBUG) InternalWrite called ...
24583366747.816437 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366747.816475 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366747.898453 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366747.898502 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366747.898525 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366747.898563 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366747.898636 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366747.898674 : (DEBUG) SerialCommunication::Write(VER:065EE\x0D, 10) called...
24583366747.898708 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366747.898731 : (DEBUG) InternalWrite called ...
24583366747.899433 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366747.899475 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.091511 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.091679 : (DEBUG) SerialCommunication::Read(Polaris Vicra Control Firmware\x0ANDI S/N: P6-00475\x0ACharacterization Date: 09/15/09\x0AFreeze Tag: Polaris Vicra Rev 001\x0AFreeze Date: 03/25/08\x0A(C) Northern Digital Inc.\x0A0069\x0D, 2047, 168) called...
24583366748.091717 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.091751 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.091824 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.091862 : (DEBUG) SerialCommunication::Write(COMM:500000048\x0D, 15) called...
24583366748.091896 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.091919 : (DEBUG) InternalWrite called ...
24583366748.092461 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.092503 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.124454 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.124504 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.124527 : (DEBUG) SerialCommunication::Sleep(100) called ...
24583366748.124565 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with SleepInput(23) ---> SleepState(12).
24583366748.124603 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 SleepState(12) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.124626 : (DEBUG) UpdateParameters called ...
24583366748.12466 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with UpdateParametersInput(18) ---> AttemptingToUpdateParametersState(4).
24583366748.129421 : (DEBUG) SetCommunicationParameters succeeded.
24583366748.129459 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToUpdateParametersState(4) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.129505 : (DEBUG) State transition is being made : PolarisTracker PointerID 0D91CB08 AttemptingToEstablishCommunicationState(29) with SuccessInput(46) ---> CommunicationEstablishedState(31).
24583366748.129528 : (DEBUG) igstk::Tracker::CommunicationEstablishmentSuccessProcessing called ...
24583366748.134224 : (DEBUG) igstk::PolarisTrackerTool::RequestSelectWirelessTrackerTool called ...
24583366748.134266 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0250EAA0 IdleState(131) with SelectWirelessTrackerToolInput(140) ---> WirelessTrackerToolSelectedState(132).
24583366748.134293 : (DEBUG) igstk::PolarisTrackerTool::ReportWirelessTrackerToolSelected called ...
24583366748.135582 : (DEBUG) igstk::PolarisTrackerTool::RequestSetSROMFileName called ...
24583366748.135681 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0250EAA0 WirelessTrackerToolSelectedState(132) with ValidSROMFileNameInput(143) ---> WirelessTrackerToolSROMFileNameSpecifiedState(135).
24583366748.135708 : (DEBUG) igstk::PolarisTrackerTool::SetSROMFileNameProcessing called ...
24583366748.135952 : (DEBUG) igstk::TrackerTool::SetTrackerToolIdentifier called...
24583366748.136024 : (DEBUG) igstk::TrackerTool::RequestConfigure called...
24583366748.136066 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0250EAA0 IdleState(90) with ConfigureToolInput(77) ---> AttemptingToConfigureTrackerToolState(91).
24583366748.136089 : (DEBUG) igstk::TrackerTool::AttemptToConfigureProcessing called ...
24583366748.136108 : (DEBUG) igstk::PolarisTrackerTool::CheckIfTrackerToolIsConfigured called...
24583366748.136147 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0250EAA0 AttemptingToConfigureTrackerToolState(91) with ToolConfigurationSuccessInput(78) ---> ConfiguredState(92).
24583366748.136173 : (DEBUG) igstk::TrackerTool::TrackerToolConfigurationSuccessProcessing called ...
24583366748.136192 : (DEBUG) igstk::TrackerTool::RequestAttachToTracker called...
24583366748.136227 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0250EAA0 ConfiguredState(92) with AttachToolToTrackerInput(80) ---> AttemptingToAttachTrackerToolToTrackerState(93).
24583366748.136253 : (DEBUG) igstk::TrackerTool::AttemptToAttachTrackerToolToTracker called ...
24583366748.136272 : (DEBUG) igstk::Tracker::RequestAttachTool called ...
24583366748.136311 : (DEBUG) State transition is being made : PolarisTracker PointerID 0D91CB08 CommunicationEstablishedState(31) with AttachTrackerToolInput(40) ---> AttemptingToAttachTrackerToolState(32).
24583366748.136333 : (DEBUG) igstk::Tracker::AttemptToAttachTrackerToolProcessing called ...
24583366748.136356 : (DEBUG) igstk::PolarisTracker::VerifyTrackerToolInformation called ...
24583366748.136414 : (DEBUG) igstk::NDITracker:: GetCommandInterpreter ...
24583366748.136566 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.136612 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.136677 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.136719 : (DEBUG) SerialCommunication::Write(PHRQ:*********1****A4C1\x0D, 24) called...
24583366748.136757 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.13678 : (DEBUG) InternalWrite called ...
24583366748.137444 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.137482 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.142452 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.142494 : (DEBUG) SerialCommunication::Read(01D4D5\x0D, 2047, 7) called...
24583366748.142517 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.142555 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.142609 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.142685 : (DEBUG) SerialCommunication::Write(PVWR:0100004E444900D2110000010000000000000100000000031480345A00000004000000040000000000403F000000000000000000000000000000000000000000000000E131\x0D, 144) called...
24583366748.142727 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.14307 : (DEBUG) InternalWrite called ...
24583366748.149445 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.14949 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.159515 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.159565 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.159592 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.15963 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.159695 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.159771 : (DEBUG) SerialCommunication::Write(PVWR:01004000002041000000000000000000000000000000000000000052B8E4417B14244200000000000000000000B04200000000AE4731C2CDCC21420000000000000000EAC6\x0D, 144) called...
24583366748.159813 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.159866 : (DEBUG) InternalWrite called ...
24583366748.16544 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.165482 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.176445 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.176483 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.176506 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.17654 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.176598 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.17667 : (DEBUG) SerialCommunication::Write(PVWR:01008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ADDC\x0D, 144) called...
24583366748.176712 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.176735 : (DEBUG) InternalWrite called ...
24583366748.182434 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.182476 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.193604 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.193718 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.193745 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.193779 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.193848 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.19392 : (DEBUG) SerialCommunication::Write(PVWR:0100C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009EC7\x0D, 144) called...
24583366748.193962 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.193985 : (DEBUG) InternalWrite called ...
24583366748.200439 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.200481 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.210453 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.210495 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.210518 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.210552 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.210609 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.210686 : (DEBUG) SerialCommunication::Write(PVWR:01010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000803F0000000097B9\x0D, 144) called...
24583366748.210728 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.210751 : (DEBUG) InternalWrite called ...
24583366748.216434 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.216476 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.227444 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.227482 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.227505 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.227539 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.227592 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.227669 : (DEBUG) SerialCommunication::Write(PVWR:010140000000000000803F00000000000000000000803F00000000000000000000803F00000000000000000000000000000000000000000000000000000000000000007503\x0D, 144) called...
24583366748.227772 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.227795 : (DEBUG) InternalWrite called ...
24583366748.233486 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.23354 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.244446 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.244488 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.244514 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.244553 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.244614 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.24469 : (DEBUG) SerialCommunication::Write(PVWR:010180000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006DE4\x0D, 144) called...
24583366748.244732 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.244755 : (DEBUG) InternalWrite called ...
24583366748.250439 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.250481 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.26144 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.261478 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.261501 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.261539 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.261593 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.261665 : (DEBUG) SerialCommunication::Write(PVWR:0101C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005EFF\x0D, 144) called...
24583366748.261707 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.26173 : (DEBUG) InternalWrite called ...
24583366748.267437 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.267479 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.278496 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.278545 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.278572 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.278606 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.278671 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.278748 : (DEBUG) SerialCommunication::Write(PVWR:0102000000000000000000000000000000000000000000000000000000000000000000000000000000000000010203000000000000000000000000000000001F1F1F1F30CC\x0D, 144) called...
24583366748.27879 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.278812 : (DEBUG) InternalWrite called ...
24583366748.28545 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.285492 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.295452 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.295494 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.295521 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.295555 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.295616 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.295692 : (DEBUG) SerialCommunication::Write(PVWR:010240090000004E44490000000000000000003837303033333900000000000000000000000000090101010100000000000000000000000000000000010101010000009387\x0D, 144) called...
24583366748.295734 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.295757 : (DEBUG) InternalWrite called ...
24583366748.301434 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.301476 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.312531 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.31258 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.312607 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.312641 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.312714 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.313015 : (DEBUG) SerialCommunication::Write(PVWR:010280000000000000000000000000008000290000000000000000000080BF000000000000000000000000000000000000000000000000000000000000000000000000DF87\x0D, 144) called...
24583366748.313057 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.31308 : (DEBUG) InternalWrite called ...
24583366748.319477 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.319534 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.329494 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.329536 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.329575 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.329613 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.329674 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.329746 : (DEBUG) SerialCommunication::Write(PVWR:0102C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005EB4\x0D, 144) called...
24583366748.329788 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.329811 : (DEBUG) InternalWrite called ...
24583366748.335438 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.335476 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.346443 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.346485 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.346508 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.346542 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.346596 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.346672 : (DEBUG) SerialCommunication::Write(PVWR:01030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E595\x0D, 144) called...
24583366748.34671 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.346733 : (DEBUG) InternalWrite called ...
24583366748.352524 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.352577 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.363445 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.363495 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.363522 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.363556 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.363621 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.363697 : (DEBUG) SerialCommunication::Write(PVWR:01034000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C194\x0D, 144) called...
24583366748.363739 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.363762 : (DEBUG) InternalWrite called ...
24583366748.369434 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.369476 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.38044 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.380478 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.380501 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.380539 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.380592 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.380665 : (DEBUG) SerialCommunication::Write(PVWR:01038000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AD97\x0D, 144) called...
24583366748.380707 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.38073 : (DEBUG) InternalWrite called ...
24583366748.38644 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.386482 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.397472 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.397518 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.397545 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.397583 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.397709 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.397785 : (DEBUG) SerialCommunication::Write(PVWR:0103C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009E8C\x0D, 144) called...
24583366748.397827 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.39785 : (DEBUG) InternalWrite called ...
24583366748.403439 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.403481 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.414448 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.414486 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.414509 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.414547 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.4146 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.414639 : (DEBUG) SerialCommunication::Write(PINIT:0131EA\x0D, 13) called...
24583366748.414673 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.414696 : (DEBUG) InternalWrite called ...
24583366748.415436 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.415478 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.419453 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.419487 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.419518 : (INFO) Port handle initialized successfully
24583366748.419537 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.419571 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.419624 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.419662 : (DEBUG) SerialCommunication::Write(PHINF:010001CFAC\x0D, 17) called...
24583366748.419697 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.41972 : (DEBUG) InternalWrite called ...
24583366748.420433 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.420471 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.427452 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.427502 : (DEBUG) SerialCommunication::Read(01000000NDI 0003480140311CDAA\x0D, 2047, 38) called...
24583366748.427528 : (INFO) Tool Information: 01000000NDI 00034801403
24583366748.427547 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.427582 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.427635 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.427673 : (DEBUG) SerialCommunication::Write(PENA:01D6D3B\x0D, 13) called...
24583366748.427708 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.427731 : (DEBUG) InternalWrite called ...
24583366748.428432 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.428474 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.433483 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.433533 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.433556 : (INFO) Port handle enabled successfully
24583366748.433575 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.433613 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.433678 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.433716 : (DEBUG) SerialCommunication::Write(PHINF:0100256CAC\x0D, 17) called...
24583366748.43375 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.433865 : (DEBUG) InternalWrite called ...
24583366748.434464 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.434505 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.444466 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.44453 : (DEBUG) SerialCommunication::Read(01000000NDI 00034801403318700339 P6-0047501000093A6\x0D, 2047, 72) called...
24583366748.444561 : (INFO) Port status information: 49
24583366748.44458 : (INFO) Tool status: 49
24583366748.444599 : (INFO) Tool type: 1
24583366748.444618 : (INFO) Tool accessories: 0
24583366748.444637 : (INFO) Marker type: 0
24583366748.444672 : (DEBUG) State transition is being made : PolarisTracker PointerID 0D91CB08 AttemptingToAttachTrackerToolState(32) with SuccessInput(46) ---> TrackerToolAttachedState(33).
24583366748.444752 : (DEBUG) igstk::Tracker::AttachingTrackerToolSuccessProcessing called ...
24583366748.444775 : (DEBUG) igstk::TrackerTool::GetTrackerToolIdentifier called...
24583366748.444798 : (DEBUG) igstk::TrackerTool::ReportSuccessfulTrackerToolAttachment called ...
24583366748.444836 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0250EAA0 AttemptingToAttachTrackerToolToTrackerState(93) with AttachmentToTrackerSuccessInput(86) ---> AttachedState(94).
24583366748.444859 : (DEBUG) igstk::TrackerTool::TrackerToolAttachmentToTrackerSuccessiProcessing called ...
24583366748.444889 : (DEBUG) igstk::NDITracker::AddTrackerToolToInternalDataContainers called ...
24583366748.444908 : (DEBUG) igstk::TrackerTool::GetTrackerToolIdentifier called...
24583366748.449738 : (DEBUG) igstk::PolarisTrackerTool::RequestSelectWirelessTrackerTool called ...
24583366748.449776 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0D926FE0 IdleState(201) with SelectWirelessTrackerToolInput(210) ---> WirelessTrackerToolSelectedState(202).
24583366748.449802 : (DEBUG) igstk::PolarisTrackerTool::ReportWirelessTrackerToolSelected called ...
24583366748.450897 : (DEBUG) igstk::PolarisTrackerTool::RequestSetSROMFileName called ...
24583366748.450993 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0D926FE0 WirelessTrackerToolSelectedState(202) with ValidSROMFileNameInput(213) ---> WirelessTrackerToolSROMFileNameSpecifiedState(205).
24583366748.451019 : (DEBUG) igstk::PolarisTrackerTool::SetSROMFileNameProcessing called ...
24583366748.451038 : (DEBUG) igstk::TrackerTool::SetTrackerToolIdentifier called...
24583366748.451057 : (DEBUG) igstk::TrackerTool::RequestConfigure called...
24583366748.451096 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0D926FE0 IdleState(160) with ConfigureToolInput(147) ---> AttemptingToConfigureTrackerToolState(161).
24583366748.451118 : (DEBUG) igstk::TrackerTool::AttemptToConfigureProcessing called ...
24583366748.451138 : (DEBUG) igstk::PolarisTrackerTool::CheckIfTrackerToolIsConfigured called...
24583366748.451172 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0D926FE0 AttemptingToConfigureTrackerToolState(161) with ToolConfigurationSuccessInput(148) ---> ConfiguredState(162).
24583366748.451199 : (DEBUG) igstk::TrackerTool::TrackerToolConfigurationSuccessProcessing called ...
24583366748.451218 : (DEBUG) igstk::TrackerTool::RequestAttachToTracker called...
24583366748.451252 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0D926FE0 ConfiguredState(162) with AttachToolToTrackerInput(150) ---> AttemptingToAttachTrackerToolToTrackerState(163).
24583366748.451279 : (DEBUG) igstk::TrackerTool::AttemptToAttachTrackerToolToTracker called ...
24583366748.451298 : (DEBUG) igstk::Tracker::RequestAttachTool called ...
24583366748.451332 : (DEBUG) State transition is being made : PolarisTracker PointerID 0D91CB08 TrackerToolAttachedState(33) with AttachTrackerToolInput(40) ---> AttemptingToAttachTrackerToolState(32).
24583366748.451355 : (DEBUG) igstk::Tracker::AttemptToAttachTrackerToolProcessing called ...
24583366748.451408 : (DEBUG) igstk::PolarisTracker::VerifyTrackerToolInformation called ...
24583366748.451427 : (DEBUG) igstk::NDITracker:: GetCommandInterpreter ...
24583366748.451618 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.451664 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.451729 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.45182 : (DEBUG) SerialCommunication::Write(PHRQ:*********1****A4C1\x0D, 24) called...
24583366748.451859 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.451881 : (DEBUG) InternalWrite called ...
24583366748.452461 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.452507 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.457451 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.457493 : (DEBUG) SerialCommunication::Read(02D595\x0D, 2047, 7) called...
24583366748.45752 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.457554 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.457619 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.457695 : (DEBUG) SerialCommunication::Write(PVWR:0200004E444900D00D0000010000000100000200000000012480345A00000004000000040000000000403F000000000000000000000000000000000000000000000000D400\x0D, 144) called...
24583366748.457737 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.45776 : (DEBUG) InternalWrite called ...
24583366748.463436 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.463474 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.474506 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.474556 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.474583 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.474621 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.474689 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.474762 : (DEBUG) SerialCommunication::Write(PVWR:0200400000204100000000000000000000000000000000000000000000000000004842000000000000C8410000C842000000000000C8C10000074300000000000000004E62\x0D, 144) called...
24583366748.47488 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.474907 : (DEBUG) InternalWrite called ...
24583366748.481438 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.48148 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.491447 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.491489 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.491512 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.491547 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.491604 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.49168 : (DEBUG) SerialCommunication::Write(PVWR:020080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005DEA\x0D, 144) called...
24583366748.491722 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.491745 : (DEBUG) InternalWrite called ...
24583366748.497437 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.497478 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.508442 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.50848 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.508503 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.508537 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.508591 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.508667 : (DEBUG) SerialCommunication::Write(PVWR:0200C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006EF1\x0D, 144) called...
24583366748.508705 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.508728 : (DEBUG) InternalWrite called ...
24583366748.514534 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.514584 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.525448 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.525494 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.52552 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.525555 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.525627 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.525764 : (DEBUG) SerialCommunication::Write(PVWR:02010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000803F00000000678F\x0D, 144) called...
24583366748.525806 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.525829 : (DEBUG) InternalWrite called ...
24583366748.531445 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.531487 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.542446 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.542484 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.542507 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.542545 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.542599 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.542675 : (DEBUG) SerialCommunication::Write(PVWR:020140000000000000803F00000000000000000000803F00000000000000000000803F00000000000000000000000000000000000000000000000000000000000000008535\x0D, 144) called...
24583366748.542717 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.54274 : (DEBUG) InternalWrite called ...
24583366748.548435 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.548477 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.559471 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.559517 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.559544 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.559582 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.559647 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.559723 : (DEBUG) SerialCommunication::Write(PVWR:020180000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009DD2\x0D, 144) called...
24583366748.559769 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.559795 : (DEBUG) InternalWrite called ...
24583366748.566437 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.566479 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.57645 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.576488 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.576511 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.576546 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.576614 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.576691 : (DEBUG) SerialCommunication::Write(PVWR:0201C000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AEC9\x0D, 144) called...
24583366748.576729 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.576752 : (DEBUG) InternalWrite called ...
24583366748.582436 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.582478 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.593483 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.593533 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.593559 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.593594 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.593662 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.593735 : (DEBUG) SerialCommunication::Write(PVWR:0202000000000000000000000000000000000000000000000000000000000000000000000000000000000000010203000000000000000000000000000000001F1F1F1FC0FA\x0D, 144) called...
24583366748.593777 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.5938 : (DEBUG) InternalWrite called ...
24583366748.599442 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.599483 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.610447 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.610485 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.610508 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.610542 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.610664 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.610741 : (DEBUG) SerialCommunication::Write(PVWR:020240090000004E444900000000000000000038373030333430000000000000000000000000000901010101000000000000000000000000000000000101010100000027F1\x0D, 144) called...
24583366748.610779 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.610802 : (DEBUG) InternalWrite called ...
24583366748.616474 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.616528 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.627457 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.627499 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.627525 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.62756 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.627621 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.627697 : (DEBUG) SerialCommunication::Write(PVWR:0202800000000000000000000000000080002900000000000000000000803F000000000000000000000000000000000000000000000000000000000000000000000000798B\x0D, 144) called...
24583366748.627735 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.627758 : (DEBUG) InternalWrite called ...
24583366748.633499 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.633553 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.644447 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.644489 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.644516 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.64455 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.644615 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.644688 : (DEBUG) SerialCommunication::Write(PVWR:0202C000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AE82\x0D, 144) called...
24583366748.64473 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.644756 : (DEBUG) InternalWrite called ...
24583366748.650436 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.650532 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.661442 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.66148 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.661507 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.661541 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.661594 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.661671 : (DEBUG) SerialCommunication::Write(PVWR:0203000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000015A3\x0D, 144) called...
24583366748.661709 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.661732 : (DEBUG) InternalWrite called ...
24583366748.667435 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.667473 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.678467 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.678516 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.678543 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.678577 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.678638 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.678715 : (DEBUG) SerialCommunication::Write(PVWR:0203400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000031A2\x0D, 144) called...
24583366748.678753 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.678776 : (DEBUG) InternalWrite called ...
24583366748.684437 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.684479 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.695446 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.695484 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.695507 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.695553 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.695663 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.695736 : (DEBUG) SerialCommunication::Write(PVWR:020380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005DA1\x0D, 144) called...
24583366748.695778 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.695801 : (DEBUG) InternalWrite called ...
24583366748.701435 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.701477 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.71249 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.712532 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.712559 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.712593 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.712658 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.712734 : (DEBUG) SerialCommunication::Write(PVWR:0203C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006EBA\x0D, 144) called...
24583366748.712776 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.712799 : (DEBUG) InternalWrite called ...
24583366748.718441 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.718483 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.729446 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.729485 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.729507 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.729542 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.729599 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.729637 : (DEBUG) SerialCommunication::Write(PINIT:0230AA\x0D, 13) called...
24583366748.729671 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.729694 : (DEBUG) InternalWrite called ...
24583366748.730431 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.73053 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.735432 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.73547 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.735489 : (INFO) Port handle initialized successfully
24583366748.735508 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.735546 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.735611 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.735649 : (DEBUG) SerialCommunication::Write(PHINF:020001CFE8\x0D, 17) called...
24583366748.735718 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.735756 : (DEBUG) InternalWrite called ...
24583366748.736443 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.736488 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.743492 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.743546 : (DEBUG) SerialCommunication::Read(02000001NDI 000348024011175F3\x0D, 2047, 38) called...
24583366748.743572 : (INFO) Tool Information: 02000001NDI 00034802401
24583366748.743595 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.743633 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.743698 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.743736 : (DEBUG) SerialCommunication::Write(PENA:02D9D3B\x0D, 13) called...
24583366748.743771 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.743793 : (DEBUG) InternalWrite called ...
24583366748.744446 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.744488 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.749451 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.749489 : (DEBUG) SerialCommunication::Read(OKAYA896\x0D, 2047, 9) called...
24583366748.749508 : (INFO) Port handle enabled successfully
24583366748.749531 : (DEBUG) SerialCommunication::PurgeBuffers called ...
24583366748.749565 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with PurgeBuffersInput(22) ---> AttemptingToPurgeBuffersState(10).
24583366748.74966 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToPurgeBuffersState(10) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.749699 : (DEBUG) SerialCommunication::Write(PHINF:0200256CE8\x0D, 17) called...
24583366748.749733 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with WriteInput(20) ---> AttemptingToWriteState(8).
24583366748.749756 : (DEBUG) InternalWrite called ...
24583366748.750431 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToWriteState(8) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.750473 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 ReadyForCommunicationState(5) with ReadInput(19) ---> AttemptingToReadState(7).
24583366748.760483 : (DEBUG) State transition is being made : SerialCommunicationForWindows PointerID 024BC5F0 AttemptingToReadState(7) with SuccessInput(13) ---> ReadyForCommunicationState(5).
24583366748.760548 : (DEBUG) SerialCommunication::Read(02000001NDI 00034802401318700340 P6-004750100003DCC\x0D, 2047, 72) called...
24583366748.760578 : (INFO) Port status information: 49
24583366748.760597 : (INFO) Tool status: 49
24583366748.760616 : (INFO) Tool type: 2
24583366748.760635 : (INFO) Tool accessories: 0
24583366748.760654 : (INFO) Marker type: 0
24583366748.760693 : (DEBUG) State transition is being made : PolarisTracker PointerID 0D91CB08 AttemptingToAttachTrackerToolState(32) with SuccessInput(46) ---> TrackerToolAttachedState(33).
24583366748.760715 : (DEBUG) igstk::Tracker::AttachingTrackerToolSuccessProcessing called ...
24583366748.760735 : (DEBUG) igstk::TrackerTool::GetTrackerToolIdentifier called...
24583366748.760757 : (DEBUG) igstk::TrackerTool::ReportSuccessfulTrackerToolAttachment called ...
24583366748.760796 : (DEBUG) State transition is being made : PolarisTrackerTool PointerID 0D926FE0 AttemptingToAttachTrackerToolToTrackerState(163) with AttachmentToTrackerSuccessInput(156) ---> AttachedState(164).
24583366748.760822 : (DEBUG) igstk::TrackerTool::TrackerToolAttachmentToTrackerSuccessiProcessing called ...
24583366748.760845 : (DEBUG) igstk::NDITracker::AddTrackerToolToInternalDataContainers called ...
24583366748.760864 : (DEBUG) igstk::TrackerTool::GetTrackerToolIdentifier called...
More information about the IGSTK-Developers
mailing list