Hi Tony
Trust you are well
I am writing some scripts to design catnic lintels and have come across a bit of a problem which I cannot fathom
Output.Add('Required lintel length = '+FormatFloat('####',LLength)+' mm. (span, '
+FormatFloat('0.0#',Span)+'m. is to centre of bearings), min 150mm bearings');
Output.Add('');
Output.Add('Unfactored load carried by lintel = '+FormatFloat('##.0',TotLoadu)+' kN');
Output.Add('');
I thought TotLoadu was the unfactored load but it seems to use the factored load so always appears to give a lintel greater than necessary
Am I using the wrong figure in the script ?
Also in another script for catnic CGE lintels it stops at the line below
Output.insert(1, '<e>Use Catnic Cavity Lintel nominal width') - its the e that has the < > in red so assume this is the problem but its same line I
lifted from the catnic cg lintel script which apart from using the wrong load
many thanks and stay safe
regards
John
Trust you are well
I am writing some scripts to design catnic lintels and have come across a bit of a problem which I cannot fathom
Output.Add('Required lintel length = '+FormatFloat('####',LLength)+' mm. (span, '
+FormatFloat('0.0#',Span)+'m. is to centre of bearings), min 150mm bearings');
Output.Add('');
Output.Add('Unfactored load carried by lintel = '+FormatFloat('##.0',TotLoadu)+' kN');
Output.Add('');
I thought TotLoadu was the unfactored load but it seems to use the factored load so always appears to give a lintel greater than necessary
Am I using the wrong figure in the script ?
Also in another script for catnic CGE lintels it stops at the line below
Output.insert(1, '<e>Use Catnic Cavity Lintel nominal width') - its the e that has the < > in red so assume this is the problem but its same line I
lifted from the catnic cg lintel script which apart from using the wrong load
many thanks and stay safe
regards
John
Comment