The current chassis settings cannot be deployed to this controller.
Hello, I have two identical cRIO-9022 with cRIO-9114 which should work with the scan engine because I don't have the FPGA licence. I have upgraded to LabVIEW 2012 on both. One is working fine but the...
View ArticleRe: Problem: Fitting Lev-Mar with Error Function
Thanks!And do you know anything about the use of "Error Function"? I found only a few references to it in the web and I don't understand how to make it work...
View ArticleRe: Problem: Fitting Lev-Mar with Error Function
Try this. Seem to work just fine (LabVIEW 2013). (don't try to graph the best parameters, graph the best fit output!)
View ArticleRe: Problem: Fitting Lev-Mar with Error Function
Yuri94 wrote:And do you know anything about the use of "Error Function"?The LabVIEW version is not plymorphic, i.e. it does not accept arrays, but only single x values. This means you simply need to...
View ArticleRe: .chm help file and executable
It took me a while but I have been able to reproduce at least part of the problem in the attached project and its executable. The original help file is "C:\Context help test\UI Help.chm". Its name has...
View ArticleRe: State Machine Lost State
I still don't get it. Why was there a FOR loop to begin with if it can be removed without problems?
View ArticleRe: The current chassis settings cannot be deployed to this controller.
Hello, I found the problem. I did the upgrade to LabVIEW 2012 with Norton running... it may have block something. I disabled it, reformat the cRIO, re-installed and now it is working. Michel
View ArticleRe: How to set a source current and measure voltage using GPIB
According to my previous post you should attempt to send the commands in a loop to see if any particular cause problem, and you must ofcourse open and close the VISA resource./Y
View ArticleRe: Problem: Fitting Lev-Mar with Error Function
Wow! Thanks so much, altenbach! It works perfectly! I didn't know about the "Re/Im to Complex" for plotting graphs. Very useful... Thanks a lot!
View ArticleRe: Problem: Fitting Lev-Mar with Error Function
I am glad it works for you. Feel free to mark the most helpful answer as solution to the thread. :D
View Articledaq assistance setting
Hello, I am running a scaled down earthquake data that I retrieved from the USGS website and placed accelerometers on the mini shake table to verify that the shake table can replicate an...
View ArticleWrite To Measurement Duplicate Timestamps
Hello, I'm currently reading voltage data serially via USB (COM port) and I'm trying to use the "Write to Measurement File" block to log some of the data that gets passed through. For both cases, when...
View ArticleRe: Write To Measurement Duplicate Timestamps
You aren't passing any time information at all to the write function. Your loop spins without any function to determine time between iterations either. The wiring of the tab control to the case...
View ArticleRT programming for cRIO/sbRIO *.ctl cluster
See the attached! For a *.ctl (control) that's a cluster: 1. How is Index Display added? For the attached example, I know it is displayed by Right Click -->Visible Items. But when created from...
View ArticleRe: RT programming for cRIO/sbRIO *.ctl cluster
Clusters don't have indices, only arrays.The number in the icon is added whenever you create a new control. Open it in the control editor and change the icon to anything you want.It is typically...
View ArticleRe: RT programming for cRIO/sbRIO *.ctl cluster
You have an array of clusters. The cluster (I'm assuming that's what you have since that is what you said) is saved in the .ctl file as a typedef. There was an array container dropped into the block...
View ArticleRe: Write To Measurement Duplicate Timestamps
In terms of odd wiring, are you referring to the blocks inside the case structures that encompass the boolean switch followed by the "Serial Config + Verify" block? I wasn't sure if this was the best...
View ArticleRe: Write To Measurement Duplicate Timestamps
No, odd wiring is wiring the tab control to anything at all.As I said, you aren't passing any time information to the write function. I'm surprised that there is any thing at all there. The express...
View Article