Jump to content
  • 0

MCC128 data logger example issues


Question

Posted

I'm trying to run the C example data_logger for the MCC128. I got all the prerequisites & it compiled with no issues

If I just & click start

./logger

I get the error,

Unable to open the log file.

If I,

sudo ./logger

I get the error,

There was a timeout while obtaining a resource block.

Click 'OK' and the program closes

There were no problems running the other examples, I can read the EEPROM, the channels show up in the MCC128 App, single_value_read, finite_scan & continuous_scan all work.

Any clue what's causing this?

 

Nic

1 answer to this question

Recommended Posts

  • 0
Posted

Hello,

The errors are unrelated to the Daqhat interface and are an issue in creating the log file. Could you configure a breakpoint at line 504 in the logger.c and step into the function open_log_file to see where the error happens? If ../LogFiles/data.csv is missing, it will add it to the ../logger folder. The only thing I can think of is it's having trouble adding the folder or creating the file.

Best regards,
John

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...